Searched refs:net_buf_simple_max_len (Results 1 – 3 of 3) sorted by relevance
841 uint16_t net_buf_simple_max_len(struct net_buf_simple *buf);2285 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()
545 uint16_t net_buf_simple_max_len(struct net_buf_simple *buf) in net_buf_simple_max_len() function