|
dragoon
4383
|
Macros | |
| #define | BLE_GATTS_SYS_ATTR_FLAG_SYS_SRVCS (1 << 0) |
| #define | BLE_GATTS_SYS_ATTR_FLAG_USR_SRVCS (1 << 1) |
| #define BLE_GATTS_SYS_ATTR_FLAG_SYS_SRVCS (1 << 0) |
Restrict system attributes to system services only.
Definition at line 175 of file ble_gatts.h.
| #define BLE_GATTS_SYS_ATTR_FLAG_USR_SRVCS (1 << 1) |
Restrict system attributes to user services only.
Definition at line 176 of file ble_gatts.h.