Hi, I am a beginner developer who is developing a product using nrf52832(s131). An issue arises and asks a question.
I hope to do infinite scanning and advertising, whether central or peripheral.
Peripheral's APP_ADV_DURATION=0; init.advdata.flags=BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE; to check infinite advertising (using sniffer and nrf connect)
But how can I check infinite scanning?
I'd appreciate it if you could tell me how.