Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/pandora/server/src/
DGattServerManager.kt51 override fun onMtuChanged(device: BluetoothDevice, mtu: Int) { in onMtuChanged() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServerCallback.java148 public void onMtuChanged(BluetoothDevice device, int mtu) {} in onMtuChanged() method in BluetoothGattServerCallback
DBluetoothGattCallback.java227 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) {} in onMtuChanged() method in BluetoothGattCallback
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGattServerCallback.aidl42 void onMtuChanged(in String address, in 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/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java1137 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() method in GattCallback
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java271 void onMtuChanged(int connId, int mtu) throws RemoteException { in onMtuChanged() method in GattNativeInterface
DGattService.java3102 void onMtuChanged(int connId, int mtu) throws RemoteException { in onMtuChanged() method in GattService