Zephyr API 3.6.99
|
Function pointers of SMP transport functions, if a handler is NULL then it is not supported/implemented. More...
#include <smp.h>
Data Fields | |
smp_transport_out_fn | output |
Transport's send function. | |
smp_transport_get_mtu_fn | get_mtu |
Transport's get-MTU function. | |
smp_transport_ud_copy_fn | ud_copy |
Transport buffer user_data copy function. | |
smp_transport_ud_free_fn | ud_free |
Transport buffer user_data free function. | |
smp_transport_query_valid_check_fn | query_valid_check |
Transport's check function for if a query is valid. | |
Function pointers of SMP transport functions, if a handler is NULL then it is not supported/implemented.
smp_transport_get_mtu_fn smp_transport_api_t::get_mtu |
Transport's get-MTU function.
smp_transport_out_fn smp_transport_api_t::output |
Transport's send function.
smp_transport_query_valid_check_fn smp_transport_api_t::query_valid_check |
Transport's check function for if a query is valid.
smp_transport_ud_copy_fn smp_transport_api_t::ud_copy |
Transport buffer user_data copy function.
smp_transport_ud_free_fn smp_transport_api_t::ud_free |
Transport buffer user_data free function.