Home
last modified time | relevance | path

Searched refs:L2CAP_SEND_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.h38 static const int L2CAP_SEND_CONFIG_REQ = 0x01; variable
41 static const int L2CAP_CONFIG_COMPLETE = (L2CAP_SEND_CONFIG_REQ | L2CAP_RECV_CONFIG_RSP | L2CAP_REC…
H A Dtransport_l2cap.cpp184 newTransport->l2capConfigState_ |= L2CAP_SEND_CONFIG_REQ; in AddTransportInternal()
502 l2capConfigState_ |= L2CAP_SEND_CONFIG_REQ; in TransportRecvConnectionRspCallbackNative()