Searched refs:RfcommSendUihPn (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 | 138 ret = RfcommSendUihPn(session, channel->dlci, true, &pnInfo); in RfcommOpenChannel() 284 ret = RfcommSendUihPn(session, channel->dlci, true, &pnInfo); in RfcommRecvUa() 449 ret = RfcommSendUihPn(session, channel->dlci, false, &pnInfo); in RfcommRecvPnReq() 465 ret = RfcommSendUihPn(session, channel->dlci, false, &pnInfo); in RfcommRecvPnReq()
|
H A D | rfcomm_defs.h | 614 int RfcommSendUihPn(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd, const RfcommSendPnI…
|
H A D | rfcomm_frames.c | 232 int RfcommSendUihPn(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd, const RfcommSendPnI… in RfcommSendUihPn() function
|