Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java57 private static final int BLUETOOTH_OBEX_AUTHKEY_MAX_LENGTH = 16; field in BluetoothPbapActivity
158 new InputFilter[] {new LengthFilter(BLUETOOTH_OBEX_AUTHKEY_MAX_LENGTH)}); in createView()