noble / bleno

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

Not able to add characteristic in Generic Access. #441

Open ranigupta1295 opened 5 years ago

ranigupta1295 commented 5 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