Home
last modified time | relevance | path

Searched refs:L2CAP_CONNECTION_SUCCESSFUL (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dl2cap_def.h71 #define L2CAP_CONNECTION_SUCCESSFUL 0x0000 macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_ctrl_l2cap.c112 uint16_t result = L2CAP_CONNECTION_SUCCESSFUL; in AvctRecvConnectionReqAct()
140 if (result == L2CAP_CONNECTION_SUCCESSFUL) { in AvctRecvConnectionReqAct()
206 if (result == L2CAP_CONNECTION_SUCCESSFUL) { in AvctRecvConnectionRspCBack()
H A Davctp_br_l2cap.c114 uint16_t result = L2CAP_CONNECTION_SUCCESSFUL; in AvctBrRecvConnectionReqAct()
142 if (result == L2CAP_CONNECTION_SUCCESSFUL) { in AvctBrRecvConnectionReqAct()
213 if (result == L2CAP_CONNECTION_SUCCESSFUL) { in AvctBrRecvConnectionRspCBack()
/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()
673 L2CIF_ConnectRsp(lcid, id, L2CAP_CONNECTION_SUCCESSFUL, 0, nullptr); in HidHostRecvConnectionReqCallbackTask()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_l2cap.c194 L2CIF_ConnectRsp(lcid, id, L2CAP_CONNECTION_SUCCESSFUL, 0, NULL); in AvdtConnectStreamIndication()
871 L2CIF_ConnectRsp(transTable->lcid, transTable->id, L2CAP_CONNECTION_SUCCESSFUL, 0, NULL); in AvdtRevSecurityCheck()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_acl.c48 #define L2CAP_CONNECTION_SUCCESSFUL 0x0000 macro
475 if (*result == L2CAP_CONNECTION_SUCCESSFUL) { in ProcessL2capConnectionResponse()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp_connect.c631 lcid, id, L2CAP_CONNECTION_SUCCESSFUL, L2CAP_NO_FURTHER_INFORMATION_AVAILABLE, SdpConnectRspCallback); in SdpReceiveConnectRequestTask()
704 } else if ((result != L2CAP_CONNECTION_SUCCESSFUL) || (connect->outConnState != SDP_STATE_CONN_SETUP) || in SdpReceiveConnectResponseTask()
787 L2CIF_ConfigRsp(lcid, id, config, L2CAP_CONNECTION_SUCCESSFUL, SdpConfigRspCallback); in SdpReceiveConfigRequestTask()
849 if ((result != L2CAP_CONNECTION_SUCCESSFUL) && (connect->outConnState != SDP_STATE_CONN_SETUP)) { in SdpReceiveConfigResponseTask()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap.c109 if ((result != L2CAP_CONNECTION_SUCCESSFUL) && (result != L2CAP_CONNECTION_PENDING)) { in L2CAP_ConnectRsp()
H A Dl2cap_core.c174 if (result == L2CAP_CONNECTION_SUCCESSFUL) { in L2capSendConnectionRsp()
1663 if (result == L2CAP_CONNECTION_SUCCESSFUL) { in L2capProcessConnectionRsp()
1673 if (result != L2CAP_CONNECTION_SUCCESSFUL && result != L2CAP_CONNECTION_PENDING) { in L2capProcessConnectionRsp()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_session_fsm.c201 if (result != L2CAP_CONNECTION_SUCCESSFUL) { in RfcommRecvConnectRsp()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_l2cap.cpp480 if (result != L2CAP_CONNECTION_SUCCESSFUL) { in TransportRecvConnectionRspCallbackNative()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.cpp191 L2CIF_ConnectRsp(lcid_, id_, L2CAP_CONNECTION_SUCCESSFUL, L2CAP_NO_FURTHER_INFORMATION_AVAILABLE, nullptr); in BnepSecurityCheckDeviceConnectTask()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_connect.c2041 if (attRecevieRspConnectPtr->result == L2CAP_CONNECTION_SUCCESSFUL) { in AttReceiveConnectionRspAsync()

Completed in 20 milliseconds