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.java101 private static final int PRESENCE_AVAILABLE_LEN = 0X01; field in BluetoothMapAppParams
456 if((tagLength != PRESENCE_AVAILABLE_LEN)){ in ParseParams()
458 " expected: " + PRESENCE_AVAILABLE_LEN); in ParseParams()
741 appParamBuf.put((byte)PRESENCE_AVAILABLE_LEN); in EncodeParams()