Searched refs:start_idx (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | brg_cfg.c | 138 uint8_t start_idx; in cmd_bridged_subnets_get() local 148 start_idx = shell_strtoul(argv[3], 0, &err); in cmd_bridged_subnets_get() 156 start_idx, &rsp); in cmd_bridged_subnets_get() 165 shell_print(sh, "\tstart_idx: %u", rsp.start_idx); in cmd_bridged_subnets_get() 182 uint16_t net_idx1, net_idx2, start_idx; in cmd_bridging_table_get() local 192 start_idx = shell_strtoul(argv[3], 0, &err); in cmd_bridging_table_get() 200 start_idx, &rsp); in cmd_bridging_table_get() 213 shell_print(sh, "\tstart_idx: %u", rsp.start_idx); in cmd_bridging_table_get()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | brg_cfg.h | 70 uint8_t start_idx; member 84 uint16_t start_idx; member
|
D | brg_cfg_cli.h | 258 uint8_t start_idx, struct bt_mesh_brg_cfg_subnets_list *rsp); 291 uint16_t net_idx2, uint16_t start_idx,
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | brg_cfg_cli.c | 82 subnets_list.start_idx = net_buf_simple_pull_u8(buf); in subnets_list() 93 rsp->start_idx = subnets_list.start_idx; in subnets_list() 119 table_list.start_idx = net_buf_simple_pull_le16(buf); in table_list() 132 rsp->start_idx = table_list.start_idx; in table_list() 324 uint8_t start_idx, struct bt_mesh_brg_cfg_subnets_list *rsp) in bt_mesh_brg_cfg_cli_subnets_get() argument 337 net_buf_simple_add_u8(&msg, start_idx); in bt_mesh_brg_cfg_cli_subnets_get() 343 uint16_t net_idx2, uint16_t start_idx, in bt_mesh_brg_cfg_cli_table_get() argument 357 net_buf_simple_add_le16(&msg, start_idx); in bt_mesh_brg_cfg_cli_table_get()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_brg.c | 343 static void bridge_table_verify(uint16_t net_idx1, uint16_t net_idx2, uint16_t start_idx, in bridge_table_verify() argument 353 bt_mesh_brg_cfg_cli_table_get(0, BRIDGE_ADDR, net_idx1, net_idx2, start_idx, &rsp)); in bridge_table_verify() 357 ASSERT_EQUAL(rsp.start_idx, start_idx); in bridge_table_verify()
|
/Zephyr-latest/tests/bluetooth/tester/src/btp/ |
D | btp_mesh.h | 942 uint8_t start_idx; member 950 uint16_t start_idx; member
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tbs.c | 247 size_t start_idx = 0; in uri_scheme_in_list() local 251 uri_scheme_cand_len = i - start_idx; in uri_scheme_in_list()
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 2203 filter_net_idx, cp->start_idx, &rp); in bridged_subnets_get() 2227 sys_le16_to_cpu(cp->net_idx2), sys_le16_to_cpu(cp->start_idx), &rp); in bridging_table_get()
|