S115 SoftDevice for nRF54L15/nRF54L10/nRF54L05 API documentation 10.0.0
Loading...
Searching...
No Matches

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_CONN_EVT_EXT = 0x01 + 1 , BLE_COMMON_OPT_NUMBER }
 Common Option IDs. IDs that uniquely identify a common option. More...
 

Detailed Description