Home
last modified time | relevance | path

Searched refs:clientReadPhy (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java248 public void clientReadPhy() throws Exception { in clientReadPhy() method in GattServiceBinderTest
252 mBinder.clientReadPhy(clientIf, address, mAttributionSource); in clientReadPhy()
254 verify(mService).clientReadPhy(clientIf, address, mAttributionSource); in clientReadPhy()
DGattServiceTest.java182 public void clientReadPhy() { in clientReadPhy() method in GattServiceTest
189 mService.clientReadPhy(clientIf, address, mAttributionSource); in clientReadPhy()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl114 void clientReadPhy(in int clientIf, in String address, in AttributionSource attributionSources); in clientReadPhy() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java592 public void clientReadPhy( in clientReadPhy() method in GattService.BluetoothGattBinder
598 service.clientReadPhy(clientIf, address, attributionSource); in clientReadPhy()
2193 void clientReadPhy(int clientIf, String address, AttributionSource attributionSource) { in clientReadPhy() method in GattService
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGatt.java1277 mService.clientReadPhy(mClientIf, mDevice.getAddress(), mAttributionSource); in readPhy()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1423 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->clientReadPhy(ILjava/lang/String;)V
1538 Landroid/bluetooth/IBluetoothGatt;->clientReadPhy(ILjava/lang/String;)V