noble / bleno

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

Not able to add characteristic in Generic Access. #441

Open ranigupta1295 opened 4 years ago

ranigupta1295 commented 4 years ago

Generic Access and Generic Attribute are automatically exposed by default. I want to add characteristics into it like Peripheral Privacy Flag, Reconnection address etc. If I am adding it seperately, 2 Generic access services are being exposed. Kindly help me with this issue