nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages

Enumerations

enum  BLE_L2CAP_SVCS {
  SD_BLE_L2CAP_CID_REGISTER = 0xB0,
  SD_BLE_L2CAP_CID_UNREGISTER,
  SD_BLE_L2CAP_TX
}
 L2CAP API SVC numbers. More...
 
enum  BLE_L2CAP_EVTS { BLE_L2CAP_EVT_RX = 0x70 }
 L2CAP Event IDs. More...
 

Detailed Description

Enumeration Type Documentation

L2CAP Event IDs.

Enumerator
BLE_L2CAP_EVT_RX 

L2CAP BLE Event base. L2CAP packet received.

L2CAP API SVC numbers.

Enumerator
SD_BLE_L2CAP_CID_REGISTER 

L2CAP BLE SVC base. Register a CID.

SD_BLE_L2CAP_CID_UNREGISTER 

Unregister a CID.

SD_BLE_L2CAP_TX 

Transmit a packet.