Hi, I was wondering if there is any way to advertise connectable, but non-scannable advertisements.
My device does not have a scan response, but I still see a lot of scan requests, that result in a scan response with no data. It seems quite a wast of radio time for both the scanning and the advertising device.
Right now, the device advertises with BLE_GAP_ADV_TYPE_CONNECTABLE_SCANNABLE_UNDIRECTED, but I see no option for connectable + nonscannable + undirected.
An option could be BLE_GAP_ADV_TYPE_EXTENDED_CONNECTABLE_NONSCANNABLE_UNDIRECTED, but i'm not sure if that requires BLE version 5+.
I'm using NRF5 SDK 17.1 with S132 on an nRF52832.