Searched refs:L2CAP_CONNECTION_CONNECTED (Results 1 – 3 of 3) sorted by relevance
105 #define L2CAP_CONNECTION_CONNECTED 0x02 macro
235 … if ((conn->state == L2CAP_CONNECTION_CONNECTED) && (ListGetFirstNode(conn->chanList) == NULL)) { in L2capNewChannel()
2233 conn->state = L2CAP_CONNECTION_CONNECTED; in L2capConnectComplete()