Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc663 ApcfCommand apcf_command) { in parse_filter_command() argument
665 static_cast<bluetooth::hci::ApcfFilterType>(apcf_command.type); in parse_filter_command()
666 bluetooth::hci::Address address = ToGdAddress(apcf_command.address); in parse_filter_command()
670 apcf_command.addr_type); in parse_filter_command()
672 if (!apcf_command.uuid.IsEmpty()) { in parse_filter_command()
673 uint8_t uuid_len = apcf_command.uuid.GetShortestRepresentationSize(); in parse_filter_command()
677 bluetooth::hci::Uuid::From16Bit(apcf_command.uuid.As16Bit()); in parse_filter_command()
681 bluetooth::hci::Uuid::From32Bit(apcf_command.uuid.As32Bit()); in parse_filter_command()
685 bluetooth::hci::Uuid::From128BitBE(apcf_command.uuid.To128BitBE()); in parse_filter_command()
693 if (!apcf_command.uuid_mask.IsEmpty()) { in parse_filter_command()
[all …]
Dble_scanner_interface_impl.h146 ApcfCommand apcf_command);