Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java90 private static final int FOLDER_LISTING_SIZE_LEN = 0x02; //, 0x0000, 0xFFFF), field in BluetoothMapAppParams
373 if (tagLength != FOLDER_LISTING_SIZE_LEN) { in parseParams()
375 + " expected: " + FOLDER_LISTING_SIZE_LEN); in parseParams()
696 appParamBuf.put((byte) FOLDER_LISTING_SIZE_LEN); in encodeParams()