Searched refs:esp_ble_gap_set_ext_scan_params (Results 1 – 6 of 6) sorted by relevance
184 FUNC_SEND_WAIT_SEM(esp_ble_gap_set_ext_scan_params(&ext_scan_params), test_sem); in app_main()
109 FUNC_SEND_WAIT_SEM(esp_ble_gap_set_ext_scan_params(&ext_scan_params), test_sem);184 The func will be called in the context of bin semaphore esp_ble_gap_set_ext_scan_params,which takes…
408 esp_err_t scan_ret = esp_ble_gap_set_ext_scan_params(&ext_scan_params); in esp_gap_cb()
2035 esp_err_t esp_ble_gap_set_ext_scan_params(const esp_ble_ext_scan_params_t *params);
75 esp_err_t scan_ret = esp_ble_gap_set_ext_scan_params(&ext_scan_params);
1171 esp_err_t esp_ble_gap_set_ext_scan_params(const esp_ble_ext_scan_params_t *params) in esp_ble_gap_set_ext_scan_params() function