Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudioContentMetadata.java181 List<TypeValueEntry> entries = BluetoothUtils.parseLengthTypeValueBytes(rawBytes); in fromRawBytes()
280 entries = BluetoothUtils.parseLengthTypeValueBytes(mRawMetadata); in build()
DBluetoothLeAudioCodecConfigMetadata.java288 List<TypeValueEntry> entries = BluetoothUtils.parseLengthTypeValueBytes(rawBytes); in fromRawBytes()
472 entries = BluetoothUtils.parseLengthTypeValueBytes(mRawMetadata); in build()
DBluetoothUtils.java85 public static List<TypeValueEntry> parseLengthTypeValueBytes(byte[] rawBytes) { in parseLengthTypeValueBytes() method in BluetoothUtils
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientStateMachine.java413 List<TypeValueEntry> entries = BluetoothUtils.parseLengthTypeValueBytes(rawBytes); in checkAndParseBroadcastName()
DBassClientService.java2183 List<TypeValueEntry> entries = BluetoothUtils.parseLengthTypeValueBytes(rawBytes); in checkAndParseBroadcastName()