Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java100 private static final int PRESENCE_AVAILABLE_LEN = 0X01; field in BluetoothMapAppParams
459 if ((tagLength != PRESENCE_AVAILABLE_LEN)) { in parseParams()
461 + " expected: " + PRESENCE_AVAILABLE_LEN); in parseParams()
752 appParamBuf.put((byte) PRESENCE_AVAILABLE_LEN); in encodeParams()