Function esp_idf_svc::sys::esp_ble_gap_ext_adv_start

source ยท
pub unsafe extern "C" fn esp_ble_gap_ext_adv_start(
    num_adv: u8,
    ext_adv: *const esp_ble_gap_ext_adv_t,
) -> i32
Expand description

@brief This function is used to request the Controller to enable one or more advertising sets using the advertising sets identified by the instance parameter.

@param[in] num_adv : Number of advertising sets to enable or disable @param[in] ext_adv : adv parameters

@return - ESP_OK : success - other : failed