Searched refs:device_id (Results 1 – 7 of 7) sorted by relevance
/NetX-Duo-v6.3.0/addons/azure_iot/ |
D | nx_azure_iot_provisioning_client.h | 286 UCHAR *device_id, UINT *device_id_len);
|
D | nx_azure_iot_provisioning_client.c | 1362 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()
|
D | nx_azure_iot_hub_client.h | 194 const UCHAR *device_id, UINT device_id_length,
|
D | nx_azure_iot_hub_client.c | 154 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/ |
D | nx_azure_iot_security_module.c | 484 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/ |
D | azure_rtos_iot_provisioning_client.md | 285 UCHAR *device_id, UINT *device_id_len); 298 | device_id [out] | Buffer pointer that will contain IoTHub deviceId. |
|
D | azure_rtos_iot_hub_client.md | 78 const UCHAR *device_id, UINT device_id_length, 97 | device_id [in] | A pointer to device ID. |
|