noble / noble-device

A Node.js lib to abstract BLE (Bluetooth Low Energy) peripherals, uses noble
MIT License
97 stars 67 forks source link

lowercase-isation of the bluetooth address #30

Open ouinouin opened 6 years ago

ouinouin commented 6 years ago

Hi, here is my PR to input only lowercased bluetooth address in the discoverByAddress function. to ensure the underlying system will also always send a lower case address , i also made a PR for the noble/lib/hci-socket/hci.js : see : https://github.com/noble/noble/pull/794