Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pairing issues #1

Open
tejado opened this issue Aug 16, 2017 · 0 comments
Open

Pairing issues #1

tejado opened this issue Aug 16, 2017 · 0 comments

Comments

@tejado
Copy link

tejado commented Aug 16, 2017

Hi,

I built the app and trying to get it working between two Android devices.
Sadly the pairing doesn't work. When I'm in the BLE HID app (keyboard section) and want to pair it with another device, I confirm the Bluetooth security code on both devices and after few seconds, I'm again ask to confirm a different security code. With a different device, I get the message, that pairing is in progress but never finish.

The device with BLE HID app supports advertising as peripheral. Tested with following functions which are all returning true (according to https://stackoverflow.com/a/28768599):

bluetoothAdapter.isMultipleAdvertisementSupported();
bluetoothAdapter.isOffloadedFilteringSupported();
bluetoothAdapter.isOffloadedScanBatchingSupported();

The tested host devices (brand new Galaxy S8, laptop and another cheap tablet) are also supporting BLE.
Normal pairing between the devices is working. Any clue here?

Regards
Tjado

dbw9580 added a commit to dbw9580/BLE-HID-Peripheral-for-Android that referenced this issue Feb 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant