Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeAdvertiser.java54 private static final int OVERHEAD_BYTES_PER_FIELD = 2; field in BluetoothLeAdvertiser
193 size += OVERHEAD_BYTES_PER_FIELD + in totalBytes()
198 size += OVERHEAD_BYTES_PER_FIELD + in totalBytes()
203 size += OVERHEAD_BYTES_PER_FIELD + in totalBytes()
208 size += OVERHEAD_BYTES_PER_FIELD + SERVICE_DATA_UUID_LENGTH in totalBytes()
212 size += OVERHEAD_BYTES_PER_FIELD + MANUFACTURER_SPECIFIC_DATA_LENGTH + in totalBytes()
216 size += OVERHEAD_BYTES_PER_FIELD + 1; // tx power level value is one byte. in totalBytes()
219 size += OVERHEAD_BYTES_PER_FIELD + mBluetoothAdapter.getName().length(); in totalBytes()