Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DGattClientTest.java76 private static final int ANDROID_MTU = 517; field in GattClientTest
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()