BLE FOTA APP
Embed:
(wiki syntax)
Enumerations
[Generic Attribute Profile (GATT) Server]
Enumerations | |
| enum | BLE_GATTS_SVCS { SD_BLE_GATTS_SERVICE_ADD = BLE_GATTS_SVC_BASE, SD_BLE_GATTS_INCLUDE_ADD, SD_BLE_GATTS_CHARACTERISTIC_ADD, SD_BLE_GATTS_DESCRIPTOR_ADD, SD_BLE_GATTS_VALUE_SET, SD_BLE_GATTS_VALUE_GET, SD_BLE_GATTS_HVX, SD_BLE_GATTS_SERVICE_CHANGED, SD_BLE_GATTS_RW_AUTHORIZE_REPLY, SD_BLE_GATTS_SYS_ATTR_SET, SD_BLE_GATTS_SYS_ATTR_GET } |
GATTS API SVC numbers. More... | |
Enumeration Type Documentation
| enum BLE_GATTS_SVCS |
GATTS API SVC numbers.
- Enumerator:
Definition at line 30 of file ble_gatts.h.
Generated on Tue Jul 12 2022 21:01:00 by
1.7.2
Yihui Xiong