Home
last modified time | relevance | path

Searched defs:stopDistanceMeasurement (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DDistanceMeasurementNativeInterface.java77 void stopDistanceMeasurement(String address, int method) { in stopDistanceMeasurement() method in DistanceMeasurementNativeInterface
DDistanceMeasurementManager.java129 int stopDistanceMeasurement(UUID uuid, BluetoothDevice device, int method, in stopDistanceMeasurement() method in DistanceMeasurementManager
DGattService.java1835 public void stopDistanceMeasurement(ParcelUuid uuid, BluetoothDevice device, int method, in stopDistanceMeasurement() method in GattService.BluetoothGattBinder
1844 private int stopDistanceMeasurement(ParcelUuid uuid, BluetoothDevice device, int method, in stopDistanceMeasurement() method in GattService.BluetoothGattBinder
3593 int stopDistanceMeasurement(UUID uuid, BluetoothDevice device, int method) { in stopDistanceMeasurement() method in GattService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java782 public void stopDistanceMeasurement() { in stopDistanceMeasurement() method in GattServiceTest
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl193 …void stopDistanceMeasurement(in ParcelUuid uuid, in BluetoothDevice device, in int method, in Attr… in stopDistanceMeasurement() method