Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_proxy.c348 …age_handler(mesh_network_callback_type_t callback_type, mesh_network_pdu_t * received_network_pdu){ in proxy_configuration_message_handler() argument
357 network_pdu_data = mesh_network_pdu_data(received_network_pdu); in proxy_configuration_message_handler()
368 btstack_memory_mesh_network_pdu_free(received_network_pdu); in proxy_configuration_message_handler()
377 uint8_t nid = mesh_network_nid(received_network_pdu); in proxy_configuration_message_handler()
378 uint16_t netkey_index = received_network_pdu->netkey_index; in proxy_configuration_message_handler()
391 btstack_memory_mesh_network_pdu_free(received_network_pdu); in proxy_configuration_message_handler()
396 btstack_memory_mesh_network_pdu_free(received_network_pdu); in proxy_configuration_message_handler()
410 request_can_send_now_proxy_configuration_callback_handler(received_network_pdu); in proxy_configuration_message_handler()
/btstack/test/mesh/
H A Dmesh_message_test.cpp23 static mesh_network_pdu_t * received_network_pdu; variable
240 received_network_pdu = network_pdu; in test_lower_transport_callback_handler()
351 received_network_pdu = NULL; in TEST_GROUP()
381 while (received_network_pdu == NULL) { in test_receive_network_pdus()
388 uint8_t * lower_transport_pdu = mesh_network_pdu_data(received_network_pdu); in test_receive_network_pdus()
389 uint8_t lower_transport_pdu_len = mesh_network_pdu_len(received_network_pdu); in test_receive_network_pdus()
397 mesh_lower_transport_received_message(MESH_NETWORK_PDU_RECEIVED, received_network_pdu); in test_receive_network_pdus()
400 received_network_pdu = NULL; in test_receive_network_pdus()