Enumerations

enum  ble_l2cap_lecb_disconn_reason_t {
  BLE_L2CAP_REMOTE_USER_TERM_CON = 0x00,
  BLE_L2CAP_LOCAL_USER_TERM_CON = 0x01
}
 LE credit based disconnection reasons. More...
 

Detailed Description

Enumeration Type Documentation

◆ ble_l2cap_lecb_disconn_reason_t

LE credit based disconnection reasons.

Enumerator
BLE_L2CAP_REMOTE_USER_TERM_CON 

Remote user terminates the connection.

BLE_L2CAP_LOCAL_USER_TERM_CON 

Local user terminates the connection.

Definition at line 61 of file ble_l2cap.h.