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.java175 int tagId, tagLength; in ParseParams() local
180 tagLength = appParams[i++] & 0xff; // Convert to unsigned to support values above 127 in ParseParams()
183 if (tagLength != MAX_LIST_COUNT_LEN) { in ParseParams()
184 Log.w(TAG, "MAX_LIST_COUNT: Wrong length received: " + tagLength in ParseParams()
191 if (tagLength != START_OFFSET_LEN) { in ParseParams()
192 Log.w(TAG, "START_OFFSET: Wrong length received: " + tagLength + " expected: " in ParseParams()
199 if (tagLength != FILTER_MESSAGE_TYPE_LEN) { in ParseParams()
200 … Log.w(TAG, "FILTER_MESSAGE_TYPE: Wrong length received: " + tagLength + " expected: " in ParseParams()
207 if(tagLength != 0) { in ParseParams()
208 setFilterPeriodBegin(new String(appParams, i, tagLength)); in ParseParams()
[all …]