Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java227 int tagId, tagLength; in ParseParams() local
232 tagLength = appParams[i++] & 0xff; // Convert to unsigned to support values above 127 in ParseParams()
235 if (tagLength != MAX_LIST_COUNT_LEN) { in ParseParams()
236 Log.w(TAG, "MAX_LIST_COUNT: Wrong length received: " + tagLength in ParseParams()
243 if (tagLength != START_OFFSET_LEN) { in ParseParams()
244 Log.w(TAG, "START_OFFSET: Wrong length received: " + tagLength + " expected: " in ParseParams()
251 if (tagLength != FILTER_MESSAGE_TYPE_LEN) { in ParseParams()
252 Log.w(TAG, "FILTER_MESSAGE_TYPE: Wrong length received: " + tagLength in ParseParams()
259 if(tagLength != 0) { in ParseParams()
260 setFilterPeriodBegin(new String(appParams, i, tagLength)); in ParseParams()
[all …]