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;
60 IBluetoothLowEnergy GetLowEnergyInterface(); in GetLowEnergyInterface()
DIBluetoothLowEnergy.aidl24 interface IBluetoothLowEnergy { interface
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.h55 using android::bluetooth::IBluetoothLowEnergy;
105 ::android::sp<IBluetoothLowEnergy>* _aidl_return) override;
166 android::sp<IBluetoothLowEnergy> low_energy_interface_;
Dbluetooth_binder_server.cc242 ::android::sp<IBluetoothLowEnergy>* _aidl_return) { in GetLowEnergyInterface()
/system/bt/service/client/
Dmain.cc60 using android::bluetooth::IBluetoothLowEnergy;
534 sp<IBluetoothLowEnergy> ble_iface; in HandleRegisterBLE()
555 sp<IBluetoothLowEnergy> ble_iface; in HandleUnregisterBLE()
570 sp<IBluetoothLowEnergy> ble_iface; in HandleUnregisterAllBLE()
784 sp<IBluetoothLowEnergy> ble_iface; in HandleConnect()
814 sp<IBluetoothLowEnergy> ble_iface; in HandleDisconnect()
849 sp<IBluetoothLowEnergy> ble_iface; in HandleSetMtu()
/system/bt/service/common/
DAndroid.bp63 "android/bluetooth/IBluetoothLowEnergy.aidl",