Home
last modified time | relevance | path

Searched refs:IBluetoothLeAdvertiser (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetooth.aidl21 import android.bluetooth.IBluetoothLeAdvertiser;
61 IBluetoothLeAdvertiser GetLeAdvertiserInterface(); in GetLeAdvertiserInterface()
H A DIBluetoothLeAdvertiser.aidl24 interface IBluetoothLeAdvertiser { interface
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.h53 using android::bluetooth::IBluetoothLeAdvertiser;
107 ::android::sp<IBluetoothLeAdvertiser>* _aidl_return) override;
170 android::sp<IBluetoothLeAdvertiser> le_advertiser_interface_;
H A Dbluetooth_binder_server.cc259 ::android::sp<IBluetoothLeAdvertiser>* _aidl_return) { in GetLeAdvertiserInterface()
/aosp12/system/bt/service/example/heart_rate/
H A Dheart_rate_server.cc32 using android::bluetooth::IBluetoothLeAdvertiser;
76 android::sp<IBluetoothLeAdvertiser> ble; in OnAdvertiserRegistered()
303 android::sp<IBluetoothLeAdvertiser> ble; in OnServiceAdded()
/aosp12/system/bt/service/client/
H A Dmain.cc58 using android::bluetooth::IBluetoothLeAdvertiser;
486 sp<IBluetoothLeAdvertiser> ble_advertiser_iface; in HandleRegisterBLEAdvertiser()
509 sp<IBluetoothLeAdvertiser> ble_advertiser_iface; in HandleUnregisterBLEAdvertiser()
685 sp<IBluetoothLeAdvertiser> ble_advertiser_iface; in HandleStartAdv()
757 sp<IBluetoothLeAdvertiser> ble_advertiser_iface; in HandleStopAdv()
/aosp12/system/bt/service/common/
H A DAndroid.bp68 "android/bluetooth/IBluetoothLeAdvertiser.aidl",