Searched refs:bt_mesh_cfg_mod_pub (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/ |
A D | cfg_cli.h | 124 struct bt_mesh_cfg_mod_pub { struct 133 …_pub_get(u16_t net_idx, u16_t addr, u16_t elem_addr, u16_t mod_id, struct bt_mesh_cfg_mod_pub *pub, argument 137 struct bt_mesh_cfg_mod_pub *pub, u8_t *status); 139 …_pub_set(u16_t net_idx, u16_t addr, u16_t elem_addr, u16_t mod_id, struct bt_mesh_cfg_mod_pub *pub, 143 struct bt_mesh_cfg_mod_pub *pub, u8_t *status);
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | cfg_cli.c | 413 struct bt_mesh_cfg_mod_pub *pub; 1702 struct bt_mesh_cfg_mod_pub *pub, u8_t *status) in mod_pub_get() 1750 …_pub_get(u16_t net_idx, u16_t addr, u16_t elem_addr, u16_t mod_id, struct bt_mesh_cfg_mod_pub *pub, in bt_mesh_cfg_mod_pub_get() 1850 struct bt_mesh_cfg_mod_pub *pub, u8_t *status) in bt_mesh_cfg_mod_pub_get_vnd() 1860 struct bt_mesh_cfg_mod_pub *pub, u8_t *status) in mod_pub_set() 1913 …_pub_set(u16_t net_idx, u16_t addr, u16_t elem_addr, u16_t mod_id, struct bt_mesh_cfg_mod_pub *pub, in bt_mesh_cfg_mod_pub_set() 1924 struct bt_mesh_cfg_mod_pub *pub, u8_t *status) in bt_mesh_cfg_mod_pub_set_vnd()
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 2216 struct bt_mesh_cfg_mod_pub pub; in mod_pub_get() 2252 struct bt_mesh_cfg_mod_pub pub; in mod_pub_set()
|
Completed in 13 milliseconds