Home
last modified time | relevance | path

Searched defs:ApcfAction (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_scanning_manager_facade.cc143 void OnFilterParamSetup(uint8_t /* available_spaces */, ApcfAction /* action */, in OnFilterParamSetup() argument
146 ApcfAction /* action */, uint8_t /* status */) {} in OnFilterConfigCallback() argument
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc583 bluetooth::hci::ApcfAction /* action */, in OnFilterParamSetup()
587 bluetooth::hci::ApcfAction /* action */, uint8_t /* status */) {} in OnFilterConfigCallback()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager.cc108 void OnFilterParamSetup(uint8_t /* available_spaces */, ApcfAction /* action */, in OnFilterParamSetup() argument
113 ApcfAction /* action */, uint8_t /* status */) override { in OnFilterConfigCallback() argument
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h375 enum class ApcfAction : uint8_t {ADD = 0x0,DELETE = 0x1,CLEAR = 0x2,}; enum