Lines Matching refs:mesh_network_pdu_t
1574 static mesh_network_pdu_t mesh_network_pdu_storage[MAX_NR_MESH_NETWORK_PDUS];
1576 mesh_network_pdu_t * btstack_memory_mesh_network_pdu_get(void){ in btstack_memory_mesh_network_pdu_get()
1579 memset(buffer, 0, sizeof(mesh_network_pdu_t)); in btstack_memory_mesh_network_pdu_get()
1581 return (mesh_network_pdu_t *) buffer; in btstack_memory_mesh_network_pdu_get()
1583 void btstack_memory_mesh_network_pdu_free(mesh_network_pdu_t *mesh_network_pdu){ in btstack_memory_mesh_network_pdu_free()
1587 mesh_network_pdu_t * btstack_memory_mesh_network_pdu_get(void){ in btstack_memory_mesh_network_pdu_get()
1590 void btstack_memory_mesh_network_pdu_free(mesh_network_pdu_t *mesh_network_pdu){ in btstack_memory_mesh_network_pdu_free()
1598 mesh_network_pdu_t data;
1601 mesh_network_pdu_t * btstack_memory_mesh_network_pdu_get(void){ in btstack_memory_mesh_network_pdu_get()
1611 void btstack_memory_mesh_network_pdu_free(mesh_network_pdu_t *mesh_network_pdu){ in btstack_memory_mesh_network_pdu_free()
2126 …_network_pdu_pool, mesh_network_pdu_storage, MAX_NR_MESH_NETWORK_PDUS, sizeof(mesh_network_pdu_t)); in btstack_memory_init()