Thanks @EduardoZamora for the response,
Here we need to take action on the peripheral side. That is why we selected this option.
We tried to enable the extended advertisement on QN9090 SDK(2.6.5). But the Gap_SetExtAdvertisingData() API is return error as gBleFeatureNotSupported_c (4).
bleResult_t ret_code = Gap_SetExtAdvertisingData(gAppExtAdvParams.handle, &gAppAdvertisingData, NULL);
if (ret_code != gBleSuccess_c) {
PRINTF("<app> errr : %10d : Gap_SetExtAdvertisingData failed ret: %x\n\r", TICKS_TO_pdMS(xTaskGetTickCount()), ret_code);
}
Does QN9090 support BLE5.0 errata?
Does it not possible to read the scan request packets in the normal BLE advertisement??