Function esp_idf_sys::esp_ble_gap_config_ext_adv_data_raw
source ยท pub unsafe extern "C" fn esp_ble_gap_config_ext_adv_data_raw(
instance: u8,
length: u16,
data: *const u8,
) -> esp_err_t
Expand description
@brief This function is used to set the data used in advertising PDUs that have a data field
@param[in] instance : identifies the advertising set whose data are being configured @param[in] length : data length @param[in] data : data information
@return - ESP_OK : success - other : failed