Home
last modified time | relevance | path

Searched refs:RfcommSendUihMsc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_channel_fsm.c257 ret = RfcommSendUihMsc(session, channel->dlci, true, &modemStatus); in RfcommRecvUa()
784 int ret = RfcommSendUihMsc(channel->session, channel->dlci, false, &modemSts); in RfcommRecvMscReq()
798 ret = RfcommSendUihMsc(channel->session, channel->dlci, true, &modemSts); in RfcommRecvMscReq()
1121 int ret = RfcommSendUihMsc(channel->session, channel->dlci, true, &status); in RfcommSendMscReq()
H A Drfcomm_defs.h615 int RfcommSendUihMsc(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd,
H A Drfcomm_channel.c932 RfcommSendUihMsc(channel->session, channel->dlci, true, &modemStatus); in RfcommSetFlcToPeer()
H A Drfcomm_frames.c281 int RfcommSendUihMsc(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd, const RfcommModemS… in RfcommSendUihMsc() function