Home
last modified time | relevance | path

Searched refs:RFCOMM_CHANNEL_EV_CONNECT_FAIL (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_session_fsm.c163 RfcommNotifyAllChannelEvtOnSession(session, RFCOMM_CHANNEL_EV_CONNECT_FAIL); in RfcommRecvReqConnectRslt()
208 RfcommNotifyAllChannelEvtOnSession(session, RFCOMM_CHANNEL_EV_CONNECT_FAIL); in RfcommRecvConnectRsp()
255 RfcommNotifyAllChannelEvtOnSession(session, RFCOMM_CHANNEL_EV_CONNECT_FAIL); in RfcommRecvConfigRsp()
481 RfcommNotifyAllChannelEvtOnSession(session, RFCOMM_CHANNEL_EV_CONNECT_FAIL); in RfcommRecvDisc0()
540 RfcommNotifyAllChannelEvtOnSession(session, RFCOMM_CHANNEL_EV_CONNECT_FAIL); in RfcommRecvLinkLoss()
643 RfcommNotifyAllChannelEvtOnSession(session, RFCOMM_CHANNEL_EV_CONNECT_FAIL); in RfcommRecvDm0()
687 RfcommNotifyAllChannelEvtOnSession(session, RFCOMM_CHANNEL_EV_CONNECT_FAIL); in RfcommRecvTimeOut()
927 RfcommNotifyAllChannelEvtOnSession(session, RFCOMM_CHANNEL_EV_CONNECT_FAIL); in RfcommRecvSessionSecurityRslt()
945 RfcommNotifyAllChannelEvtOnSession(session, RFCOMM_CHANNEL_EV_CONNECT_FAIL); in RfcommRecvSessionSecurityRslt()
H A Drfcomm_channel_fsm.c179 RfcommNotifyEvtToUpper(channel, RFCOMM_CHANNEL_EV_CONNECT_FAIL, NULL); in RfcommRecvSecurityRslt()
196 RfcommNotifyEvtToUpper(channel, RFCOMM_CHANNEL_EV_CONNECT_FAIL, NULL); in RfcommRecvSecurityRslt()
322 RfcommNotifyEvtToUpper(channel, RFCOMM_CHANNEL_EV_CONNECT_FAIL, NULL); in RfcommRecvDm()
573 RfcommNotifyEvtToUpper(channel, RFCOMM_CHANNEL_EV_CONNECT_FAIL, NULL); in RfcommRecvDisc()
580 RfcommNotifyEvtToUpper(channel, RFCOMM_CHANNEL_EV_CONNECT_FAIL, NULL); in RfcommRecvDisc()
742 eventId = RFCOMM_CHANNEL_EV_CONNECT_FAIL; in RfcommTimeOut()
H A Drfcomm_defs.h143 ((event) == RFCOMM_CHANNEL_EV_CONNECT_FAIL || (event) == RFCOMM_CHANNEL_EV_DISCONNECTED || \
H A Drfcomm_channel.c770 RfcommNotifyEvtToUpper(channel, RFCOMM_CHANNEL_EV_CONNECT_FAIL, NULL); in RfcommRemoveInvalidChannelOnSession()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_rfcomm_connection_server.h89 RFCOMM_CHANNEL_EV_CONNECT_INCOMING | RFCOMM_CHANNEL_EV_CONNECT_SUCCESS | RFCOMM_CHANNEL_EV_CONNECT_FAIL |
H A Dhfp_ag_rfcomm_connection.h165 RFCOMM_CHANNEL_EV_CONNECT_SUCCESS | RFCOMM_CHANNEL_EV_CONNECT_FAIL | RFCOMM_CHANNEL_EV_DISCONNECTED |
H A Dhfp_ag_data_connection_server.cpp49 case RFCOMM_CHANNEL_EV_CONNECT_FAIL: in ProcessDataConnectionServerCallback()
H A Dhfp_ag_data_connection.cpp50 case RFCOMM_CHANNEL_EV_CONNECT_FAIL: in ProcessDataConnectionCallback()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_rfcomm_connection_server.h89 RFCOMM_CHANNEL_EV_CONNECT_INCOMING | RFCOMM_CHANNEL_EV_CONNECT_SUCCESS | RFCOMM_CHANNEL_EV_CONNECT_FAIL |
H A Dhfp_hf_rfcomm_connection.h165 RFCOMM_CHANNEL_EV_CONNECT_SUCCESS | RFCOMM_CHANNEL_EV_CONNECT_FAIL | RFCOMM_CHANNEL_EV_DISCONNECTED |
H A Dhfp_hf_data_connection_server.cpp48 case RFCOMM_CHANNEL_EV_CONNECT_FAIL: in ProcessDataConnectionServerCallback()
H A Dhfp_hf_data_connection.cpp37 case RFCOMM_CHANNEL_EV_CONNECT_FAIL: in ProcessDataConnectionCallback()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Drfcomm.h57 #define RFCOMM_CHANNEL_EV_CONNECT_FAIL 0x00000004 macro
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_rfcomm.cpp25 RFCOMM_CHANNEL_EV_CONNECT_FAIL | RFCOMM_CHANNEL_EV_DISCONNECTED |
178 case RFCOMM_CHANNEL_EV_CONNECT_FAIL: in TransportRfcEventCallback()
231 LOG_ERROR("[RfcommTransport]%{public}s handle:%hu: RFCOMM_CHANNEL_EV_CONNECT_FAIL transport does not exist", in TransportRfcConnectFail()

Completed in 15 milliseconds