Searched refs:current_profile (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/gd/hal/ |
D | snoop_logger.cc | 129 if (profile >= 0) current_profile = profile; in IsRfcommFlowExt() 679 profile_type_t current_profile, uint8_t* packet, uint32_t hdr_len, uint32_t pl_len) { in PayloadStrip() argument 684 ProfilesFilter::ProfileToString(current_profile), in PayloadStrip() 688 switch (current_profile) { in PayloadStrip() 764 profile_type_t& current_profile, in FilterProfilesRfcommChannel() argument 783 current_profile = filters.DlciToProfile(is_received, l2cap_channel, addr); in FilterProfilesRfcommChannel() 784 if (current_profile != FILTER_PROFILE_NONE) { in FilterProfilesRfcommChannel() 804 length = PayloadStrip(current_profile, packet, offset, total_length - offset); in FilterProfilesRfcommChannel() 814 profile_type_t current_profile = FILTER_PROFILE_NONE; in FilterProfiles() local 850 current_profile = filters.CidToProfile(is_received, l2c_chan); in FilterProfiles() [all …]
|
D | snoop_logger.h | 139 profile_type_t current_profile; variable 309 profile_type_t current_profile, uint8_t* packet, uint32_t hdr_len, uint32_t pl_len); 323 profile_type_t& current_profile,
|