Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java539 public void serverReadPhy() throws Exception { in serverReadPhy() method in GattServiceBinderTest
543 mBinder.serverReadPhy(serverIf, address, mAttributionSource); in serverReadPhy()
545 verify(mService).serverReadPhy(serverIf, address, mAttributionSource); in serverReadPhy()
DGattServiceTest.java583 public void serverReadPhy() { in serverReadPhy() method in GattServiceTest
587 mService.serverReadPhy(serverIf, address, mAttributionSource); in serverReadPhy()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl162 void serverReadPhy(in int clientIf, in String address, in AttributionSource attributionSource); in serverReadPhy() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServer.java799 mService.serverReadPhy(mServerIf, device.getAddress(), mAttributionSource); in readPhy()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java919 public void serverReadPhy( in serverReadPhy() method in GattService.BluetoothGattBinder
925 service.serverReadPhy(clientIf, address, attributionSource); in serverReadPhy()
3211 void serverReadPhy(int serverIf, String address, AttributionSource attributionSource) { in serverReadPhy() method in GattService
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1454 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->serverReadPhy(ILjava/lang/String;)V
1566 Landroid/bluetooth/IBluetoothGatt;->serverReadPhy(ILjava/lang/String;)V