Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_network.h465 void mesh_network_process_proxy_configuration_message(const uint8_t * pdu_data, uint8_t pdu_len);
H A Dmesh_network.c976 mesh_network_process_proxy_configuration_message(packet, size); in mesh_netework_gatt_bearer_handle_proxy_configuration()
1038 void mesh_network_process_proxy_configuration_message(const uint8_t * pdu_data, uint8_t pdu_len){ in mesh_network_process_proxy_configuration_message() function
/btstack/test/mesh/
H A Dmesh_message_test.cpp1123mesh_network_process_proxy_configuration_message(&test_network_pdu_data[1], test_network_pdu_len-1… in TEST()