Home
last modified time | relevance | path

Searched refs:L2CAP_PENDING (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h89 #define L2CAP_PENDING 0x0004 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_l2cap.c125 if (result == L2CAP_PENDING) { in RfcommRecvConfigRspCback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_br_l2cap.c349 if (result == L2CAP_PENDING) { in AvctBrRecvConfigRspCBack()
H A Davctp_ctrl_l2cap.c342 if (result == L2CAP_PENDING) { in AvctRecvConfigRspCBack()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c2152 } else if (attRecevieConfigRspPtr->result == L2CAP_PENDING) { in AttReceiveConfigRspAsync()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c1555 if (result == L2CAP_PENDING) { in L2capProcessConfigurationRsp()