Searched refs:serverReadPhy (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceBinderTest.java | 539 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()
|
D | GattServiceTest.java | 583 public void serverReadPhy() { in serverReadPhy() method in GattServiceTest 587 mService.serverReadPhy(serverIf, address, mAttributionSource); in serverReadPhy()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGatt.aidl | 162 void serverReadPhy(in int clientIf, in String address, in AttributionSource attributionSource); in serverReadPhy() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattServer.java | 799 mService.serverReadPhy(mServerIf, device.getAddress(), mAttributionSource); in readPhy()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 919 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/ |
D | hiddenapi-max-target-o-low-priority.txt | 1454 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->serverReadPhy(ILjava/lang/String;)V 1566 Landroid/bluetooth/IBluetoothGatt;->serverReadPhy(ILjava/lang/String;)V
|