Function esp_idf_svc::sys::esp_ble_gap_periodic_adv_stop
source ยท pub unsafe extern "C" fn esp_ble_gap_periodic_adv_stop(
instance: u8,
) -> i32
Expand description
@brief This function is used to request the Controller to disable the periodic advertising for the advertising set specified
@param[in] instance : Used to identify an advertising set
@return - ESP_OK : success - other : failed