Lines Matching full:net_buf
11 #include <zephyr/net_buf.h>
55 * @param nb net_buf for response
61 typedef int (*smp_client_res_fn)(struct net_buf *nb, void *user_data);
66 * @param nb response net_buf
72 int smp_client_single_response(struct net_buf *nb, const struct smp_hdr *res_hdr);
83 * @return A newly-allocated buffer net_buf on success
86 struct net_buf *smp_client_buf_allocation(struct smp_client_object *smp_client, uint16_t group,
92 * @param nb The net_buf to free.
94 void smp_client_buf_free(struct net_buf *nb);
100 * @param nb net_buf packet for send
109 int smp_client_send_cmd(struct smp_client_object *smp_client, struct net_buf *nb,