noble / bleno

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

feat: expose method to set EIR data #411

Closed twitchett closed 6 years ago

twitchett commented 6 years ago

Allows the client to change the EIR data of an advertising device by calling Bleno.setAdvertisementEIRData() with a new Buffer object.

twitchett commented 6 years ago

Opened this to the wrong origin, sorry (but perhaps this is useful functionality in general)