Home
last modified time | relevance | path

Searched refs:IBluetoothLowEnergy (Results 1 – 9 of 9) sorted by relevance

/system/bt/service/doc/
DIBluetoothLowEnergyCallback.txt24 * IBluetoothLowEnergy.registerClient. |status| will be BLE_STATUS_SUCCESS (0)
27 * to perform further operations on the IBluetoothLowEnergy interface.
37 * IBluetoothLowEnergy.setMtu or remote device trying to change MTU.
43 * this client using IBluetoothLowEnergy.startScan. |scan_result| contains all
50 * IBluetoothLowEnergy.startMultiAdvertising or stopMultiAdvertising.
DIBluetoothLowEnergy.txt20 interface IBluetoothLowEnergy {
DIBluetooth.txt106 IBluetoothLowEnergy getLowEnergyInterface();
/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl20 import android.bluetooth.IBluetoothLowEnergy;
45 IBluetoothLowEnergy GetLowEnergyInterface(); in GetLowEnergyInterface()
DIBluetoothLowEnergy.aidl24 interface IBluetoothLowEnergy { interface
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.h45 using android::bluetooth::IBluetoothLowEnergy;
78 ::android::sp<IBluetoothLowEnergy>* _aidl_return) override;
102 android::sp<IBluetoothLowEnergy> low_energy_interface_;
Dbluetooth_binder_server.cc140 ::android::sp<IBluetoothLowEnergy>* _aidl_return) { in GetLowEnergyInterface()
/system/bt/service/client/
Dmain.cc60 using android::bluetooth::IBluetoothLowEnergy;
497 sp<IBluetoothLowEnergy> ble_iface; in HandleRegisterBLE()
518 sp<IBluetoothLowEnergy> ble_iface; in HandleUnregisterBLE()
533 sp<IBluetoothLowEnergy> ble_iface; in HandleUnregisterAllBLE()
747 sp<IBluetoothLowEnergy> ble_iface; in HandleConnect()
777 sp<IBluetoothLowEnergy> ble_iface; in HandleDisconnect()
812 sp<IBluetoothLowEnergy> ble_iface; in HandleSetMtu()
/system/bt/service/common/
DAndroid.bp50 "android/bluetooth/IBluetoothLowEnergy.aidl",