Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_session_fsm.c269 ret = RfcommSendSabm(session, CONTROL_DLCI); in RfcommRecvConfigRsp()
325 ret = RfcommSendSabm(session, CONTROL_DLCI); in RfcommRecvConfigReq()
H A Drfcomm_defs.h610 int RfcommSendSabm(const RfcommSessionInfo *session, uint8_t dlci);
H A Drfcomm_channel_fsm.c186 ret = RfcommSendSabm(session, channel->dlci); in RfcommRecvSecurityRslt()
H A Drfcomm_frames.c125 int RfcommSendSabm(const RfcommSessionInfo *session, uint8_t dlci) in RfcommSendSabm() function