Searched refs:bt_mesh_cfg_cli_comp_data_get (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_provision.c | 1163 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()
|
D | test_cdp1.c | 405 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/ |
D | main.c | 176 err = bt_mesh_cfg_cli_comp_data_get(net_idx, node->addr, 0, &status, &buf); in configure_node()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cfg_cli.h | 523 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/ |
D | cfg.c | 94 err = bt_mesh_cfg_cli_comp_data_get(bt_mesh_shell_target_ctx.net_idx, in cmd_get_comp()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | cfg_cli.c | 1122 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/ |
D | btp_mesh.c | 2270 err = bt_mesh_cfg_cli_comp_data_get(sys_le16_to_cpu(cp->net_idx), in composition_data_get()
|