Home
last modified time | relevance | path

Searched refs:L2CIF_ConnectRsp (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_l2cap.c180 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 Dl2cap_if.h83 void BTSTACK_API L2CIF_ConnectRsp(
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_ctrl_l2cap.c93 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 Davctp_gap.c150 L2CIF_ConnectRsp(param->lcid, param->id, result, 0, NULL); in AvctRevConnSecurityResult()
H A Davctp_br_l2cap.c94 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 Dtransport_l2cap.cpp107 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 Dhid_host_l2cap_connection.cpp188 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 Drfcomm_l2cap_if.c452 L2CIF_ConnectRsp(lcid, id, result, status, NULL); in RfcommSendConnectRsp()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c1366 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 Dl2cap_if.c186 void L2CIF_ConnectRsp( in L2CIF_ConnectRsp() function
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.cpp191L2CIF_ConnectRsp(lcid_, id_, L2CAP_CONNECTION_SUCCESSFUL, L2CAP_NO_FURTHER_INFORMATION_AVAILABLE, … in BnepSecurityCheckDeviceConnectTask()
644L2CIF_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 Dsdp_connect.c630 L2CIF_ConnectRsp( in SdpReceiveConnectRequestTask()