Home
last modified time | relevance | path

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

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