Home
last modified time | relevance | path

Searched defs:onBluetoothActivityEnergyInfoAvailable (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothActivityEnergyInfoListener.aidl33 void onBluetoothActivityEnergyInfoAvailable(in BluetoothActivityEnergyInfo info); in onBluetoothActivityEnergyInfoAvailable() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java969 void onBluetoothActivityEnergyInfoAvailable(@NonNull BluetoothActivityEnergyInfo info); in onBluetoothActivityEnergyInfoAvailable() method
1002 public void onBluetoothActivityEnergyInfoAvailable(BluetoothActivityEnergyInfo info) { in onBluetoothActivityEnergyInfoAvailable() method in BluetoothAdapter.OnBluetoothActivityEnergyInfoProxy