l2cap: seperate messages for le con resp accept/decline

This commit is contained in:
Matthias Ringwald 2016-07-27 16:39:48 +02:00
parent 94530c7711
commit ae237d31eb

View File

@ -80,7 +80,8 @@ typedef enum {
L2CAP_STATE_WILL_SEND_DISCONNECT_REQUEST,
L2CAP_STATE_WILL_SEND_DISCONNECT_RESPONSE,
L2CAP_STATE_WILL_SEND_LE_CONNECTION_REQUEST,
L2CAP_STATE_WILL_SEND_LE_CONNECTION_RESPONSE,
L2CAP_STATE_WILL_SEND_LE_CONNECTION_RESPONSE_DECLINE,
L2CAP_STATE_WILL_SEND_LE_CONNECTION_RESPONSE_ACCEPT,
L2CAP_STATE_WAIT_LE_CONNECTION_RESPONSE,
L2CAP_STATE_INVALID,
} L2CAP_STATE;