Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dcfg.c1493 static int mod_pub_get(const struct shell *sh, uint16_t addr, uint16_t mod_id, uint16_t cid) in mod_pub_get() function
1640 return mod_pub_get(sh, addr, mod_id, cid); in cmd_mod_pub()
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg_cli.c1917 static int mod_pub_get(uint16_t net_idx, uint16_t addr, uint16_t elem_addr, uint16_t mod_id, in mod_pub_get() function
1953 return mod_pub_get(net_idx, addr, elem_addr, mod_id, CID_NVAL, pub, status); in bt_mesh_cfg_cli_mod_pub_get()
1964 return mod_pub_get(net_idx, addr, elem_addr, mod_id, cid, pub, status); in bt_mesh_cfg_cli_mod_pub_get_vnd()
Dcfg_srv.c693 static int mod_pub_get(const struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, in mod_pub_get() function
2475 { OP_MOD_PUB_GET, BT_MESH_LEN_MIN(4), mod_pub_get },