Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl21 import android.bluetooth.IBluetoothLeAdvertiser;
61 IBluetoothLeAdvertiser GetLeAdvertiserInterface(); in GetLeAdvertiserInterface()
DIBluetoothLeAdvertiser.aidl24 interface IBluetoothLeAdvertiser { interface
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.h53 using android::bluetooth::IBluetoothLeAdvertiser;
107 ::android::sp<IBluetoothLeAdvertiser>* _aidl_return) override;
170 android::sp<IBluetoothLeAdvertiser> le_advertiser_interface_;
Dbluetooth_binder_server.cc259 ::android::sp<IBluetoothLeAdvertiser>* _aidl_return) { in GetLeAdvertiserInterface()
/system/bt/service/example/heart_rate/
Dheart_rate_server.cc32 using android::bluetooth::IBluetoothLeAdvertiser;
76 android::sp<IBluetoothLeAdvertiser> ble; in OnAdvertiserRegistered()
303 android::sp<IBluetoothLeAdvertiser> ble; in OnServiceAdded()
/system/bt/service/client/
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()
/system/bt/service/common/
DAndroid.bp59 "android/bluetooth/IBluetoothLeAdvertiser.aidl",