Enumerations

S332 SoftDevice v5.0.0 API

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 Channel Setup Refused event.
See ble_l2cap_evt_ch_setup_refused_t .

BLE_L2CAP_EVT_CH_SETUP
          L2CAP Channel Setup Completed event.


See ble_l2cap_evt_ch_setup_t .

BLE_L2CAP_EVT_CH_RELEASED
    L2CAP Channel Released event.


No additional event structure applies.

BLE_L2CAP_EVT_CH_SDU_BUF_RELEASED

L2CAP Channel SDU data buffer released event.
See ble_l2cap_evt_ch_sdu_buf_released_t .

BLE_L2CAP_EVT_CH_CREDIT
        L2CAP Channel Credit received.


See ble_l2cap_evt_ch_credit_t .

BLE_L2CAP_EVT_CH_RX
                L2CAP Channel SDU received.


See ble_l2cap_evt_ch_rx_t .

BLE_L2CAP_EVT_CH_TX
                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

Release an L2CAP channel.

SD_BLE_L2CAP_CH_RX

Receive an SDU on an L2CAP channel.

SD_BLE_L2CAP_CH_TX

Transmit an SDU on an L2CAP channel.

SD_BLE_L2CAP_CH_FLOW_CONTROL

Advanced SDU reception flow control.