Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
Enumerations
[Logical Link Control and Adaptation Protocol (L2CAP)]
Enumerations | |
enum | BLE_L2CAP_SVCS { SD_BLE_L2CAP_CID_REGISTER = BLE_L2CAP_SVC_BASE, SD_BLE_L2CAP_CID_UNREGISTER, SD_BLE_L2CAP_TX } |
L2CAP API SVC numbers. More... | |
enum | BLE_L2CAP_EVTS { BLE_L2CAP_EVT_RX = BLE_L2CAP_EVT_BASE } |
L2CAP Event IDs. More... |
Enumeration Type Documentation
enum BLE_L2CAP_EVTS |
L2CAP Event IDs.
Definition at line 59 of file ble_l2cap.h.
enum BLE_L2CAP_SVCS |
L2CAP API SVC numbers.
- Enumerator:
SD_BLE_L2CAP_CID_REGISTER Register a CID.
SD_BLE_L2CAP_CID_UNREGISTER Unregister a CID.
SD_BLE_L2CAP_TX Transmit a packet.
Definition at line 51 of file ble_l2cap.h.
Generated on Tue Jul 12 2022 14:11:22 by
