Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl22 import android.bluetooth.IBluetoothLeScanner;
62 IBluetoothLeScanner GetLeScannerInterface(); in GetLeScannerInterface()
DIBluetoothLeScanner.aidl23 interface IBluetoothLeScanner { interface
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.h54 using android::bluetooth::IBluetoothLeScanner;
109 ::android::sp<IBluetoothLeScanner>* _aidl_return) override;
174 android::sp<IBluetoothLeScanner> le_scanner_interface_;
Dbluetooth_binder_server.cc277 ::android::sp<IBluetoothLeScanner>* _aidl_return) { in GetLeScannerInterface()
/system/bt/service/client/
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()
/system/bt/service/common/
DAndroid.bp61 "android/bluetooth/IBluetoothLeScanner.aidl",