Service GATT en détail
GATT Service Details
En Bluetooth Low Energy, les données sont organisées autour d'unités appelées 'Services GATT
https://learn.adafruit.com/introduction-to-bluetooth-
' et 'Caractéristiques'. Pour exposer des données vers un autre périphérique, vous devez instancier
low-energy/gatt#services-and-characteristics
au moins un service sur votre périphérique.
Les modules Adafruit Bluefruit LE Pro supporte quelques services 'standard' décris ci-après (d'autres pourraient être ajoutés dans le
futur).
UART Service
The UART Service is the standard means of sending and receiving data between connected devices, and simulates a familiar two-
line UART interface (one line to transmit data, another to receive it).
Vous trouverez plus d'information sur les commandes AT du service UART ici. Le service est décrit en détail sur la page dédicacée
au Service UART Service
.
https://learn.adafruit.com/introducing-adafruit-ble-bluetooth-low-energy-friend/uart-service