Currently, I'm developing a beacon. We would like to employ a beacon to send a package including a IP address to other device for getting a new message from the website.
I've study the example of ble_app_beacon. In that one, the section "ble_advdata_manuf_data_t manuf_specific_data" is used to broadcast specific data and supports the data length up to 23 bytes.
Since this specification is unable to satisfy our requirement, could you tell me that the maximum length of package while the beacon is advertising or how to extend the length of advertising package?