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