Searched refs:connIntent (Results 1 – 1 of 1) sorted by relevance
649 private void sendConnectionStateChange(int profile, Intent connIntent) { in sendConnectionStateChange() argument650 BluetoothDevice device = connIntent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in sendConnectionStateChange()651 int prevState = connIntent.getIntExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, -1); in sendConnectionStateChange()652 int state = connIntent.getIntExtra(BluetoothProfile.EXTRA_STATE, -1); in sendConnectionStateChange()