Function esp_idf_svc::sys::esp_ble_gap_config_periodic_adv_data_raw

source ยท
pub unsafe extern "C" fn esp_ble_gap_config_periodic_adv_data_raw(
    instance: u8,
    length: u16,
    data: *const u8,
) -> i32
Expand description

@brief This function is used to set the data used in periodic advertising PDUs.

@param[in] instance : identifies the advertising set whose periodic advertising parameters are being configured. @param[in] length : the length of periodic data @param[in] data : periodic data information

@return - ESP_OK : success - other : failed