Home
last modified time | relevance | path

Searched defs:apcf_enable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/vendor_commands/
Dle_apcf.cc139 ErrorCode LinkLayerController::LeApcfEnable(bool apcf_enable) { in LeApcfEnable()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc671 Enable apcf_enable = enable ? Enable::ENABLED : Enable::DISABLED; in scan_filter_enable() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h43176 … = default;static std::unique_ptr<LeAdvFilterEnableBuilder> Create(Enable apcf_enable) {auto build… in Create()
43195 explicit LeAdvFilterEnableBuilder(Enable apcf_enable) :LeAdvFilterBuilder(ApcfOpcode::ENABLE/* apcf… in Create()
43211 …Builder> Create(uint8_t num_hci_command_packets, ErrorCode status, Enable apcf_enable) {auto build… in Create()
43230 …CompleteBuilder(uint8_t num_hci_command_packets, ErrorCode status, Enable apcf_enable) :LeAdvFilte… in Create()