Enumerations |
|
| enum |
BLE_COMMON_SVCS
{
SD_BLE_ENABLE = 0x60, SD_BLE_EVT_GET = 0x60 + 1, SD_BLE_UUID_VS_ADD = 0x60 + 2, SD_BLE_UUID_VS_REMOVE = 0x60 + 3, SD_BLE_UUID_DECODE = 0x60 + 4, SD_BLE_UUID_ENCODE = 0x60 + 5, SD_BLE_VERSION_GET = 0x60 + 6, SD_BLE_USER_MEM_REPLY = 0x60 + 7, SD_BLE_OPT_SET = 0x60 + 8, SD_BLE_OPT_GET = 0x60 + 9, SD_BLE_CFG_SET = 0x60 + 10 } |
|
Common API SVC numbers.
More...
|
|
| enum |
BLE_COMMON_EVTS
{
BLE_EVT_USER_MEM_REQUEST = 0x01 + 0, BLE_EVT_USER_MEM_RELEASE = 0x01 + 1 } |
|
BLE Module Independent Event IDs.
More...
|
|
| enum |
BLE_CONN_CFGS
{
BLE_CONN_CFG_GAP = 0x20 + 0, BLE_CONN_CFG_GATTC = 0x20 + 1, BLE_CONN_CFG_GATTS = 0x20 + 2, BLE_CONN_CFG_GATT = 0x20 + 3 } |
|
BLE Connection Configuration IDs.
More...
|
|
| enum | BLE_COMMON_CFGS { BLE_COMMON_CFG_VS_UUID = 0x01 } |
|
BLE Common Configuration IDs.
More...
|
|
| enum |
BLE_COMMON_OPTS
{
BLE_COMMON_OPT_PA_LNA = 0x01 + 0, BLE_COMMON_OPT_CONN_EVT_EXT = 0x01 + 1, BLE_COMMON_OPT_NUMBER } |
|
Common Option IDs. IDs that uniquely identify a common option.
More...
|
|
Detailed Description
Enumeration Type Documentation
| enum BLE_COMMON_CFGS |
| enum BLE_COMMON_EVTS |
BLE Module Independent Event IDs.
| Enumerator | |
|---|---|
| BLE_EVT_USER_MEM_REQUEST |
Common BLE Event base. User Memory request. See
ble_evt_user_mem_request_t
|
| BLE_EVT_USER_MEM_RELEASE |
Common BLE Event base. User Memory release. See ble_evt_user_mem_release_t |
| enum BLE_COMMON_OPTS |
| enum BLE_COMMON_SVCS |
Common API SVC numbers.
| enum BLE_CONN_CFGS |
BLE Connection Configuration IDs.
IDs that uniquely identify a connection configuration.