Searched refs:connIntent (Results 1 – 1 of 1) sorted by relevance
749 private void logConnectionStateChanges(int profile, Intent connIntent) { in logConnectionStateChanges() argument750 BluetoothDevice device = connIntent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in logConnectionStateChanges()751 int state = connIntent.getIntExtra(BluetoothProfile.EXTRA_STATE, -1); in logConnectionStateChanges()