Hi,
On what occations do the BLE_GAP_TIMEOUT_SRC_ADVERTISING and BLE_GAP_TIMEOUT_SRC_SCAN events fire? The documentation is a tad ... terse.
regards, Elm
Hi,
On what occations do the BLE_GAP_TIMEOUT_SRC_ADVERTISING and BLE_GAP_TIMEOUT_SRC_SCAN events fire? The documentation is a tad ... terse.
regards, Elm
When you get the event depends on what timeout value you have set when you start advertising or start scanning.
Check out the inputs given to sd_ble_gap_adv_start() and to sd_ble_gap_scan_start().
Okay, I looked it up in the documentation. The resolution of this timer is 1s, which is not usable for my idea.
Thanks a lot!
regards, Elm
Okay, I looked it up in the documentation. The resolution of this timer is 1s, which is not usable for my idea.
Thanks a lot!
regards, Elm