Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleScannerService.java174 Intent powerIntent = new Intent(BLE_POWER_LEVEL); in onScanResult() local
175 powerIntent.putExtra(EXTRA_MAC_ADDRESS, result.getDevice().getAddress()); in onScanResult()
176 powerIntent.putExtra(EXTRA_POWER_LEVEL, record.getTxPowerLevel()); in onScanResult()
177 powerIntent.putExtra(EXTRA_RSSI, new Integer(result.getRssi()).toString()); in onScanResult()
178 powerIntent.putExtra(EXTRA_POWER_LEVEL_BIT, (int)data[2]); in onScanResult()
179 sendBroadcast(powerIntent); in onScanResult()