Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java104 private static final int CONVO_LISTING_SIZE_LEN = 0x02; field in BluetoothMapAppParams
499 if (tagLength != CONVO_LISTING_SIZE_LEN) { in parseParams()
502 + CONVO_LISTING_SIZE_LEN); in parseParams()
778 appParamBuf.put((byte) CONVO_LISTING_SIZE_LEN); in encodeParams()