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.java649 private void sendConnectionStateChange(int profile, Intent connIntent) { in sendConnectionStateChange() argument
650 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()