adrianolmar opened a new issue #835: URL: https://github.com/apache/mynewt-nimble/issues/835
Hi, I'm using NimBLE on espressif ESP32 IDF version 4.0. I have problems with the size of name of device (ble_svc_gap_device_name_set). We can put until 19 characters on device name. I know the advertise table is limited in 31 Octets. logging adv table: these 31 bytes is 3 for flags, 3 for tx power, 4 for service uuid, 2 for name header ... it lasts 19 bytes for name as I imagine. How we can use a additional "scan response" with more 31 bytes to solve my problem. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
