R1 code for micro:bit based train controller code, requires second micro:bit running rx code to operate - see https://meanderingpi.wordpress.com/ for more information

Fork of nrf51-sdk by Lancaster University

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...
enum  BLE_L2CAP_EVTS { BLE_L2CAP_EVT_RX = BLE_L2CAP_EVT_BASE }
 

L2CAP Event IDs.

More...

Enumeration Type Documentation

L2CAP Event IDs.

Enumerator:
BLE_L2CAP_EVT_RX 

L2CAP packet received.

Definition at line 59 of file ble_l2cap.h.

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.