Enumerations

enum  lecb_disconnect_reason_t { REMOTE_USER_TERM_CON = 0x00, LOCAL_USER_TERM_CON = 0x01 }
 LE credit based disconnection reasons. More...
 

Detailed Description

Enumeration Type Documentation

◆ lecb_disconnect_reason_t

LE credit based disconnection reasons.

Enumerator
REMOTE_USER_TERM_CON 

Remote user terminates the connection.

LOCAL_USER_TERM_CON 

Local user terminates the connection.

Definition at line 61 of file ble_l2cap.h.