Searched refs:msg_space (Results 1 – 1 of 1) sorted by relevance
67 size_t msg_space; in handle_large_comp_data_get() local81 msg_space = net_buf_simple_tailroom(&rsp) - BT_MESH_MIC_SHORT; in handle_large_comp_data_get()84 (msg_space < (temp_buf.len - offset)) ? msg_space : temp_buf.len - offset); in handle_large_comp_data_get()