Searched refs:mesh_transport_status_t (Results 1 – 7 of 7) sorted by relevance
/btstack/src/mesh/ |
H A D | mesh_lower_transport.h | 76 } mesh_transport_status_t; typedef 82 …id (*pdu_handler)( mesh_transport_callback_type_t callback_type, mesh_transport_status_t status, m…
|
H A D | mesh_upper_transport.h | 117 …r(void (*callback)(mesh_transport_callback_type_t callback_type, mesh_transport_status_t status, m… 123 …r(void (*callback)(mesh_transport_callback_type_t callback_type, mesh_transport_status_t status, m…
|
H A D | mesh_lower_transport.c | 60 …_transport_outgoing_complete(mesh_segmented_pdu_t * segmented_pdu, mesh_transport_status_t status); 91 …er_layer_handler)( mesh_transport_callback_type_t callback_type, mesh_transport_status_t status, m… 570 …_transport_outgoing_complete(mesh_segmented_pdu_t * segmented_pdu, mesh_transport_status_t status){ in mesh_lower_transport_outgoing_complete() 1037 …id (*pdu_handler)( mesh_transport_callback_type_t callback_type, mesh_transport_status_t status, m… in mesh_lower_transport_set_higher_layer_handler()
|
H A D | mesh_upper_transport.c | 84 …_message_handler)( mesh_transport_callback_type_t callback_type, mesh_transport_status_t status, m… 85 …_message_handler)( mesh_transport_callback_type_t callback_type, mesh_transport_status_t status, m… 1041 …nsport_pdu_handler(mesh_transport_callback_type_t callback_type, mesh_transport_status_t status, m… in mesh_upper_transport_pdu_handler() 1260 …r(void (*callback)(mesh_transport_callback_type_t callback_type, mesh_transport_status_t status, m… in mesh_upper_transport_register_access_message_handler() 1264 …r(void (*callback)(mesh_transport_callback_type_t callback_type, mesh_transport_status_t status, m… in mesh_upper_transport_register_control_message_handler()
|
H A D | mesh_access.c | 63 …_transport_handler(mesh_transport_callback_type_t callback_type, mesh_transport_status_t status, m… 229 …_transport_handler(mesh_transport_callback_type_t callback_type, mesh_transport_status_t status, m… in mesh_access_upper_transport_handler()
|
H A D | mesh.c | 1171 …ol_message_handler(mesh_transport_callback_type_t callback_type, mesh_transport_status_t status, m… in mesh_control_message_handler()
|
/btstack/test/mesh/ |
H A D | mesh_message_test.cpp | 270 …ss_message_handler(mesh_transport_callback_type_t callback_type, mesh_transport_status_t status, m… in test_upper_transport_access_message_handler() 306 …ol_message_handler(mesh_transport_callback_type_t callback_type, mesh_transport_status_t status, m… in test_upper_transport_control_message_handler()
|