Searched refs:RfcommSendDm (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_channel_fsm.c | 194 ret = RfcommSendDm(session, channel->dlci, true); in RfcommRecvSecurityRslt() 454 ret = RfcommSendDm(session, channel->dlci, false); in RfcommRecvPnReq() 566 ret = RfcommSendDm(session, channel->dlci, true); in RfcommRecvDisc() 571 ret = RfcommSendDm(session, channel->dlci, true); in RfcommRecvDisc() 585 ret = RfcommSendDm(session, channel->dlci, true); in RfcommRecvDisc() 655 ret = RfcommSendDm(session, channel->dlci, true); in RfcommRecvRejectRsp() 697 ret = RfcommSendDm(session, channel->dlci, true); in RfcommCloseChannel() 936 return RfcommSendDm(channel->session, channel->dlci, false); in RfcommRecvRevData()
|
H A D | rfcomm_session_fsm.c | 502 ret = RfcommSendDm(session, CONTROL_DLCI, true); in RfcommRecvDisc0() 748 return RfcommSendDm(session, CONTROL_DLCI, false); in RfcommRecvFconReq() 800 return RfcommSendDm(session, CONTROL_DLCI, false); in RfcommRecvFcoffReq()
|
H A D | rfcomm_defs.h | 613 int RfcommSendDm(const RfcommSessionInfo *session, uint8_t dlci, bool pf);
|
H A D | rfcomm_frames.c | 204 int RfcommSendDm(const RfcommSessionInfo *session, uint8_t dlci, bool pf) in RfcommSendDm() function
|