Searched refs:L2CAP_CONNECTION_SUCCESSFUL (Results 1 - 13 of 13) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | l2cap_def.h | 71 #define L2CAP_CONNECTION_SUCCESSFUL 0x0000 macro
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_ctrl_l2cap.c | 112 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 D | avctp_br_l2cap.c | 114 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 D | hid_host_l2cap_connection.cpp | 188 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 D | avdtp_l2cap.c | 194 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 D | btm_snoop_filter_acl.c | 48 #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 D | sdp_connect.c | 631 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 D | l2cap.c | 109 if ((result != L2CAP_CONNECTION_SUCCESSFUL) && (result != L2CAP_CONNECTION_PENDING)) { in L2CAP_ConnectRsp()
|
H A D | l2cap_core.c | 174 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 D | rfcomm_session_fsm.c | 201 if (result != L2CAP_CONNECTION_SUCCESSFUL) { in RfcommRecvConnectRsp()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport_l2cap.cpp | 480 if (result != L2CAP_CONNECTION_SUCCESSFUL) { in TransportRecvConnectionRspCallbackNative()
|
/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, nullptr); in BnepSecurityCheckDeviceConnectTask()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_connect.c | 2041 if (attRecevieRspConnectPtr->result == L2CAP_CONNECTION_SUCCESSFUL) { in AttReceiveConnectionRspAsync()
|
Completed in 20 milliseconds