Function esp_idf_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,
) -> esp_err_t
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