Home
last modified time | relevance | path

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

/aosp12/system/bt/service/doc/
H A 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.
H A DIBluetoothLowEnergy.txt20 interface IBluetoothLowEnergy {
H A DIBluetooth.txt106 IBluetoothLowEnergy getLowEnergyInterface();
/aosp12/system/bt/service/common/android/bluetooth/
H A DIBluetooth.aidl20 import android.bluetooth.IBluetoothLowEnergy;
60 IBluetoothLowEnergy GetLowEnergyInterface(); in GetLowEnergyInterface()
H A DIBluetoothLowEnergy.aidl24 interface IBluetoothLowEnergy { interface
/aosp12/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.h55 using android::bluetooth::IBluetoothLowEnergy;
105 ::android::sp<IBluetoothLowEnergy>* _aidl_return) override;
166 android::sp<IBluetoothLowEnergy> low_energy_interface_;
H A Dbluetooth_binder_server.cc242 ::android::sp<IBluetoothLowEnergy>* _aidl_return) { in GetLowEnergyInterface()
/aosp12/system/bt/service/client/
H A 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()
/aosp12/packages/apps/Test/connectivity/sl4n/facades/bluetooth/
H A Dbt_binder_facade.h58 android::sp<android::bluetooth::IBluetoothLowEnergy> ble_iface;
H A Dbt_binder_facade.cpp41 using android::bluetooth::IBluetoothLowEnergy;
/aosp12/system/bt/service/common/
H A DAndroid.bp72 "android/bluetooth/IBluetoothLowEnergy.aidl",