ble_l2cap_evt_disconnect_t Struct Reference

L2cap disconnect event for BLE_L2CAP_EVT_DISCONNECTED. More...

#include <ble_l2cap.h>

Public Attributes

uint16_t local_cid
 
ble_l2cap_lecb_disconn_reason_t reason
 

Detailed Description

L2cap disconnect event for BLE_L2CAP_EVT_DISCONNECTED.

Definition at line 162 of file ble_l2cap.h.

Member Data Documentation

◆ local_cid

uint16_t ble_l2cap_evt_disconnect_t::local_cid

The local source channel ID.

Definition at line 164 of file ble_l2cap.h.

◆ reason

ble_l2cap_lecb_disconn_reason_t ble_l2cap_evt_disconnect_t::reason

The reason for disconnection, see ble_l2cap_lecb_disconn_reason_t .

Definition at line 165 of file ble_l2cap.h.


The documentation for this struct was generated from the following file: