Home
last modified time | relevance | path

Searched refs:BleScannerInterface (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.h33 BleScannerIntf(BleScannerInterface* scanner_intf) : scanner_intf_(scanner_intf){}; in BleScannerIntf()
190 BleScannerInterface* scanner_intf_;
/packages/modules/Bluetooth/system/btif/src/
Dbtif_ble_scanner.cc23 BleScannerInterface* get_ble_scanner_instance() { in get_ble_scanner_instance()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_gatt.h35 BleScannerInterface* get_ble_scanner_instance();
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.h27 ::BleScannerInterface* get_ble_scanner_instance();
Dble_scanner_interface_impl.h53 class BleScannerInterfaceImpl : public ::BleScannerInterface,
Dle_scanning_manager.cc843 BleScannerInterface* bluetooth::shim::get_ble_scanner_instance() { in get_ble_scanner_instance()
/packages/modules/Bluetooth/system/include/hardware/
Dble_scanner.h115 class BleScannerInterface {
117 virtual ~BleScannerInterface() = default;
Dbt_gatt.h65 BleScannerInterface* scanner;
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_le_scanning_manager.cc26 ::BleScannerInterface* bluetooth::shim::get_ble_scanner_instance() { in get_ble_scanner_instance()
/packages/modules/Bluetooth/system/test/suite/gatt/
Dgatt_test.h36 const BleScannerInterface* gatt_scanner_interface();
Dgatt_test.cc131 const BleScannerInterface* GattTest::gatt_scanner_interface() { in gatt_scanner_interface()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs6 BleAdvertiserInterface, BleScannerInterface,
1149 _raw: *const BleScannerInterface,
1470 _raw: unsafe { (*raw_gatt).scanner as *const BleScannerInterface }, in new() constant
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp202 static BleScannerInterface* sScanner = NULL;