Hi Nordic experts,
Recently, I tested and found that I failed to start the advertisement with NCS 1.7.0 if the length of advertising data is greater than 251 Bytes, for instance, 500bytes, or 300 bytes.
the log system showed me the too big advertising data error information, I tried to debug and found that the root is caused by BT_HCI_LE_EXT_ADV_FRAG_MAX_LEN. However, I searched the answer here and it showed me that the NCS 1.7.0 (How to scan multiple tags that are sent periodic advertising in ncs v1.6.0? - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi.com)) can support up to 1650bytes. so my question is :
1. How to generate the chained advertisement when the length of advertising data is greater than 251Bytes. is it possible at this moment?