Searched refs:powerIntent (Results 1 – 1 of 1) sorted by relevance
174 Intent powerIntent = new Intent(BLE_POWER_LEVEL); in onScanResult() local175 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()