Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBaseData.java41 private static final int METADATA_CODEC_LENGTH = 5; field in BaseData
256 METADATA_CODEC_LENGTH - 1, in parseLevelTwo()
261 System.arraycopy(serviceData, offset, node.codecId, 0, METADATA_CODEC_LENGTH); in parseLevelTwo()
262 offset += METADATA_CODEC_LENGTH; in parseLevelTwo()