You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using same broadcast receiver for other devices but getting
final int state = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothDevice.ERROR);
state value "11" for this and
final int prevState = intent.getIntExtra(BluetoothDevice.EXTRA_PREVIOUS_BOND_STATE, BluetoothDevice.ERROR);
preState value "10" for this.
while pairing with other device.
how can i pair mobile device to other bluetooth device excluding ("mobile to mobile device:. its working fine.)
The text was updated successfully, but these errors were encountered:
@VISHALBHAGWAT88 Can u please give me the apk and this project .... i am trying to connect esp32 through Bluetooth and try to send and receive data but my code doesn't scan
I am using same broadcast receiver for other devices but getting
final int state = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, BluetoothDevice.ERROR);
state value "11" for this and
final int prevState = intent.getIntExtra(BluetoothDevice.EXTRA_PREVIOUS_BOND_STATE, BluetoothDevice.ERROR);
preState value "10" for this.
while pairing with other device.
how can i pair mobile device to other bluetooth device excluding ("mobile to mobile device:. its working fine.)
The text was updated successfully, but these errors were encountered: