Searched refs:EXTRA_BOND_STATE (Results 1 – 6 of 6) sorted by relevance
203 public static final String EXTRA_BOND_STATE = "android.bluetooth.device.extra.BOND_STATE"; field in BluetoothDevice
195 int state = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE,
174 intent.putExtra(BluetoothDevice.EXTRA_BOND_STATE, state); in setBondState()
186 int state = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, -1); in onReceive()
4492 …field public static final java.lang.String EXTRA_BOND_STATE = "android.bluetooth.device.extra.BOND…