Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DGattClientTest.java504 .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/
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
DBluetoothGattServer.java356 public void onMtuChanged(String address, int mtu) {
365 mCallback.onMtuChanged(device, mtu);
DBluetoothGatt.java838 callback.onMtuChanged(BluetoothGatt.this, mtu, status);
/packages/modules/Bluetooth/android/pandora/server/src/
DGattServerManager.kt51 override fun onMtuChanged(device: BluetoothDevice, mtu: Int) { in onMtuChanged() method
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGattServerCallback.aidl42 void onMtuChanged(in String address, in int mtu); in onMtuChanged() method
/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
272 getGattService().onMtuChanged(connId, mtu); in onMtuChanged()
DGattService.java3102 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/
DDistanceMeasurementInitiator.java125 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in connectGatt()
/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/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/
DGattTransportClientProviderTest.java508 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/
DGattTransportClientProvider.java236 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) {
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java977 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/
DBassClientStateMachine.java1137 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged() method in GattCallback
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt654 method public void onMtuChanged(android.bluetooth.BluetoothGatt, int, int);
766 method public void onMtuChanged(android.bluetooth.BluetoothDevice, int);
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1641 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onMtuChanged(Ljava/lang/String;I)V
1670 Landroid/bluetooth/IBluetoothGattServerCallback;->onMtuChanged(Ljava/lang/String;I)V