Home
last modified time | relevance | path

Searched refs:L2CAP_REJECTED (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h87 #define L2CAP_REJECTED 0x0002 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_br_l2cap.c295 result = L2CAP_REJECTED; in AvctBrRecvConfigReqCBack()
H A Davctp_ctrl_l2cap.c266 L2CIF_ConfigRsp(lcid, id, cfg, L2CAP_REJECTED, NULL); in AvctRecvConfigReqCBack()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_l2cap.c381 L2CIF_ConfigRsp(lcid, id, cfg, L2CAP_REJECTED, NULL); in AvdtL2capConfigIndCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c2582 L2CAP_REJECTED, in AttReceiveConfigReqAsync()
2592 …g->cid, attRecevieConfigReqPtr->id, &(connecting->remotel2capConfigInfoObj), L2CAP_REJECTED, NULL); in AttReceiveConfigReqAsync()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/
H A Dhid_host_l2cap_connection.cpp420 L2CIF_ConfigRsp(lcid, id, cfg, L2CAP_REJECTED, nullptr); in HidHostRecvConfigReqCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.cpp436 L2CIF_ConfigRsp(lcid, id, cfg, L2CAP_REJECTED, nullptr); in BnepRecvConfigReqCallback()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_core.c1272 L2capCpuToLe16(buff + L2CAP_OFFSET_4, (uint16_t)L2CAP_REJECTED); in L2capConfigurationRspReject()