Home
last modified time | relevance | path

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

/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc269 if (!le_advertiser_interface_.get()) in GetLeAdvertiserInterface()
270 le_advertiser_interface_ = new BluetoothLeAdvertiserBinderServer(adapter_); in GetLeAdvertiserInterface()
272 *_aidl_return = le_advertiser_interface_; in GetLeAdvertiserInterface()
H A Dbluetooth_binder_server.h170 android::sp<IBluetoothLeAdvertiser> le_advertiser_interface_; variable