Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java95 private static final int FRACTION_REQUEST_LEN = 0x01; //, 0x0000, 0x0001), field in BluetoothMapAppParams
403 if (tagLength != FRACTION_REQUEST_LEN) { in ParseParams()
405 " expected: " + FRACTION_REQUEST_LEN); in ParseParams()
705 appParamBuf.put((byte) FRACTION_REQUEST_LEN); in EncodeParams()