Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleAdvertiserService.java96 public static final int POWER_LEVEL_DATA_LENGTH = 15; field in BleAdvertiserService
240 byte[] dataBytes = new byte[POWER_LEVEL_DATA_LENGTH]; in handleIntent()
243 for (int i = 2; i < POWER_LEVEL_DATA_LENGTH; i++) { in handleIntent()