Home
last modified time | relevance | path

Searched defs:dlci (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_frames.c125 int RfcommSendSabm(const RfcommSessionInfo *session, uint8_t dlci) in RfcommSendSabm()
151 int RfcommSendDisc(const RfcommSessionInfo *session, uint8_t dlci) in RfcommSendDisc()
177 int RfcommSendUa(const RfcommSessionInfo *session, uint8_t dlci) in RfcommSendUa()
204 int RfcommSendDm(const RfcommSessionInfo *session, uint8_t dlci, bool pf) in RfcommSendDm()
232 int RfcommSendUihPn(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd, const RfcommSendPnI… in RfcommSendUihPn()
281 int RfcommSendUihMsc(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd, const RfcommModemS… in RfcommSendUihMsc()
325 int RfcommSendUihRls(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd, uint8_t lineStatus) in RfcommSendUihRls()
362 int RfcommSendUihRpn(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd, in RfcommSendUihRpn()
567 int RfcommSendUihData(const RfcommSessionInfo *session, uint8_t dlci, uint8_t newCredits, Packet *p… in RfcommSendUihData()
770 uint8_t dlci = header[RFCOMM_ADDRESS] >> RFCOMM_SHIFT_DLCI; in RfcommParseHeaderTail() local
H A Drfcomm_defs.h135 #define IS_DLCI_VALID(dlci) ((dlci) >= 2 && (dlci) <= 61) argument
355 uint8_t dlci; member
371 uint8_t dlci; member
415 uint8_t dlci; member
422 uint8_t dlci; member
427 uint8_t dlci; member
432 uint8_t dlci; member
459 uint8_t dlci; member
468 uint8_t dlci; member
477 uint8_t *dlci; member
H A Drfcomm_l2cap.c198 uint8_t dlci = 0; in RfcommRecvDataCback() local
H A Drfcomm_channel.c294 RfcommChannelInfo *RfcommCreateChannelOfServer(RfcommSessionInfo *session, uint8_t dlci, int event) in RfcommCreateChannelOfServer()
474 RfcommChannelInfo *RfcommGetChannelByDlci(const RfcommSessionInfo *session, uint8_t dlci) in RfcommGetChannelByDlci()
H A Drfcomm.c145 uint8_t dlci = session->isInitiator ? (reqInfo->scn << 1) : ((reqInfo->scn << 1) + 1); in RfcommConnectChannel() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_acl.c99 uint8_t dlci; member
639 …DlciFilterCheck(uint8_t type, uint16_t aclHandle, uint16_t channelId, uint8_t dlci, uint8_t *modul… in RfcommDlciFilterCheck()
792 uint8_t dlci = *address >> RFCOMM_SHIFT_DLCI; in L2capDataFilterUseRfcomm() local