Searched refs:L2CAP_NO_RESOURCES_AVAILABLE (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_l2cap.c | 54 RfcommSendConnectRsp(lcid, id, L2CAP_NO_RESOURCES_AVAILABLE, 0); in RfcommRecvConnectReqCback()
|
H A D | rfcomm_session_fsm.c | 219 RfcommSendConnectRsp(session->pendingL2capId, session->pendingId, L2CAP_NO_RESOURCES_AVAILABLE, 0); in RfcommRecvConnectRsp() 428 ret = RfcommSendConnectRsp(session->l2capId, session->id, L2CAP_NO_RESOURCES_AVAILABLE, 0); in RfcommRecvConnectReq() 943 RfcommSendConnectRsp(session->l2capId, session->id, L2CAP_NO_RESOURCES_AVAILABLE, 0); in RfcommRecvSessionSecurityRslt()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | l2cap_def.h | 75 #define L2CAP_NO_RESOURCES_AVAILABLE 0x0004 macro
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/ |
H A D | avctp_br_l2cap.c | 123 result = L2CAP_NO_RESOURCES_AVAILABLE; in AvctBrRecvConnectionReqAct() 126 result = L2CAP_NO_RESOURCES_AVAILABLE; in AvctBrRecvConnectionReqAct() 134 result = L2CAP_NO_RESOURCES_AVAILABLE; in AvctBrRecvConnectionReqAct()
|
H A D | avctp_ctrl_l2cap.c | 126 result = L2CAP_NO_RESOURCES_AVAILABLE; in AvctRecvConnectionReqAct() 130 result = L2CAP_NO_RESOURCES_AVAILABLE; in AvctRecvConnectionReqAct()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport_l2cap.cpp | 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()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_l2cap.c | 184 L2CIF_ConnectRsp(lcid, id, L2CAP_NO_RESOURCES_AVAILABLE, 0, NULL); in AvdtConnectStreamIndication() 203 L2CIF_ConnectRsp(lcid, id, L2CAP_NO_RESOURCES_AVAILABLE, 0, NULL); in AvdtConnectStreamIndication()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_l2cap_connection.cpp | 666 L2CIF_ConnectRsp(lcid, id, L2CAP_NO_RESOURCES_AVAILABLE, 0, nullptr); in HidHostRecvConnectionReqCallbackTask()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_bnep.cpp | 644 L2CIF_ConnectRsp(lcid, id, L2CAP_NO_RESOURCES_AVAILABLE, L2CAP_NO_FURTHER_INFORMATION_AVAILABLE, nullptr); in BnepRecvConnectionReqCallbackTask()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/ |
H A D | att_connect.c | 1939 L2CAP_NO_RESOURCES_AVAILABLE, in AttReceiveConnectionReqAsync()
|
Completed in 18 milliseconds