Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java94 private static final int CHARSET_LEN = 0x01; //, 0x0000, 0x0001), field in BluetoothMapAppParams
395 if (tagLength != CHARSET_LEN) { in ParseParams()
397 + CHARSET_LEN); in ParseParams()
700 appParamBuf.put((byte) CHARSET_LEN); in EncodeParams()