noble / bleno

A Node.js module for implementing BLE (Bluetooth Low Energy) peripherals
MIT License
2.12k stars 447 forks source link

Uuid does not appear when scanning #434

Closed AlejandroGorgues closed 5 years ago

AlejandroGorgues commented 5 years ago

I am writting a simple application to scan for a peripheral made on rpi (raspbian), and as a result, only the name, address and rssi appear, no uuid, services or characteristics, even with an android app to scan for BLE shows the same attributes that i said before.

I tried with the normal advertising and with the iBeacon advertising and it's the same.

Is there any problem that is causing it or am i missing something?

AlejandroGorgues commented 5 years ago

I close the issue, the problem was the uuid format of iBeacon, which have a different one from the common advertising.