Searched refs:clientReadPhy (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ |
D | GattServiceBinderTest.java | 248 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()
|
D | GattServiceTest.java | 182 public void clientReadPhy() { in clientReadPhy() method in GattServiceTest 189 mService.clientReadPhy(clientIf, address, mAttributionSource); in clientReadPhy()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGatt.aidl | 114 void clientReadPhy(in int clientIf, in String address, in AttributionSource attributionSources); in clientReadPhy() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 592 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/ |
D | BluetoothGatt.java | 1277 mService.clientReadPhy(mClientIf, mDevice.getAddress(), mAttributionSource); in readPhy()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1423 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->clientReadPhy(ILjava/lang/String;)V 1538 Landroid/bluetooth/IBluetoothGatt;->clientReadPhy(ILjava/lang/String;)V
|