Function esp_idf_svc::sys::esp_ble_gap_ext_adv_set_params
source ยท pub unsafe extern "C" fn esp_ble_gap_ext_adv_set_params(
instance: u8,
params: *const esp_ble_gap_ext_adv_params_t,
) -> i32
Expand description
@brief This function is used by the Host to set the advertising parameters.
@param[in] instance : identifies the advertising set whose parameters are being configured. @param[in] params : advertising parameters
@return - ESP_OK : success - other : failed