Searched defs:onMtuChanged (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | GattServerManager.kt | 51 override fun onMtuChanged(device: BluetoothDevice, mtu: Int) { in onMtuChanged() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattServerCallback.java | 148 public void onMtuChanged(BluetoothDevice device, int mtu) {} in onMtuChanged() method in BluetoothGattServerCallback
|
D | BluetoothGattCallback.java | 227 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) {} in onMtuChanged() method in BluetoothGattCallback
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGattServerCallback.aidl | 42 void onMtuChanged(in String address, in int mtu); in onMtuChanged() method
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | GattServer.java | 189 public void onMtuChanged(BluetoothDevice device, int mtu) { in onMtuChanged() method in GattServer.MyGattServerCallback
|
D | GattClientListener.java | 263 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() method in GattClientListener.GattCallback
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachine.java | 1137 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() method in GattCallback
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattNativeInterface.java | 271 void onMtuChanged(int connId, int mtu) throws RemoteException { in onMtuChanged() method in GattNativeInterface
|
D | GattService.java | 3102 void onMtuChanged(int connId, int mtu) throws RemoteException { in onMtuChanged() method in GattService
|