Home
last modified time | relevance | path

Searched refs:le_scanner_interface_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc286 if (!le_scanner_interface_.get()) in GetLeScannerInterface()
287 le_scanner_interface_ = new BluetoothLeScannerBinderServer(adapter_); in GetLeScannerInterface()
289 *_aidl_return = le_scanner_interface_; in GetLeScannerInterface()
H A Dbluetooth_binder_server.h174 android::sp<IBluetoothLeScanner> le_scanner_interface_; variable