Searched refs:RfcommNotifyAllChannelEvtOnSession (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/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() 534 RfcommNotifyAllChannelEvtOnSession(session, RFCOMM_CHANNEL_EV_DISCONNECTED); in RfcommRecvLinkLoss() 540 RfcommNotifyAllChannelEvtOnSession(session, RFCOMM_CHANNEL_EV_CONNECT_FAIL); in RfcommRecvLinkLoss() 570 RfcommNotifyAllChannelEvtOnSession(session, RFCOMM_CHANNEL_EV_DISCONNECTED); in RfcommRecvDisconnectReq() 643 RfcommNotifyAllChannelEvtOnSession(session, RFCOMM_CHANNEL_EV_CONNECT_FAIL); in RfcommRecvDm0() 687 RfcommNotifyAllChannelEvtOnSession(session, RFCOMM_CHANNEL_EV_CONNECT_FAIL); in RfcommRecvTimeOut() 710 RfcommNotifyAllChannelEvtOnSession(session, RFCOMM_CHANNEL_EV_DISCONNECTED); in RfcommRecvTimeOut() [all …]
|
H A D | rfcomm_defs.h | 575 void RfcommNotifyAllChannelEvtOnSession(const RfcommSessionInfo *session, uint32_t eventId);
|
H A D | rfcomm_channel.c | 693 void RfcommNotifyAllChannelEvtOnSession(const RfcommSessionInfo *session, uint32_t eventId) in RfcommNotifyAllChannelEvtOnSession() function
|