Created
July 17, 2016 02:11
-
-
Save jacobrosenthal/ccbe98259e386587552806acd3d32e8f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
corebluetooth | |
Jacobs-MacBook-Air:noble jacobrosenthal$ node examples/advertisement-discovery.js | |
peripheral discovered (5de0dfa124b242ba8fdfa8eb6d9e3542 with address <00:22:d0:2a:e4:a3, unknown>, connectable true, RSSI -40: | |
hello my local name is: | |
undefined | |
can I interest you in any of the following advertised services: | |
["180d"] | |
here is my manufacturer data: | |
"6b00010000" | |
my TX power level is: | |
0 | |
peripheral discovered (5de0dfa124b242ba8fdfa8eb6d9e3542 with address <00:22:d0:2a:e4:a3, unknown>, connectable true, RSSI -41: | |
hello my local name is: | |
Polar H7 2AE4A3 | |
can I interest you in any of the following advertised services: | |
["180d"] | |
here is my manufacturer data: | |
"6b00010000" | |
my TX power level is: | |
0 | |
xpc | |
Jacobs-MacBook-Air:noble jacobrosenthal$ node examples/advertisement-discovery.js | |
peripheral discovered (5de0dfa124b242ba8fdfa8eb6d9e3542 with address <00:22:d0:2a:e4:a3, unknown>, connectable true, RSSI -46: | |
hello my local name is: | |
Polar H7 2AE4A3 | |
can I interest you in any of the following advertised services: | |
["180d"] | |
here is my manufacturer data: | |
"6b00010000" | |
my TX power level is: | |
0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment