Home
last modified time | relevance | path

Searched refs:bt_mesh_cfg_mod_app_bind (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dcfg_cli.h68 int bt_mesh_cfg_mod_app_bind(u16_t net_idx, u16_t addr, u16_t elem_addr,
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dcfg_cli.c885 int bt_mesh_cfg_mod_app_bind(u16_t net_idx, u16_t addr, u16_t elem_addr, in bt_mesh_cfg_mod_app_bind() function
H A Dshell.c1272 err = bt_mesh_cfg_mod_app_bind(net.net_idx, net.dst, elem_addr, in cmd_mod_app_bind()