Home
last modified time | relevance | path

Searched refs:start_id (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dbrg_cfg_srv.c143 uint8_t start_id = net_buf_simple_pull_u8(buf); in bridged_subnets_get() local
146 net_buf_simple_add_u8(&msg, start_id); in bridged_subnets_get()
162 if (i >= start_id) { in bridged_subnets_get()
170 if (cnt >= start_id) { in bridged_subnets_get()
180 if (cnt >= start_id) { in bridged_subnets_get()
193 if (cnt >= start_id) { in bridged_subnets_get()
224 uint16_t start_id = net_buf_simple_pull_le16(buf); in bridging_table_get() local
232 net_buf_simple_add_le16(&msg, start_id); in bridging_table_get()
244 if (cnt >= start_id) { in bridging_table_get()