Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_network.c144 void (*mesh_network_free_pdu_callback)(void); variable
1269 if (mesh_network_free_pdu_callback!=NULL){ in mesh_network_pdu_free()
1270 void (*callback)(void) = mesh_network_free_pdu_callback; in mesh_network_pdu_free()
1271 mesh_network_free_pdu_callback= NULL; in mesh_network_pdu_free()
1277 btstack_assert(mesh_network_free_pdu_callback == NULL); in mesh_network_notify_on_freed_pdu()
1278 mesh_network_free_pdu_callback = callback; in mesh_network_notify_on_freed_pdu()