Lines Matching refs:apcf_command

339       ApcfCommand apcf_command) {  in parse_filter_command()  argument
341 static_cast<bluetooth::hci::ApcfFilterType>(apcf_command.type); in parse_filter_command()
342 bluetooth::hci::Address address = ToGdAddress(apcf_command.address); in parse_filter_command()
346 apcf_command.addr_type); in parse_filter_command()
348 if (!apcf_command.uuid.IsEmpty()) { in parse_filter_command()
349 uint8_t uuid_len = apcf_command.uuid.GetShortestRepresentationSize(); in parse_filter_command()
353 bluetooth::hci::Uuid::From16Bit(apcf_command.uuid.As16Bit()); in parse_filter_command()
357 bluetooth::hci::Uuid::From32Bit(apcf_command.uuid.As32Bit()); in parse_filter_command()
362 apcf_command.uuid.To128BitBE()); in parse_filter_command()
370 if (!apcf_command.uuid_mask.IsEmpty()) { in parse_filter_command()
371 uint8_t uuid_len = apcf_command.uuid.GetShortestRepresentationSize(); in parse_filter_command()
375 bluetooth::hci::Uuid::From16Bit(apcf_command.uuid_mask.As16Bit()); in parse_filter_command()
379 bluetooth::hci::Uuid::From32Bit(apcf_command.uuid_mask.As32Bit()); 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()
394 advertising_packet_content_filter_command.company = apcf_command.company; 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()
400 apcf_command.data_mask.begin(), apcf_command.data_mask.end()); in parse_filter_command()