Home
last modified time | relevance | path

Searched defs:connectionParameterUpdate (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGatt.java139 void connectionParameterUpdate(int clientIf, String address, int connectionPriority); in connectionParameterUpdate() method
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java414 public void connectionParameterUpdate() throws Exception { in connectionParameterUpdate() method in GattServiceBinderTest
DGattServiceTest.java217 public void connectionParameterUpdate() { in connectionParameterUpdate() method in GattServiceTest
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/internal/bluetooth/
DIBluetoothGattImpl.java658 public void connectionParameterUpdate(int clientIf, String address, int connectionPriority) { in connectionParameterUpdate() method in IBluetoothGattImpl
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl144 …void connectionParameterUpdate(in int clientIf, in String address, in int connectionPriority, in A… in connectionParameterUpdate() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java1133 public void connectionParameterUpdate(int clientIf, String address, in connectionParameterUpdate() method in GattService.BluetoothGattBinder
1143 private void connectionParameterUpdate(int clientIf, String address, in connectionParameterUpdate() method in GattService.BluetoothGattBinder
3853 void connectionParameterUpdate(int clientIf, String address, int connectionPriority, in connectionParameterUpdate() method in GattService