Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_node.c71 uint16_t mesh_node_get_primary_element_address(void){ in mesh_node_get_primary_element_address() function
132 uint16_t element_index = unicast_address - mesh_node_get_primary_element_address(); in mesh_node_element_for_unicast_address()
154 return mesh_node_get_primary_element_address() + mesh_model->element->element_index; in mesh_access_get_element_address()
H A Dmesh_node.h206 uint16_t mesh_node_get_primary_element_address(void);
H A Dmesh_lower_transport.c177 …x, network_key->nid, 1, ttl, mesh_sequence_number_next(), mesh_node_get_primary_element_address(),… in mesh_lower_transport_incoming_send_ack()
190 … segmented_pdu, netkey_index, ttl, seq_zero, mesh_node_get_primary_element_address(), dest); in mesh_lower_transport_incoming_send_ack_for_segmented_pdu()
201 network_pdu, netkey_index, ttl, seq_zero, mesh_node_get_primary_element_address(), dest); in mesh_lower_transport_incoming_send_ack_for_network_pdu()
H A Dmesh_health_server.c442 …health_server_send_message(mesh_node_get_primary_element_address(), dest, netkey_index, appkey_ind… in mesh_health_server_report_test_done()
H A Dmesh_configuration_server.c239 uint16_t src = mesh_node_get_primary_element_address(); in config_server_send_message()
1750 …mesh_heartbeat_publication->ttl, mesh_node_get_primary_element_address(), mesh_heartbeat_publicati… in config_heartbeat_publication_emit()
1945 …ion.destination) && requested_subscription.destination == mesh_node_get_primary_element_address())… in config_heartbeat_subscription_set_handler()
H A Dmesh_network.c435 uint16_t mesh_network_primary_address = mesh_node_get_primary_element_address(); in mesh_network_message_processed_by_higher_layer()
/btstack/test/mesh/
H A Dmesh_pts.c353 uint16_t src = mesh_node_get_primary_element_address(); in send_pts_network_messsage()
372 uint16_t src = mesh_node_get_primary_element_address(); in send_pts_unsegmented_access_messsage()
397 uint16_t src = mesh_node_get_primary_element_address(); in send_pts_segmented_access_messsage_unicast()