Home
last modified time | relevance | path

Searched refs:apcf_command (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc592 ApcfCommand apcf_command) { in parse_filter_command() argument
594 static_cast<bluetooth::hci::ApcfFilterType>(apcf_command.type); in parse_filter_command()
595 bluetooth::hci::Address address = ToGdAddress(apcf_command.address); in parse_filter_command()
598 static_cast<bluetooth::hci::ApcfApplicationAddressType>(apcf_command.addr_type); in parse_filter_command()
600 if (!apcf_command.uuid.IsEmpty()) { in parse_filter_command()
601 uint8_t uuid_len = apcf_command.uuid.GetShortestRepresentationSize(); in parse_filter_command()
605 bluetooth::hci::Uuid::From16Bit(apcf_command.uuid.As16Bit()); in parse_filter_command()
609 bluetooth::hci::Uuid::From32Bit(apcf_command.uuid.As32Bit()); in parse_filter_command()
613 bluetooth::hci::Uuid::From128BitBE(apcf_command.uuid.To128BitBE()); in parse_filter_command()
621 if (!apcf_command.uuid_mask.IsEmpty()) { in parse_filter_command()
[all …]
Dble_scanner_interface_impl.h131 ApcfCommand apcf_command);