/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | l2cap_if.h | 104 int BTSTACK_API L2CIF_ConfigRsp(
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_ctrl_l2cap.c | 266 L2CIF_ConfigRsp(lcid, id, cfg, L2CAP_REJECTED, NULL); in AvctRecvConfigReqCBack() 271 if (L2CIF_ConfigRsp(lcid, id, cfg, result, NULL)) { in AvctRecvConfigReqCBack() 293 L2CIF_ConfigRsp(lcid, id, &rspCfg, L2CAP_UNACCEPTABLE_PARAMETERS, NULL); in AvctRecvConfigReqCBack()
|
H A D | avctp_br_l2cap.c | 279 if (L2CIF_ConfigRsp(lcid, id, cfg, result, NULL)) { in AvctBrRecvConfigReqCBack() 296 if (L2CIF_ConfigRsp(lcid, id, cfg, result, NULL)) { in AvctBrRecvConfigReqCBack()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_l2cap.c | 381 L2CIF_ConfigRsp(lcid, id, cfg, L2CAP_REJECTED, NULL); in AvdtL2capConfigIndCallback() 414 L2CIF_ConfigRsp(lcid, id, &l2capCfg, L2CAP_SUCCESS, NULL); in AvdtConfigureIndication() 426 L2CIF_ConfigRsp(lcid, id, &rspCfg, L2CAP_UNACCEPTABLE_PARAMETERS, NULL); in AvdtConfigureIndication()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_l2cap_connection.cpp | 420 L2CIF_ConfigRsp(lcid, id, cfg, L2CAP_REJECTED, nullptr); in HidHostRecvConfigReqCallback() 774 L2CIF_ConfigRsp(lcid, id, &l2capConfigInfo, L2CAP_UNACCEPTABLE_PARAMETERS, nullptr); in HidHostRecvConfigReqCallbackTask() 778 if (L2CIF_ConfigRsp(lcid, id, &cfg, 0, nullptr)) { in HidHostRecvConfigReqCallbackTask()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_bnep.cpp | 436 L2CIF_ConfigRsp(lcid, id, cfg, L2CAP_REJECTED, nullptr); in BnepRecvConfigReqCallback() 446 L2CIF_ConfigRsp(lcid, id, &l2capConfigInfo, L2CAP_UNACCEPTABLE_PARAMETERS, nullptr); in BnepRecvConfigReqCallback() 728 if (L2CIF_ConfigRsp(lcid, id, &cfg, L2CAP_SUCCESS, nullptr)) { in BnepRecvConfigReqCallbackTask()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_l2cap_if.c | 489 int ret = L2CIF_ConfigRsp(lcid, id, cfg, result, NULL); in RfcommSendConfigRsp()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_connect.c | 2579 L2CIF_ConfigRsp(attRecevieConfigReqPtr->lcid, in AttReceiveConfigReqAsync() 2591 L2CIF_ConfigRsp( in AttReceiveConfigReqAsync() 2596 L2CIF_ConfigRsp(connecting->cid, in AttReceiveConfigReqAsync()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_if.c | 274 int L2CIF_ConfigRsp( in L2CIF_ConfigRsp() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport_l2cap.cpp | 514 L2CIF_ConfigRsp(lcid, id, &l2capConfigInfo, 0, nullptr); in TransportRecvConfigReqCallbackNative()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_connect.c | 787 L2CIF_ConfigRsp(lcid, id, config, L2CAP_CONNECTION_SUCCESSFUL, SdpConfigRspCallback); in SdpReceiveConfigRequestTask()
|