Function esp_idf_svc::hal::sys::esp_ble_gap_ext_adv_set_rand_addr

source ยท
pub unsafe extern "C" fn esp_ble_gap_ext_adv_set_rand_addr(
    instance: u8,
    rand_addr: *mut u8,
) -> i32
Expand description

@brief This function is used by the Host to set the random device address specified by the Random_Address parameter.

@param[in] instance : Used to identify an advertising set @param[in] rand_addr : Random Device Address

@return - ESP_OK : success - other : failed