Searched refs:apcf_command (Results 1 – 1 of 1) sorted by relevance
339 ApcfCommand apcf_command) { in parse_filter_command() argument341 static_cast<bluetooth::hci::ApcfFilterType>(apcf_command.type); in parse_filter_command()346 apcf_command.addr_type); in parse_filter_command()348 if (!apcf_command.uuid.IsEmpty()) { in parse_filter_command()362 apcf_command.uuid.To128BitBE()); in parse_filter_command()370 if (!apcf_command.uuid_mask.IsEmpty()) { in parse_filter_command()384 apcf_command.uuid_mask.To128BitBE()); in parse_filter_command()393 apcf_command.name.begin(), apcf_command.name.end()); in parse_filter_command()396 apcf_command.company_mask; in parse_filter_command()398 apcf_command.data.begin(), apcf_command.data.end()); in parse_filter_command()[all …]