Searched refs:L2CAP_CHANNEL_CONFIGING (Results 1 – 3 of 3) sorted by relevance
140 if ((chan->state != L2CAP_CHANNEL_CONFIGING) && (chan->state != L2CAP_CHANNEL_CONNECTED)) { in L2CAP_ConfigReq()209 if ((chan->state != L2CAP_CHANNEL_CONFIGING) && (chan->state != L2CAP_CHANNEL_CONNECTED)) { in L2CAP_ConfigRsp()253 if ((chan->state != L2CAP_CHANNEL_CONNECTED) && (chan->state != L2CAP_CHANNEL_CONFIGING)) { in L2CAP_DisconnectionReq()
97 #define L2CAP_CHANNEL_CONFIGING 0x03 macro
175 chan->state = L2CAP_CHANNEL_CONFIGING; in L2capSendConnectionRsp()1664 chan->state = L2CAP_CHANNEL_CONFIGING; in L2capProcessConnectionRsp()