Searched refs:net_buf_simple_max_len (Results 1 – 3 of 3) sorted by relevance
941 uint16_t net_buf_simple_max_len(const struct net_buf_simple *buf);2526 return net_buf_simple_max_len(&buf->b); in net_buf_max_len()
34 size_t maxlen = net_buf_simple_max_len(buf); in prepare_message()
623 uint16_t net_buf_simple_max_len(const struct net_buf_simple *buf) in net_buf_simple_max_len() function