Lines Matching refs:net_buf_simple_tailroom
3332 if (len > net_buf_simple_tailroom(&otc_obj_buf)) { in on_icon_content()
3338 MIN(net_buf_simple_tailroom(&otc_obj_buf), len)); in on_icon_content()
3421 if (len > net_buf_simple_tailroom(&otc_obj_buf)) { in on_track_segments_content()
3427 MIN(net_buf_simple_tailroom(&otc_obj_buf), len)); in on_track_segments_content()
3473 if (len > net_buf_simple_tailroom(&otc_obj_buf)) { in on_current_track_content()
3479 MIN(net_buf_simple_tailroom(&otc_obj_buf), len)); in on_current_track_content()
3511 if (len > net_buf_simple_tailroom(&otc_obj_buf)) { in on_next_track_content()
3517 MIN(net_buf_simple_tailroom(&otc_obj_buf), len)); in on_next_track_content()
3576 if (len > net_buf_simple_tailroom(&otc_obj_buf)) { in on_parent_group_content()
3582 MIN(net_buf_simple_tailroom(&otc_obj_buf), len)); in on_parent_group_content()
3628 if (len > net_buf_simple_tailroom(&otc_obj_buf)) { in on_current_group_content()
3634 MIN(net_buf_simple_tailroom(&otc_obj_buf), len)); in on_current_group_content()