Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_defs.h568 RfcommChannelInfo *RfcommGetFirstChannelOnSession(const RfcommSessionInfo *session);
H A Drfcomm_channel.c504 RfcommChannelInfo *RfcommGetFirstChannelOnSession(const RfcommSessionInfo *session) in RfcommGetFirstChannelOnSession() function
H A Drfcomm_session_fsm.c984 RfcommChannelInfo *channel = RfcommGetFirstChannelOnSession(session); in RfcommRestartSession()