Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_session_fsm.c613 ret = RfcommSendDisc(session, CONTROL_DLCI); in RfcommCloseSession()
714 ret = RfcommSendDisc(session, CONTROL_DLCI); in RfcommRecvTimeOut()
H A Drfcomm_defs.h611 int RfcommSendDisc(const RfcommSessionInfo *session, uint8_t dlci);
H A Drfcomm_channel_fsm.c713 ret = RfcommSendDisc(session, channel->dlci); in RfcommCloseChannel()
H A Drfcomm_frames.c151 int RfcommSendDisc(const RfcommSessionInfo *session, uint8_t dlci) in RfcommSendDisc() function