Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_l2cap.c220 channel = RfcommGetChannelByDlci(session, dlci); in RfcommRecvDataCback()
H A Drfcomm.c148 RfcommChannelInfo *channel = RfcommGetChannelByDlci(session, dlci); in RfcommConnectChannel()
H A Drfcomm_defs.h567 RfcommChannelInfo *RfcommGetChannelByDlci(const RfcommSessionInfo *session, uint8_t dlci);
H A Drfcomm_channel.c474 RfcommChannelInfo *RfcommGetChannelByDlci(const RfcommSessionInfo *session, uint8_t dlci) in RfcommGetChannelByDlci() function