S112 SoftDevice v7.3.0
Enumerations |
|
| enum |
BLE_COMMON_SVCS
{
SD_BLE_ENABLE = 0x60, SD_BLE_EVT_GET , SD_BLE_UUID_VS_ADD , SD_BLE_UUID_DECODE , SD_BLE_UUID_ENCODE , SD_BLE_VERSION_GET , SD_BLE_USER_MEM_REPLY , SD_BLE_OPT_SET , SD_BLE_OPT_GET , SD_BLE_CFG_SET , SD_BLE_UUID_VS_REMOVE } |
|
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_EXTENDED_RC_CAL = 0x01 + 2 } |
|
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 |
Common Option IDs. IDs that uniquely identify a common option.
| enum BLE_COMMON_SVCS |
Common API SVC numbers.
| enum BLE_CONN_CFGS |
BLE Connection Configuration IDs.
IDs that uniquely identify a connection configuration.