Enumerations

S132 SoftDevice v7.3.0 API

S132 SoftDevice v7.3.0

Detailed Description

Enumeration Type Documentation

L2CAP Event IDs.

Enumerator
BLE_L2CAP_EVT_CH_SETUP_REQUEST

L2CAP BLE Event base. L2CAP Channel Setup Request event.
Reply with sd_ble_l2cap_ch_setup .
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.