Data structure of the le_channel_open_response event.

Public Attributes#

uint8_t
uint16_t
uint16_t
uint16_t
uint16_t
uint16_t
uint16_t

Public Attribute Documentation#

connection#

uint8_t sl_bt_evt_l2cap_le_channel_open_response_s::connection

The Bluetooth connection handle on which the response is received


Definition at line 13890 of file /mnt/raid/workspaces/ws.XK183xwsq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/sw/bgapi/inc/sl_bt_api.h

cid#

uint16_t sl_bt_evt_l2cap_le_channel_open_response_s::cid

The channel identifier on the local device


Definition at line 13892 of file /mnt/raid/workspaces/ws.XK183xwsq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/sw/bgapi/inc/sl_bt_api.h

max_sdu#

uint16_t sl_bt_evt_l2cap_le_channel_open_response_s::max_sdu

The Maximum Service Data Unit size of the peer channel endpoint


Definition at line 13893 of file /mnt/raid/workspaces/ws.XK183xwsq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/sw/bgapi/inc/sl_bt_api.h

max_pdu#

uint16_t sl_bt_evt_l2cap_le_channel_open_response_s::max_pdu

The maximum PDU payload size of the peer channel endpoint


Definition at line 13895 of file /mnt/raid/workspaces/ws.XK183xwsq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/sw/bgapi/inc/sl_bt_api.h

credit#

uint16_t sl_bt_evt_l2cap_le_channel_open_response_s::credit

The initial credit value of the peer channel endpoint, i.e., number of PDUs the local channel endpoint can send


Definition at line 13897 of file /mnt/raid/workspaces/ws.XK183xwsq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/sw/bgapi/inc/sl_bt_api.h

errorcode#

uint16_t sl_bt_evt_l2cap_le_channel_open_response_s::errorcode

Enum sl_bt_l2cap_connection_result_t.

An L2CAP error code as the outcome of the connection request.

Result sl_bt_l2cap_connection_result_successful indicates the connection request was accepted and the logical channel is established. Other error code value indicates the connection request was refused by the peer device and other parameters of this event must be ignored.


Definition at line 13900 of file /mnt/raid/workspaces/ws.XK183xwsq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/sw/bgapi/inc/sl_bt_api.h

remote_cid#

uint16_t sl_bt_evt_l2cap_le_channel_open_response_s::remote_cid

The channel identifier on the peer device


Definition at line 13911 of file /mnt/raid/workspaces/ws.XK183xwsq/overlay/gsdk/protocol/bluetooth/build_release/bt_api/sw/bgapi/inc/sl_bt_api.h