/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_l2cap.c | 180 L2CIF_ConnectRsp(lcid, id, L2CAP_SOURCE_CID_ALREADY_ALLOCATED, 0, NULL); in AvdtConnectStreamIndication() 184 L2CIF_ConnectRsp(lcid, id, L2CAP_NO_RESOURCES_AVAILABLE, 0, NULL); in AvdtConnectStreamIndication() 194 L2CIF_ConnectRsp(lcid, id, L2CAP_CONNECTION_SUCCESSFUL, 0, NULL); in AvdtConnectStreamIndication() 203 L2CIF_ConnectRsp(lcid, id, L2CAP_NO_RESOURCES_AVAILABLE, 0, NULL); in AvdtConnectStreamIndication() 871 L2CIF_ConnectRsp(transTable->lcid, transTable->id, L2CAP_CONNECTION_SUCCESSFUL, 0, NULL); in AvdtRevSecurityCheck() 877 L2CIF_ConnectRsp(transTable->lcid, transTable->id, L2CAP_SECURITY_BLOCK, 0, NULL); in AvdtRevSecurityCheck()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | l2cap_if.h | 83 void BTSTACK_API L2CIF_ConnectRsp(
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_ctrl_l2cap.c | 93 L2CIF_ConnectRsp(lcid, id, L2CAP_PSM_NOT_SUPPORTED, 0, NULL); in AvctRecvConnectionReqCBack() 117 L2CIF_ConnectRsp(lcid, id, result, 0, NULL); in AvctRecvConnectionReqAct() 138 L2CIF_ConnectRsp(lcid, id, result, 0, NULL); in AvctRecvConnectionReqAct()
|
H A D | avctp_gap.c | 150 L2CIF_ConnectRsp(param->lcid, param->id, result, 0, NULL); in AvctRevConnSecurityResult()
|
H A D | avctp_br_l2cap.c | 94 L2CIF_ConnectRsp(lcid, id, L2CAP_PSM_NOT_SUPPORTED, 0, NULL); in AvctBrRecvConnectionReqCBack() 139 L2CIF_ConnectRsp(lcid, id, result, 0, NULL); in AvctBrRecvConnectionReqAct()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport_l2cap.cpp | 107 L2CIF_ConnectRsp(lcid, id, 0, 0, nullptr); in AcceptConnection() 137 L2CIF_ConnectRsp(lcid, id, L2CAP_NO_RESOURCES_AVAILABLE, 0, nullptr); in RejectConnection() 454 L2CIF_ConnectRsp(lcid, id, L2CAP_NO_RESOURCES_AVAILABLE, 0, nullptr); in TransportRecvConnectionReqCallbackNative()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_l2cap_connection.cpp | 188 L2CIF_ConnectRsp(ctrlLcid_, ctrlId_, L2CAP_CONNECTION_SUCCESSFUL, 0, nullptr); in HidHostSecurityCheckDeviceConnectTask() 666 L2CIF_ConnectRsp(lcid, id, L2CAP_NO_RESOURCES_AVAILABLE, 0, nullptr); in HidHostRecvConnectionReqCallbackTask() 673 L2CIF_ConnectRsp(lcid, id, L2CAP_CONNECTION_SUCCESSFUL, 0, nullptr); in HidHostRecvConnectionReqCallbackTask()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_l2cap_if.c | 452 L2CIF_ConnectRsp(lcid, id, result, status, NULL); in RfcommSendConnectRsp()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_connect.c | 1366 L2CIF_ConnectRsp(connecting->cid, in AttConnectRsponseAsync() 1937 L2CIF_ConnectRsp(attRecevieConnectPtr->lcid, in AttReceiveConnectionReqAsync() 1951 L2CIF_ConnectRsp(attRecevieConnectPtr->lcid, in AttReceiveConnectionReqAsync()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/ |
H A D | l2cap_if.c | 186 void L2CIF_ConnectRsp( in L2CIF_ConnectRsp() function
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_bnep.cpp | 191 …L2CIF_ConnectRsp(lcid_, id_, L2CAP_CONNECTION_SUCCESSFUL, L2CAP_NO_FURTHER_INFORMATION_AVAILABLE, … in BnepSecurityCheckDeviceConnectTask() 644 …L2CIF_ConnectRsp(lcid, id, L2CAP_NO_RESOURCES_AVAILABLE, L2CAP_NO_FURTHER_INFORMATION_AVAILABLE, n… in BnepRecvConnectionReqCallbackTask()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/ |
H A D | sdp_connect.c | 630 L2CIF_ConnectRsp( in SdpReceiveConnectRequestTask()
|