Home
last modified time | relevance | path

Searched refs:onMtuChanged (Results 1 – 5 of 5) sorted by relevance

/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/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DBlePeripheralManager.java371 public void onMtuChanged(BluetoothDevice device, int mtu) {
/packages/services/Car/service/src/com/android/car/trust/
DBleManager.java367 public void onMtuChanged(BluetoothDevice device, int mtu) {
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2833 void onMtuChanged(int connId, int mtu) throws RemoteException { in onMtuChanged() method in GattService
2848 app.callback.onMtuChanged(address, mtu); in onMtuChanged()