Searched defs:dlci (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_frames.c | 125 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 D | rfcomm_defs.h | 135 #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 D | rfcomm_l2cap.c | 198 uint8_t dlci = 0; in RfcommRecvDataCback() local
|
H A D | rfcomm_channel.c | 294 RfcommChannelInfo *RfcommCreateChannelOfServer(RfcommSessionInfo *session, uint8_t dlci, int event) in RfcommCreateChannelOfServer() 474 RfcommChannelInfo *RfcommGetChannelByDlci(const RfcommSessionInfo *session, uint8_t dlci) in RfcommGetChannelByDlci()
|
H A D | rfcomm.c | 145 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 D | btm_snoop_filter_acl.c | 99 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
|