Home
last modified time | relevance | path

Searched refs:device_id (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.3.0/addons/azure_iot/
Dnx_azure_iot_provisioning_client.h286 UCHAR *device_id, UINT *device_id_len);
Dnx_azure_iot_provisioning_client.c1362 UCHAR *device_id, UINT *device_id_len) in nx_azure_iot_provisioning_client_iothub_device_info_get() argument
1370 (device_id == NX_NULL) || (device_id_len == NX_NULL)) in nx_azure_iot_provisioning_client_iothub_device_info_get()
1391 …t_ptr -> nx_azure_iot_provisioning_client_response.register_response.registration_state.device_id); in nx_azure_iot_provisioning_client_iothub_device_info_get()
1407 memcpy((VOID *)device_id, in nx_azure_iot_provisioning_client_iothub_device_info_get()
Dnx_azure_iot_hub_client.h194 const UCHAR *device_id, UINT device_id_length,
Dnx_azure_iot_hub_client.c154 const UCHAR *device_id, UINT device_id_length, in nx_azure_iot_hub_client_initialize() argument
165 az_span device_id_span = az_span_create((UCHAR *)device_id, (INT)device_id_length); in nx_azure_iot_hub_client_initialize()
170 (device_id == NX_NULL) || (host_name_length == 0) || (device_id_length == 0)) in nx_azure_iot_hub_client_initialize()
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/
Dnx_azure_iot_security_module.c484 hub_client_ptr->iot_hub_client_core._internal.device_id, in _is_skip_resource()
485 prev_hub_client_ptr->iot_hub_client_core._internal.device_id in _is_skip_resource()
/NetX-Duo-v6.3.0/addons/azure_iot/docs/
Dazure_rtos_iot_provisioning_client.md285 UCHAR *device_id, UINT *device_id_len);
298 | device_id [out] | Buffer pointer that will contain IoTHub deviceId. |
Dazure_rtos_iot_hub_client.md78 const UCHAR *device_id, UINT device_id_length,
97 | device_id [in] | A pointer to device ID. |