Home
last modified time | relevance | path

Searched refs:readRemoteRssi (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java407 public void readRemoteRssi() throws Exception { in readRemoteRssi() method in GattServiceBinderTest
411 mBinder.readRemoteRssi(clientIf, address, mAttributionSource); in readRemoteRssi()
413 verify(mService).readRemoteRssi(clientIf, address, mAttributionSource); in readRemoteRssi()
DGattServiceTest.java487 public void readRemoteRssi() { in readRemoteRssi() method in GattServiceTest
491 mService.readRemoteRssi(clientIf, address, mAttributionSource); in readRemoteRssi()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl141 void readRemoteRssi(in int clientIf, in String address, in AttributionSource attributionSource); in readRemoteRssi() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java1947 public boolean readRemoteRssi() { in readRemoteRssi() method in BluetoothGatt
1952 mService.readRemoteRssi(mClientIf, mDevice.getAddress(), mAttributionSource); in readRemoteRssi()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java756 public void readRemoteRssi( in readRemoteRssi() method in GattService.BluetoothGattBinder
762 service.readRemoteRssi(clientIf, address, attributionSource); in readRemoteRssi()
2531 void readRemoteRssi(int clientIf, String address, AttributionSource attributionSource) { in readRemoteRssi() method in GattService
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1441 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->readRemoteRssi(ILjava/lang/String;)V
1554 Landroid/bluetooth/IBluetoothGatt;->readRemoteRssi(ILjava/lang/String;)V
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt616 …@RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public boolean readRemoteRssi();