/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | GattClientTest.java | 504 .onMtuChanged(eq(gatt), eq(ANDROID_MTU), eq(BluetoothGatt.GATT_SUCCESS)); in requestMtu_once_isSuccess() 519 .onMtuChanged(eq(gatt), eq(ANDROID_MTU), eq(BluetoothGatt.GATT_SUCCESS)); in requestMtu_multipleTimeFromSameClient_isRejected() 523 .onMtuChanged(eq(gatt), eq(ANDROID_MTU), eq(BluetoothGatt.GATT_SUCCESS)); in requestMtu_multipleTimeFromSameClient_isRejected() 537 .onMtuChanged(eq(gatt), eq(ANDROID_MTU), eq(BluetoothGatt.GATT_SUCCESS)); in requestMtu_onceFromMultipleClient_secondIsSuccessWithoutUpdate() 544 .onMtuChanged(eq(gatt2), eq(ANDROID_MTU), eq(BluetoothGatt.GATT_SUCCESS)); in requestMtu_onceFromMultipleClient_secondIsSuccessWithoutUpdate() 547 .onMtuChanged(eq(gatt2), eq(ANDROID_MTU), eq(BluetoothGatt.GATT_SUCCESS)); in requestMtu_onceFromMultipleClient_secondIsSuccessWithoutUpdate()
|
/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
|
D | BluetoothGattServer.java | 356 public void onMtuChanged(String address, int mtu) { 365 mCallback.onMtuChanged(device, mtu);
|
D | BluetoothGatt.java | 838 callback.onMtuChanged(BluetoothGatt.this, mtu, status);
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | GattServerManager.kt | 51 override fun onMtuChanged(device: BluetoothDevice, mtu: Int) { in onMtuChanged() method
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGattServerCallback.aidl | 42 void onMtuChanged(in String address, in int mtu); in onMtuChanged() method
|
/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 272 getGattService().onMtuChanged(connId, mtu); in onMtuChanged()
|
D | GattService.java | 3102 void onMtuChanged(int connId, int mtu) throws RemoteException { in onMtuChanged() method in GattService 3115 app.callback.onMtuChanged(address, mtu); in onMtuChanged()
|
/packages/modules/Bluetooth/android/ChannelSoundingTestApp/app/src/main/java/com/android/bluetooth/channelsoundingtestapp/ |
D | DistanceMeasurementInitiator.java | 125 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in connectGatt()
|
/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/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/ |
D | GattTransportClientProviderTest.java | 508 mBluetoothGattCallback.onMtuChanged( in testOnMtuChanged_failed() 524 mBluetoothGattCallback.onMtuChanged(mMockBluetoothGatt, mtu, BluetoothGatt.GATT_SUCCESS); in testOnMtuChanged_succeed()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/ |
D | GattTransportClientProvider.java | 236 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) {
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/ |
D | BassClientStateMachineTest.java | 977 cb.onMtuChanged(null, 10, GATT_SUCCESS); in gattCallbackOnMtuChanged() 984 cb.onMtuChanged(null, 10, GATT_SUCCESS); in gattCallbackOnMtuChanged() 1984 cb.onMtuChanged(null, 250, GATT_SUCCESS); in sendAddBcastSourceMessage_NoResponseWrite() 2019 cb.onMtuChanged(null, 23, GATT_SUCCESS); in sendAddBcastSourceMessage_LongWrite()
|
/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/framework/api/ |
D | current.txt | 654 method public void onMtuChanged(android.bluetooth.BluetoothGatt, int, int); 766 method public void onMtuChanged(android.bluetooth.BluetoothDevice, int);
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 1641 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onMtuChanged(Ljava/lang/String;I)V 1670 Landroid/bluetooth/IBluetoothGattServerCallback;->onMtuChanged(Ljava/lang/String;I)V
|