Searched refs:net_buf_tailroom (Results 1 – 4 of 4) sorted by relevance
250 if (net_buf_tailroom(buf) < len) { in unprovisioned_beacon_send()
923 net_buf_tailroom(buf)); in bt_mesh_net_send()
1562 #define net_buf_tailroom(buf) net_buf_simple_tailroom(&(buf)->b) macro
739 uint16_t count = MIN(len, net_buf_tailroom(frag)); in net_buf_append_bytes()