I am using the nRF SDK v15.3.0 example project ble_app_rscs on a PCA10040 development board. I am trying to determine the functionality I need to port to my pre-production product to utilize extended advertising. When I set init.config.ble_adv_extended_enabled to false, both my iPhone X and nRF sniffer (v2.0) are able to see the advertising PDUs. When I set init.config.ble_adv_extended_enabled to true I cannot see the advertising PDUs with either.
Does Nordic have a version of nRF sniffer that can recognize the extended advertising PDUs?
Does Nordic have a list of current mobile devices that can recognize the extended advertising PDUs?
Is there a suggested means to verify my implementation?
Mark