Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java749 private void logConnectionStateChanges(int profile, Intent connIntent) { in logConnectionStateChanges() argument
750 BluetoothDevice device = connIntent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in logConnectionStateChanges()
751 int state = connIntent.getIntExtra(BluetoothProfile.EXTRA_STATE, -1); in logConnectionStateChanges()