Home
last modified time | relevance | path

Searched refs:RfcommSendUihRpn (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_channel_fsm.c381 return RfcommSendUihRpn(channel->session, channel->dlci, false, &channel->portConfig); in RfcommRecvRpnCmd()
402 return RfcommSendUihRpn(channel->session, channel->dlci, false, &portConfig); in RfcommRecvRpnReq()
1031 … int ret = RfcommSendUihRpn(channel->session, channel->dlci, true, (RfcommRemotePortConfig *)data); in RfcommSendRpnCmd()
1052 int ret = RfcommSendUihRpn(channel->session, channel->dlci, true, NULL); in RfcommSendRpnReq()
H A Drfcomm_defs.h618 int RfcommSendUihRpn(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd,
H A Drfcomm_frames.c362 int RfcommSendUihRpn(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd, in RfcommSendUihRpn() function