Searched refs:RfcommSendUihRpn (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_channel_fsm.c | 381 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 D | rfcomm_defs.h | 618 int RfcommSendUihRpn(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd,
|
H A D | rfcomm_frames.c | 362 int RfcommSendUihRpn(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd, in RfcommSendUihRpn() function
|