Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java595 private void sendConnectionStateChange(int profile, Intent connIntent) { in sendConnectionStateChange() argument
596 BluetoothDevice device = connIntent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in sendConnectionStateChange()
597 int prevState = connIntent.getIntExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, -1); in sendConnectionStateChange()
598 int state = connIntent.getIntExtra(BluetoothProfile.EXTRA_STATE, -1); in sendConnectionStateChange()