Home
last modified time | relevance | path

Searched defs:onMtuChanged (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattCallback.java87 public void onMtuChanged(BluetoothGattWrapper gatt, int mtu, int status) {} in onMtuChanged() method in BluetoothGattCallback
158 public void onMtuChanged(android.bluetooth.BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() method in BluetoothGattCallback.InternalBluetoothGattCallback
DBluetoothGattServerCallback.java87 public void onMtuChanged(BluetoothDevice device, int mtu) {} in onMtuChanged() method in BluetoothGattServerCallback
173 public void onMtuChanged(android.bluetooth.BluetoothDevice device, int mtu) { in onMtuChanged() method in BluetoothGattServerCallback.InternalBluetoothGattServerCallback
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/
DGattServerManager.kt50 override fun onMtuChanged(device: BluetoothDevice, mtu: Int) { in onMtuChanged() method
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/helpers/bluetooth/
DBluetoothGattMaster.java68 void onMtuChanged(String address, int mtu); in onMtuChanged() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServerCallback.java152 public void onMtuChanged(BluetoothDevice device, int mtu) { in onMtuChanged() method in BluetoothGattServerCallback
DBluetoothGattCallback.java238 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() method in BluetoothGattCallback
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGattServerCallback.aidl42 void onMtuChanged(in String address, in int mtu); in onMtuChanged() method
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGattServerCallback.java64 void onMtuChanged(String address, int mtu); in onMtuChanged() method
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattServer.java189 public void onMtuChanged(BluetoothDevice device, int mtu) { in onMtuChanged() method in GattServer.MyGattServerCallback
DGattClientListener.java263 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() method in GattClientListener.GattCallback
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/gatt/
DBluetoothGattHelper.java435 public void onMtuChanged(BluetoothGattWrapper gatt, int mtu, int status) { in onMtuChanged() method in BluetoothGattHelper.InternalBluetoothGattCallback
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java938 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() method in BassClientStateMachine.GattCallback
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java4187 void onMtuChanged(int connId, int mtu) throws RemoteException { in onMtuChanged() method in GattService