Home
last modified time | relevance | path

Searched refs:L2CAP_CONNECTION_IDLE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_cmn.h103 #define L2CAP_CONNECTION_IDLE 0x00 macro
H A Dl2cap_inst.c397 conn->state = L2CAP_CONNECTION_IDLE; in L2capNewConnection()
H A Dl2cap.c58 if (conn->state == L2CAP_CONNECTION_IDLE) { in L2CAP_ConnectReq()