pub unsafe extern "C" fn esp_ble_gap_add_duplicate_scan_exceptional_device(
type_: esp_ble_duplicate_exceptional_info_type_t,
device_info: *mut u8,
) -> esp_err_t
Expand description
@brief This function is called to add a device info into the duplicate scan exceptional list.
@param[in] type: device info type, it is defined in esp_ble_duplicate_exceptional_info_type_t when type is MESH_BEACON_TYPE, MESH_PROV_SRV_ADV or MESH_PROXY_SRV_ADV , device_info is invalid. @param[in] device_info: the device information. @return - ESP_OK : success - other : failed