Enumerations | |
enum | BLE_L2CAP_SVCS { SD_BLE_L2CAP_CH_SETUP = 0xB8 + 0, SD_BLE_L2CAP_CH_RELEASE = 0xB8 + 1, SD_BLE_L2CAP_CH_RX = 0xB8 + 2, SD_BLE_L2CAP_CH_TX = 0xB8 + 3, SD_BLE_L2CAP_CH_FLOW_CONTROL = 0xB8 + 4 } |
L2CAP API SVC numbers. More... | |
enum | BLE_L2CAP_EVTS { BLE_L2CAP_EVT_CH_SETUP_REQUEST = 0x70 + 0, BLE_L2CAP_EVT_CH_SETUP_REFUSED = 0x70 + 1, BLE_L2CAP_EVT_CH_SETUP = 0x70 + 2, BLE_L2CAP_EVT_CH_RELEASED = 0x70 + 3, BLE_L2CAP_EVT_CH_SDU_BUF_RELEASED = 0x70 + 4, BLE_L2CAP_EVT_CH_CREDIT = 0x70 + 5, BLE_L2CAP_EVT_CH_RX = 0x70 + 6, BLE_L2CAP_EVT_CH_TX = 0x70 + 7 } |
L2CAP Event IDs. More... | |
enum BLE_L2CAP_EVTS |
L2CAP Event IDs.
Enumerator | |
---|---|
BLE_L2CAP_EVT_CH_SETUP_REQUEST |
L2CAP BLE Event base. L2CAP Channel Setup Request event. |
BLE_L2CAP_EVT_CH_SETUP_REFUSED |
L2CAP BLE Event base. L2CAP Channel Setup Refused event. |
BLE_L2CAP_EVT_CH_SETUP |
L2CAP BLE Event base. L2CAP Channel Setup Completed event. |
BLE_L2CAP_EVT_CH_RELEASED |
L2CAP BLE Event base. L2CAP Channel Released event. |
BLE_L2CAP_EVT_CH_SDU_BUF_RELEASED |
L2CAP BLE Event base. L2CAP Channel SDU data buffer released event. |
BLE_L2CAP_EVT_CH_CREDIT |
L2CAP BLE Event base. L2CAP Channel Credit received. |
BLE_L2CAP_EVT_CH_RX |
L2CAP BLE Event base. L2CAP Channel SDU received. |
BLE_L2CAP_EVT_CH_TX |
L2CAP BLE Event base. L2CAP Channel SDU transmitted. |
enum BLE_L2CAP_SVCS |
L2CAP API SVC numbers.