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

Bluetooth Address available in noble, but not in Scan BLE. Idea to fix this. #20

Open
ipalfy opened this issue Feb 23, 2018 · 1 comment

Comments

@ipalfy
Copy link

ipalfy commented Feb 23, 2018

Hi, It might be a good idea to catch the BT-(MAC)Address too:

Just add this after line 47:

msg.address = peripheral.address.toUpperCase();
msg.addressType = peripheral.addressType;

See also:

scanble

@jameshowe
Copy link

jameshowe commented Feb 24, 2018

I've had a PR opened for months with this change, feel free to use my fork :)

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

2 participants