Home
last modified time | relevance | path

Searched refs:IBluetoothLeScanner (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetooth.aidl22 import android.bluetooth.IBluetoothLeScanner;
62 IBluetoothLeScanner GetLeScannerInterface(); in GetLeScannerInterface()
H A DIBluetoothLeScanner.aidl23 interface IBluetoothLeScanner { interface
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.h54 using android::bluetooth::IBluetoothLeScanner;
109 ::android::sp<IBluetoothLeScanner>* _aidl_return) override;
174 android::sp<IBluetoothLeScanner> le_scanner_interface_;
H A Dbluetooth_binder_server.cc277 ::android::sp<IBluetoothLeScanner>* _aidl_return) { in GetLeScannerInterface()
/aosp12/system/bt/service/client/
H A Dmain.cc59 using android::bluetooth::IBluetoothLeScanner;
876 sp<IBluetoothLeScanner> ble_scanner_iface; in HandleRegisterBLEScanner()
899 sp<IBluetoothLeScanner> ble_scanner_iface; in HandleUnregisterBLEScanner()
932 sp<IBluetoothLeScanner> ble_scanner_iface; in HandleStartLeScan()
954 sp<IBluetoothLeScanner> ble_scanner_iface; in HandleStopLeScan()
/aosp12/system/bt/service/common/
H A DAndroid.bp70 "android/bluetooth/IBluetoothLeScanner.aidl",