Searched defs:dlci (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_l2cap.c | 198 uint8_t dlci = 0; in RfcommRecvDataCback() local
|
H A D | rfcomm.c | 145 uint8_t dlci = session->isInitiator ? (reqInfo->scn << 1) : ((reqInfo->scn << 1) + 1); in RfcommConnectChannel() local
|
H A D | rfcomm_frames.c | 125 int RfcommSendSabm(const RfcommSessionInfo *session, uint8_t dlci) in RfcommSendSabm() argument 151 int RfcommSendDisc(const RfcommSessionInfo *session, uint8_t dlci) in RfcommSendDisc() argument 177 RfcommSendUa(const RfcommSessionInfo *session, uint8_t dlci) RfcommSendUa() argument 204 RfcommSendDm(const RfcommSessionInfo *session, uint8_t dlci, bool pf) RfcommSendDm() argument 232 RfcommSendUihPn(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd, const RfcommSendPnInfo *pnInfo) RfcommSendUihPn() argument 281 RfcommSendUihMsc(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd, const RfcommModemStatusInfo *modemSts) RfcommSendUihMsc() argument 325 RfcommSendUihRls(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd, uint8_t lineStatus) RfcommSendUihRls() argument 362 RfcommSendUihRpn(const RfcommSessionInfo *session, uint8_t dlci, bool isCmd, const RfcommRemotePortConfig *portConfig) RfcommSendUihRpn() argument 567 RfcommSendUihData(const RfcommSessionInfo *session, uint8_t dlci, uint8_t newCredits, Packet *pkt) RfcommSendUihData() argument 770 uint8_t dlci = header[RFCOMM_ADDRESS] >> RFCOMM_SHIFT_DLCI; RfcommParseHeaderTail() local [all...] |
H A D | rfcomm_channel.c | 294 RfcommChannelInfo *RfcommCreateChannelOfServer(RfcommSessionInfo *session, uint8_t dlci, int event) in RfcommCreateChannelOfServer() argument 474 RfcommGetChannelByDlci(const RfcommSessionInfo *session, uint8_t dlci) RfcommGetChannelByDlci() argument [all...] |
H A D | rfcomm_defs.h | 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; global() member 477 uint8_t *dlci; global() member [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_snoop_filter_acl.c | 99 uint8_t dlci; member 639 static bool RfcommDlciFilterCheck(uint8_t type, uint16_t aclHandle, uint16_t channelId, uint8_t dlci, uint8_t *module) in RfcommDlciFilterCheck() argument 792 uint8_t dlci = *address >> RFCOMM_SHIFT_DLCI; in L2capDataFilterUseRfcomm() local
|
Completed in 7 milliseconds