Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_op_agg.c147 err = bt_mesh_cfg_cli_mod_app_bind(0, addr, addr, 0, BT_MESH_MODEL_ID_OP_AGG_CLI, in op_agg_test_prov_and_conf()
152 err = bt_mesh_cfg_cli_mod_app_bind(0, addr, addr, 0, BT_MESH_MODEL_ID_OP_AGG_SRV, in op_agg_test_prov_and_conf()
Dtest_suspend.c176 err = bt_mesh_cfg_cli_mod_app_bind(0, pcfg->addr, pcfg->addr, 0, model_id, &status); in provision_and_configure()
Dtest_access.c334 err = bt_mesh_cfg_cli_mod_app_bind(0, addr, addr, 0, model_ids[i], &status); in common_configure()
341 err = bt_mesh_cfg_cli_mod_app_bind(0, addr, addr + 1, 0, model_ids[i], &status); in common_configure()
Dtest_brg.c176 err = bt_mesh_cfg_cli_mod_app_bind(0, PROV_ADDR, PROV_ADDR, 0, TEST_MOD_ID, &status); in tester_setup()
294 err = bt_mesh_cfg_cli_mod_app_bind(net_key_idx, addr, addr, 0, TEST_MOD_ID, &status); in tester_device_configure()
Dmesh_test.c261 err = bt_mesh_cfg_cli_mod_app_bind(0, cfg->addr, cfg->addr, 0, TEST_MOD_ID, &status); in bt_mesh_device_provision_and_configure()
Dtest_transport.c285 ASSERT_OK_MSG(bt_mesh_cfg_cli_mod_app_bind(0, cfg->addr, cfg->addr, 1, in test_tx_unknown_app()
Dtest_blob.c322 err = bt_mesh_cfg_cli_mod_app_bind(0, addr, addr, 0, BT_MESH_MODEL_ID_BLOB_SRV, &status); in blob_srv_prov_and_conf()
348 err = bt_mesh_cfg_cli_mod_app_bind(0, addr, addr, 0, BT_MESH_MODEL_ID_BLOB_CLI, &status); in blob_cli_prov_and_conf()
Dtest_persistence.c573 err = bt_mesh_cfg_cli_mod_app_bind(test_netkey_idx, TEST_ADDR, TEST_ADDR, in node_configure()
Dtest_dfu.c377 err = bt_mesh_cfg_cli_mod_app_bind(0, addr, params[i].addr, 0, params[i].model_id, in common_app_bind()
Dtest_provision.c624 ASSERT_OK(bt_mesh_cfg_cli_mod_app_bind(0, current_dev_addr, current_dev_addr, 0x0, in node_configure_and_reset()
/Zephyr-latest/samples/bluetooth/mesh_provisioner/src/
Dmain.c127 err = bt_mesh_cfg_cli_mod_app_bind(self->net_idx, self->addr, self->addr, app_idx, in configure_self()
203 err = bt_mesh_cfg_cli_mod_app_bind(net_idx, node->addr, elem_addr, app_idx, in configure_node()
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmesh.c111 err = bt_mesh_cfg_cli_mod_app_bind(NET_IDX, addr, addr, APP_IDX, in cfg_cli_app_key_status_cb()
118 err = bt_mesh_cfg_cli_mod_app_bind(NET_IDX, addr, addr, APP_IDX, in cfg_cli_app_key_status_cb()
126 err = bt_mesh_cfg_cli_mod_app_bind(NET_IDX, addr, addr, APP_IDX, in cfg_cli_app_key_status_cb()
/Zephyr-latest/samples/bluetooth/mesh_demo/src/
Dmain.c129 bt_mesh_cfg_cli_mod_app_bind(net_idx, addr, addr, app_idx, BT_MESH_MODEL_ID_HEALTH_SRV, in configure()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg_cli.h901 int bt_mesh_cfg_cli_mod_app_bind(uint16_t net_idx, uint16_t addr, uint16_t elem_addr,
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dcfg.c952 err = bt_mesh_cfg_cli_mod_app_bind(bt_mesh_shell_target_ctx.net_idx, in cmd_mod_app_bind()
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg_cli.c1556 int bt_mesh_cfg_cli_mod_app_bind(uint16_t net_idx, uint16_t addr, uint16_t elem_addr, in bt_mesh_cfg_cli_mod_app_bind() function
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c3192 err = bt_mesh_cfg_cli_mod_app_bind(sys_le16_to_cpu(cp->net_idx), in config_model_app_bind()