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/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/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java415 public void connectionParameterUpdate() throws Exception { in connectionParameterUpdate() method in GattServiceBinderTest
DGattServiceTest.java235 public void connectionParameterUpdate() { in connectionParameterUpdate() method in GattServiceTest
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl146 …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.java1142 public void connectionParameterUpdate(int clientIf, String address, in connectionParameterUpdate() method in GattService.BluetoothGattBinder
1152 private void connectionParameterUpdate(int clientIf, String address, in connectionParameterUpdate() method in GattService.BluetoothGattBinder
4067 void connectionParameterUpdate(int clientIf, String address, int connectionPriority, in connectionParameterUpdate() method in GattService