Function esp_idf_svc::sys::esp_ble_gap_ext_adv_stop

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

@brief This function is used to request the Controller to disable 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_inst : ext adv instance

@return - ESP_OK : success - other : failed