Function esp_idf_sys::esp_ble_gap_set_device_name
source · pub unsafe extern "C" fn esp_ble_gap_set_device_name(
name: *const c_char,
) -> esp_err_t
Expand description
@brief Set device name to the local device Note: This API don’t affect the advertising data
@param[in] name - device name.
@return - ESP_OK : success - other : failed