ESP_GAP_BLE_SCAN_PARAM_SET_COMPLETE_EVT event after esp_ble_gap_set_scan_params()
Posted: Wed Apr 04, 2018 9:35 am
All samples i have found using esp_ble_gap_set_scan_params() rely on ESP_GAP_BLE_SCAN_PARAM_SET_COMPLETE_EVT event in gap callback.
But, i have two questions about this:
1. Is time between esp_ble_gap_set_scan_params and ESP_GAP_BLE_SCAN_PARAM_SET_COMPLETE_EVT limited by any way? If so, which it can be?
2. Is it possible that ESP_GAP_BLE_SCAN_PARAM_SET_COMPLETE_EVT never happens in some circumances? Or it will happen with 100% chance?
But, i have two questions about this:
1. Is time between esp_ble_gap_set_scan_params and ESP_GAP_BLE_SCAN_PARAM_SET_COMPLETE_EVT limited by any way? If so, which it can be?
2. Is it possible that ESP_GAP_BLE_SCAN_PARAM_SET_COMPLETE_EVT never happens in some circumances? Or it will happen with 100% chance?