Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

Enumerations

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...

Enumeration Type Documentation

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 26 of file ble_l2cap.h.