Home
last modified time | relevance | path

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

/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothMidiDevice.java60 private static final int MAX_ANDROID_MTU = 517; field in BluetoothMidiDevice
62 private static final int MAX_PACKET_SIZE = MAX_ANDROID_MTU - HEADER_SIZE;
147 if (!gatt.requestMtu(MAX_ANDROID_MTU)) {