Searched refs:BtmChangeIncludeLength (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/ |
H A D | btm_snoop_filter_acl.c | 717 BtmChangeIncludeLength(includedLength, offset); in RfcommDataFilterUseHfp() 732 BtmChangeIncludeLength(includedLength, offset); in RfcommDataFilterUseHfp() 747 BtmChangeIncludeLength(includedLength, offset); in RfcommDataFilterUseOther() 769 BtmChangeIncludeLength(includedLength, sizeof(HciAclDataHeader) + l2capInfo->headerLength); in L2capDataFilterUseGoepPbap() 777 BtmChangeIncludeLength(includedLength, sizeof(HciAclDataHeader) + l2capInfo->headerLength); in L2capDataFilterUseGoepMap() 819 BtmChangeIncludeLength(includedLength, offset); in L2capDataFilterUseAvdtp() 840 BtmChangeIncludeLength(includedLength, offset); in L2capDataFilterUseAvctp() 854 BtmChangeIncludeLength(includedLength, offset); in L2capDataFilterUseAvctpBrowsing() 885 BtmChangeIncludeLength(includedLength, offset); in L2capDataFilterUseAtt() 911 BtmChangeIncludeLength(includedLength, offset); in L2capDataFilterUseSmp() [all …]
|
H A D | btm_snoop_filter.h | 57 void BtmChangeIncludeLength(uint16_t *includedLength, uint16_t len);
|
H A D | btm_snoop_filter.c | 151 void BtmChangeIncludeLength(uint16_t *includedLength, uint16_t len) in BtmChangeIncludeLength() function
|