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 D | rfcomm_session_fsm.c | 163 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 D | rfcomm_channel_fsm.c | 179 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 D | rfcomm_defs.h | 143 ((event) == RFCOMM_CHANNEL_EV_CONNECT_FAIL || (event) == RFCOMM_CHANNEL_EV_DISCONNECTED || \
|
H A D | rfcomm_channel.c | 770 RfcommNotifyEvtToUpper(channel, RFCOMM_CHANNEL_EV_CONNECT_FAIL, NULL); in RfcommRemoveInvalidChannelOnSession()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_rfcomm_connection_server.h | 89 RFCOMM_CHANNEL_EV_CONNECT_INCOMING | RFCOMM_CHANNEL_EV_CONNECT_SUCCESS | RFCOMM_CHANNEL_EV_CONNECT_FAIL |
|
H A D | hfp_ag_rfcomm_connection.h | 165 RFCOMM_CHANNEL_EV_CONNECT_SUCCESS | RFCOMM_CHANNEL_EV_CONNECT_FAIL | RFCOMM_CHANNEL_EV_DISCONNECTED |
|
H A D | hfp_ag_data_connection_server.cpp | 49 case RFCOMM_CHANNEL_EV_CONNECT_FAIL: in ProcessDataConnectionServerCallback()
|
H A D | hfp_ag_data_connection.cpp | 50 case RFCOMM_CHANNEL_EV_CONNECT_FAIL: in ProcessDataConnectionCallback()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_rfcomm_connection_server.h | 89 RFCOMM_CHANNEL_EV_CONNECT_INCOMING | RFCOMM_CHANNEL_EV_CONNECT_SUCCESS | RFCOMM_CHANNEL_EV_CONNECT_FAIL |
|
H A D | hfp_hf_rfcomm_connection.h | 165 RFCOMM_CHANNEL_EV_CONNECT_SUCCESS | RFCOMM_CHANNEL_EV_CONNECT_FAIL | RFCOMM_CHANNEL_EV_DISCONNECTED |
|
H A D | hfp_hf_data_connection_server.cpp | 48 case RFCOMM_CHANNEL_EV_CONNECT_FAIL: in ProcessDataConnectionServerCallback()
|
H A D | hfp_hf_data_connection.cpp | 37 case RFCOMM_CHANNEL_EV_CONNECT_FAIL: in ProcessDataConnectionCallback()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | rfcomm.h | 57 #define RFCOMM_CHANNEL_EV_CONNECT_FAIL 0x00000004 macro
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
H A D | transport_rfcomm.cpp | 25 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