Searched refs:smp_shell_transport (Results 1 – 1 of 1) sorted by relevance
38 static struct smp_transport smp_shell_transport; variable201 smp_rx_req(&smp_shell_transport, nb); in smp_shell_process()241 smp_shell_transport.functions.output = smp_shell_tx_pkt; in smp_shell_init()242 smp_shell_transport.functions.get_mtu = smp_shell_get_mtu; in smp_shell_init()244 rc = smp_transport_init(&smp_shell_transport); in smp_shell_init()247 smp_client_transport.smpt = &smp_shell_transport; in smp_shell_init()