Home
last modified time | relevance | path

Searched refs:mesh_network_pdu (Results 1 – 3 of 3) sorted by relevance

/btstack/src/
H A Dbtstack_memory.h175 void btstack_memory_mesh_network_pdu_free(mesh_network_pdu_t *mesh_network_pdu);
H A Dbtstack_memory.c1583 void btstack_memory_mesh_network_pdu_free(mesh_network_pdu_t *mesh_network_pdu){ in btstack_memory_mesh_network_pdu_free() argument
1584 btstack_memory_pool_free(&mesh_network_pdu_pool, mesh_network_pdu); in btstack_memory_mesh_network_pdu_free()
1590 void btstack_memory_mesh_network_pdu_free(mesh_network_pdu_t *mesh_network_pdu){ in btstack_memory_mesh_network_pdu_free() argument
1591 UNUSED(mesh_network_pdu); in btstack_memory_mesh_network_pdu_free()
1611 void btstack_memory_mesh_network_pdu_free(mesh_network_pdu_t *mesh_network_pdu){ in btstack_memory_mesh_network_pdu_free() argument
1613 btstack_memory_buffer_t * buffer = &((btstack_memory_buffer_t *) mesh_network_pdu)[-1]; in btstack_memory_mesh_network_pdu_free()
/btstack/src/mesh/
H A Dmesh_network.h97 typedef struct mesh_network_pdu { struct