S140 SoftDevice v6.1.0
Enumerations

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

Detailed Description

Enumeration Type Documentation

L2CAP Event IDs.

Enumerator
BLE_L2CAP_EVT_CH_SETUP_REQUEST 

L2CAP BLE Event base. L2CAP Channel Setup Request event.
See ble_l2cap_evt_ch_setup_request_t.

BLE_L2CAP_EVT_CH_SETUP_REFUSED 

L2CAP BLE Event base. L2CAP Channel Setup Refused event.
See ble_l2cap_evt_ch_setup_refused_t.

BLE_L2CAP_EVT_CH_SETUP 

L2CAP BLE Event base. L2CAP Channel Setup Completed event.
See ble_l2cap_evt_ch_setup_t.

BLE_L2CAP_EVT_CH_RELEASED 

L2CAP BLE Event base. L2CAP Channel Released event.
No additional event structure applies.

BLE_L2CAP_EVT_CH_SDU_BUF_RELEASED 

L2CAP BLE Event base. L2CAP Channel SDU data buffer released event.
See ble_l2cap_evt_ch_sdu_buf_released_t.

BLE_L2CAP_EVT_CH_CREDIT 

L2CAP BLE Event base. L2CAP Channel Credit received.
See ble_l2cap_evt_ch_credit_t.

BLE_L2CAP_EVT_CH_RX 

L2CAP BLE Event base. L2CAP Channel SDU received.
See ble_l2cap_evt_ch_rx_t.

BLE_L2CAP_EVT_CH_TX 

L2CAP BLE Event base. L2CAP Channel SDU transmitted.
See ble_l2cap_evt_ch_tx_t.

L2CAP API SVC numbers.

Enumerator
SD_BLE_L2CAP_CH_SETUP 

L2CAP BLE SVC base. Set up an L2CAP channel.

SD_BLE_L2CAP_CH_RELEASE 

L2CAP BLE SVC base. Release an L2CAP channel.

SD_BLE_L2CAP_CH_RX 

L2CAP BLE SVC base. Receive an SDU on an L2CAP channel.

SD_BLE_L2CAP_CH_TX 

L2CAP BLE SVC base. Transmit an SDU on an L2CAP channel.

SD_BLE_L2CAP_CH_FLOW_CONTROL 

L2CAP BLE SVC base. Advanced SDU reception flow control.


Documentation feedback | Developer Zone | Subscribe | Updated