Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_provision.c1163 ASSERT_OK(bt_mesh_cfg_cli_comp_data_get(0, current_dev_addr, 0, &page, in reprovision_remote_comp_data_client()
1258 ASSERT_OK(bt_mesh_cfg_cli_comp_data_get(0, current_dev_addr, 0, &page, &dev_comp)); in test_provisioner_pb_remote_client_nppi_robustness()
1508 ASSERT_OK(bt_mesh_cfg_cli_comp_data_get(0, current_dev_addr, 0, &page, &dev_comp)); in test_device_pb_remote_client_server_same_dev()
1605 ASSERT_OK(bt_mesh_cfg_cli_comp_data_get(0, server_addr, page, &page_rsp, comp)); in comp_data_get()
Dtest_cdp1.c405 ASSERT_OK(bt_mesh_cfg_cli_comp_data_get(0, node_1_cfg.addr, 1, &page_rsp, &p1_dev_comp)); in test_node_data_comparison()
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/
Dmain.c176 err = bt_mesh_cfg_cli_comp_data_get(net_idx, node->addr, 0, &status, &buf); in configure_node()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg_cli.h523 int bt_mesh_cfg_cli_comp_data_get(uint16_t net_idx, uint16_t addr, uint8_t page, uint8_t *rsp,
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dcfg.c94 err = bt_mesh_cfg_cli_comp_data_get(bt_mesh_shell_target_ctx.net_idx, in cmd_get_comp()
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg_cli.c1122 int bt_mesh_cfg_cli_comp_data_get(uint16_t net_idx, uint16_t addr, uint8_t page, uint8_t *rsp, in bt_mesh_cfg_cli_comp_data_get() function
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c2270 err = bt_mesh_cfg_cli_comp_data_get(sys_le16_to_cpu(cp->net_idx), in composition_data_get()