23#ifndef ZIGPC_DISCOVERY_HPP
24#define ZIGPC_DISCOVERY_HPP
#define data
Definition: ctimer.c:49
uint32_t sl_status_t
Definition: sl_status.h:139
uint64_t zigbee_eui64_uint_t
Zigbee Device Identifier (stored as integer)
Definition: zigpc_common_zigbee.h:199
uint8_t zigbee_endpoint_id_t
A representation of the endpoint id used on the Zigbee protocol.
Definition: zigpc_common_zigbee.h:248
sl_status_t zigpc_discovery_partial_interview_endpoint(zigbee_eui64_uint_t eui64, zigbee_endpoint_id_t endpoint_id)
Begin partial interview process for a Zigbee device endpoint on the network. This function is used in...
sl_status_t zigpc_discovery_register_gateway_callbacks(void)
Setup callbacks to receive messages from zigpc_gateway.
void zigpc_discovery_on_endpoint_discovered(void *data)
Callback registered with zigpc_gateway to receive endpoint discover response messages....
void zigpc_discovery_on_device_discovered(void *data)
Callback registered with zigpc_gateway to receive device discover response messages....