Function esp_idf_svc::sys::esp_ble_gap_start_advertising
source ยท pub unsafe extern "C" fn esp_ble_gap_start_advertising(
adv_params: *mut esp_ble_adv_params_t,
) -> i32
Expand description
@brief This function is called to start advertising.
@param[in] adv_params: pointer to User defined adv_params data structure.
@return - ESP_OK : success - other : failed