Home
last modified time | relevance | path

Searched refs:L2CAP_RECV_CONFIG_REQ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_def.h40 static const int L2CAP_RECV_CONFIG_REQ = 0x04; variable
41 …nt L2CAP_CONFIG_COMPLETE = (L2CAP_SEND_CONFIG_REQ | L2CAP_RECV_CONFIG_RSP | L2CAP_RECV_CONFIG_REQ);
H A Dtransport_l2cap.cpp523 l2capTransport->l2capConfigState_ |= L2CAP_RECV_CONFIG_REQ; in TransportRecvConfigReqCallbackNative()