Searched refs:bt_mesh_cfg_hb_sub (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 | 188 struct bt_mesh_cfg_hb_sub { struct 197 int bt_mesh_cfg_hb_sub_set(u16_t net_idx, u16_t addr, struct bt_mesh_cfg_hb_sub *sub, u8_t *status); argument 199 int bt_mesh_cfg_hb_sub_get(u16_t net_idx, u16_t addr, struct bt_mesh_cfg_hb_sub *sub, u8_t *status);
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/ |
A D | cfg_cli.c | 664 struct bt_mesh_cfg_hb_sub *sub; 1933 int bt_mesh_cfg_hb_sub_set(u16_t net_idx, u16_t addr, struct bt_mesh_cfg_hb_sub *sub, u8_t *status) in bt_mesh_cfg_hb_sub_set() 1975 int bt_mesh_cfg_hb_sub_get(u16_t net_idx, u16_t addr, struct bt_mesh_cfg_hb_sub *sub, u8_t *status) in bt_mesh_cfg_hb_sub_get()
|
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/ |
A D | shell.c | 2332 static void hb_sub_print(struct bt_mesh_cfg_hb_sub *sub) in hb_sub_print() 2346 struct bt_mesh_cfg_hb_sub sub; in hb_sub_get() 2368 struct bt_mesh_cfg_hb_sub sub; in hb_sub_set()
|
Completed in 13 milliseconds