Searched refs:bt_mesh_cfg_mod_sub_get (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 | 147 int bt_mesh_cfg_mod_sub_get(u16_t net_idx, u16_t addr, u16_t mod_id, uint16_t *sub, u8_t *status);
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | cfg_cli.c | 1759 int bt_mesh_cfg_mod_sub_get(u16_t net_idx, u16_t addr, u16_t mod_id, uint16_t *sub, u8_t *status) in bt_mesh_cfg_mod_sub_get() function
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 1658 err = bt_mesh_cfg_mod_sub_get(net.net_idx, addr, mod_id, sub_addr, &status); in cmd_mod_sub_get()
|
Completed in 17 milliseconds