/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_op_agg.c | 147 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()
|
D | test_suspend.c | 176 err = bt_mesh_cfg_cli_mod_app_bind(0, pcfg->addr, pcfg->addr, 0, model_id, &status); in provision_and_configure()
|
D | test_access.c | 334 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()
|
D | test_brg.c | 176 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()
|
D | mesh_test.c | 261 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()
|
D | test_transport.c | 285 ASSERT_OK_MSG(bt_mesh_cfg_cli_mod_app_bind(0, cfg->addr, cfg->addr, 1, in test_tx_unknown_app()
|
D | test_blob.c | 322 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()
|
D | test_persistence.c | 573 err = bt_mesh_cfg_cli_mod_app_bind(test_netkey_idx, TEST_ADDR, TEST_ADDR, in node_configure()
|
D | test_dfu.c | 377 err = bt_mesh_cfg_cli_mod_app_bind(0, addr, params[i].addr, 0, params[i].model_id, in common_app_bind()
|
D | test_provision.c | 624 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/ |
D | main.c | 127 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/ |
D | mesh.c | 111 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/ |
D | main.c | 129 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/ |
D | cfg_cli.h | 901 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/ |
D | cfg.c | 952 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/ |
D | cfg_cli.c | 1556 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/ |
D | btp_mesh.c | 3192 err = bt_mesh_cfg_cli_mod_app_bind(sys_le16_to_cpu(cp->net_idx), in config_model_app_bind()
|