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