/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/src/ |
H A D | device_composition.c | 152 static void gen_onoff_get(struct bt_mesh_model *model, in gen_onoff_get() 174 static bool gen_onoff_setunack(struct bt_mesh_model *model, in gen_onoff_setunack() 248 static void gen_onoff_set_unack(struct bt_mesh_model *model, in gen_onoff_set_unack() 255 static void gen_onoff_set(struct bt_mesh_model *model, in gen_onoff_set() 265 static void gen_onoff_status(struct bt_mesh_model *model, in gen_onoff_status() 279 static void gen_level_get(struct bt_mesh_model *model, in gen_level_get() 310 static void gen_level_set_unack(struct bt_mesh_model *model, in gen_level_set_unack() 381 static void gen_level_set(struct bt_mesh_model *model, in gen_level_set() 389 static void gen_delta_set_unack(struct bt_mesh_model *model, in gen_delta_set_unack() 479 static void gen_delta_set(struct bt_mesh_model *model, in gen_delta_set() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | model_srv.c | 14 static void gen_onoff_status(struct bt_mesh_model *model, in gen_onoff_status() 36 static void gen_onoff_get(struct bt_mesh_model *model, in gen_onoff_get() 45 static void gen_onoff_set_unack(struct bt_mesh_model *model, in gen_onoff_set_unack() 61 static void gen_onoff_set(struct bt_mesh_model *model, in gen_onoff_set() 71 static void gen_level_status(struct bt_mesh_model *model, in gen_level_status() 93 static void gen_level_get(struct bt_mesh_model *model, in gen_level_get() 102 static void gen_level_set_unack(struct bt_mesh_model *model, in gen_level_set_unack() 116 static void gen_level_set(struct bt_mesh_model *model, in gen_level_set() 124 static void light_lightness_status(struct bt_mesh_model *model, in light_lightness_status() 146 static void light_lightness_get(struct bt_mesh_model *model, in light_lightness_get() [all …]
|
H A D | light_model.c | 17 int light_model_gen_onoff_get(struct bt_mesh_model *model, u8_t *state) in light_model_gen_onoff_get() 23 int light_model_gen_onoff_set(struct bt_mesh_model *model, u8_t state) in light_model_gen_onoff_set() 30 int light_model_gen_level_get(struct bt_mesh_model *model, s16_t *level) in light_model_gen_level_get() 36 int light_model_gen_level_set(struct bt_mesh_model *model, s16_t level) in light_model_gen_level_set() 49 int light_model_light_lightness_get(struct bt_mesh_model *model, s16_t *lightness) in light_model_light_lightness_get() 54 int light_model_light_lightness_set(struct bt_mesh_model *model, s16_t lightness) in light_model_light_lightness_set()
|
H A D | health_srv.c | 103 static void health_fault_get(struct bt_mesh_model *model, in health_fault_get() 123 static void health_fault_clear_unrel(struct bt_mesh_model *model, in health_fault_clear_unrel() 139 static void health_fault_clear(struct bt_mesh_model *model, in health_fault_clear() 164 static void health_fault_test_unrel(struct bt_mesh_model *model, in health_fault_test_unrel() 182 static void health_fault_test(struct bt_mesh_model *model, in health_fault_test() 218 static void send_attention_status(struct bt_mesh_model *model, in send_attention_status() 240 static void attention_get(struct bt_mesh_model *model, in attention_get() 249 static void attention_set_unrel(struct bt_mesh_model *model, in attention_set_unrel() 262 static void attention_set(struct bt_mesh_model *model, in attention_set() 273 static void send_health_period_status(struct bt_mesh_model *model, in send_health_period_status() [all …]
|
H A D | cfg_srv.c | 43 static void hb_send(struct bt_mesh_model *model) in hb_send() 166 static void dev_comp_data_get(struct bt_mesh_model *model, in dev_comp_data_get() 243 static u8_t _mod_pub_set(struct bt_mesh_model *model, u16_t pub_addr, in _mod_pub_set() 314 u8_t mod_bind(struct bt_mesh_model *model, u16_t key_idx) in mod_bind() 346 u8_t mod_unbind(struct bt_mesh_model *model, u16_t key_idx, bool store) in mod_unbind() 480 static void app_key_add(struct bt_mesh_model *model, in app_key_add() 507 static void app_key_update(struct bt_mesh_model *model, in app_key_update() 563 static void app_key_del(struct bt_mesh_model *model, in app_key_del() 615 static void app_key_get(struct bt_mesh_model *model, in app_key_get() 678 static void beacon_get(struct bt_mesh_model *model, in beacon_get() [all …]
|
H A D | access.c | 62 struct bt_mesh_model *model = &elem->models[j]; in bt_mesh_model_foreach() local 68 struct bt_mesh_model *model = &elem->vnd_models[j]; in bt_mesh_model_foreach() local 373 struct bt_mesh_model *model; in bt_mesh_elem_find_group() local 439 struct bt_mesh_model **model) in find_op() 524 struct bt_mesh_model *models, *model; in bt_mesh_model_recv() local 614 static int model_send(struct bt_mesh_model *model, in model_send() 646 int bt_mesh_model_send(struct bt_mesh_model *model, in bt_mesh_model_send() 662 int bt_mesh_model_publish(struct bt_mesh_model *model) in bt_mesh_model_publish()
|
H A D | testing.c | 45 void bt_test_mesh_model_bound(u16_t addr, struct bt_mesh_model *model, in bt_test_mesh_model_bound() 57 void bt_test_mesh_model_unbound(u16_t addr, struct bt_mesh_model *model, in bt_test_mesh_model_unbound() 167 int bt_test_bind_app_key_to_model(struct bt_mesh_model *model, u16_t key_idx, u16_t id) in bt_test_bind_app_key_to_model()
|
H A D | health_cli.c | 37 static void health_fault_status(struct bt_mesh_model *model, in health_fault_status() 83 static void health_current_status(struct bt_mesh_model *model, in health_current_status() 113 static void health_period_status(struct bt_mesh_model *model, in health_period_status() 139 static void health_attention_status(struct bt_mesh_model *model, in health_attention_status() 519 int bt_mesh_health_cli_set(struct bt_mesh_model *model) in bt_mesh_health_cli_set() 531 int bt_mesh_health_cli_init(struct bt_mesh_model *model, bool primary) in bt_mesh_health_cli_init()
|
H A D | model_cli.c | 28 static void gen_onoff_status(struct bt_mesh_model *model, in gen_onoff_status() 60 static void gen_level_status(struct bt_mesh_model *model, in gen_level_status() 257 int bt_mesh_gen_model_cli_init(struct bt_mesh_model *model, bool primary) in bt_mesh_gen_model_cli_init()
|
H A D | cfg_cli.c | 33 static void comp_data_status(struct bt_mesh_model *model, in comp_data_status() 58 static void state_status_u8(struct bt_mesh_model *model, in state_status_u8() 81 static void beacon_status(struct bt_mesh_model *model, in beacon_status() 88 static void ttl_status(struct bt_mesh_model *model, in ttl_status() 95 static void friend_status(struct bt_mesh_model *model, in friend_status() 102 static void gatt_proxy_status(struct bt_mesh_model *model, in gatt_proxy_status() 114 static void relay_status(struct bt_mesh_model *model, in relay_status() 141 static void net_key_status(struct bt_mesh_model *model, in net_key_status() 180 static void app_key_status(struct bt_mesh_model *model, in app_key_status() 221 static void mod_app_status(struct bt_mesh_model *model, in mod_app_status() [all …]
|
H A D | shell.c | 111 static int fault_get_cur(struct bt_mesh_model *model, u8_t *test_id, in fault_get_cur() 124 static int fault_get_reg(struct bt_mesh_model *model, u16_t cid, in fault_get_reg() 141 static int fault_clear(struct bt_mesh_model *model, uint16_t cid) in fault_clear() 152 static int fault_test(struct bt_mesh_model *model, uint8_t test_id, in fault_test()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh/src/ |
H A D | main.c | 68 fault_get_cur(struct bt_mesh_model *model, in fault_get_cur() 88 fault_get_reg(struct bt_mesh_model *model, in fault_get_reg() 115 fault_clear(struct bt_mesh_model *model, uint16_t company_id) in fault_clear() 127 fault_test(struct bt_mesh_model *model, uint8_t test_id, uint16_t company_id) in fault_test() 169 static void gen_onoff_status(struct bt_mesh_model *model, in gen_onoff_status() 188 static void gen_onoff_get(struct bt_mesh_model *model, in gen_onoff_get() 197 static void gen_onoff_set(struct bt_mesh_model *model, in gen_onoff_set() 209 static void gen_onoff_set_unack(struct bt_mesh_model *model, in gen_onoff_set_unack() 226 static void gen_level_status(struct bt_mesh_model *model, in gen_level_status() 243 static void gen_level_get(struct bt_mesh_model *model, in gen_level_get() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_light/src/ |
H A D | light_model.c | 102 int light_model_gen_onoff_get(struct bt_mesh_model *model, u8_t *state) in light_model_gen_onoff_get() 108 int light_model_gen_onoff_set(struct bt_mesh_model *model, u8_t state) in light_model_gen_onoff_set() 115 int light_model_gen_level_get(struct bt_mesh_model *model, s16_t *level) in light_model_gen_level_get() 121 int light_model_gen_level_set(struct bt_mesh_model *model, s16_t level) in light_model_gen_level_set() 134 int light_model_light_lightness_get(struct bt_mesh_model *model, s16_t *lightness) in light_model_light_lightness_get() 139 int light_model_light_lightness_set(struct bt_mesh_model *model, s16_t lightness) in light_model_light_lightness_set()
|
H A D | main.c | 39 static void model_bound_cb(u16_t addr, struct bt_mesh_model *model, in model_bound_cb()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_shell/src/ |
H A D | main.c | 45 static void model_bound_cb(u16_t addr, struct bt_mesh_model *model, in model_bound_cb() 52 static void model_unbound_cb(u16_t addr, struct bt_mesh_model *model, in model_unbound_cb()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/ |
H A D | compr_rtime.c | 35 void *model) in jffs2_rtime_compress() 77 void *model) in jffs2_rtime_decompress()
|
H A D | compr_zlib.c | 75 void *model) in jffs2_zlib_compress() 143 void *model) in jffs2_zlib_decompress()
|
H A D | compr_rubin.c | 234 void *model) in jffs2_dynrubin_compress() 314 void *model) in jffs2_rubinmips_decompress() 323 void *model) in jffs2_dynrubin_decompress()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/src/ |
H A D | main.c | 326 static void gen_onoff_get(struct bt_mesh_model *model, in gen_onoff_get() 345 static void gen_onoff_set_unack(struct bt_mesh_model *model, in gen_onoff_set_unack() 386 static void gen_onoff_set(struct bt_mesh_model *model, in gen_onoff_set() 396 static void gen_onoff_status(struct bt_mesh_model *model, in gen_onoff_status()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | model_cli.h | 11 struct bt_mesh_model *model; member
|
H A D | health_cli.h | 22 struct bt_mesh_model *model; member
|
H A D | health_srv.h | 58 struct bt_mesh_model *model; member
|
H A D | cfg_cli.h | 22 struct bt_mesh_model *model; member
|
H A D | cfg_srv.h | 22 struct bt_mesh_model *model; member
|
/nrf52832-nimble/rt-thread/components/drivers/usb/usbhost/class/ |
H A D | adk.c | 25 rt_err_t rt_usbh_adk_set_string(const char* manufacturer, const char* model, in rt_usbh_adk_set_string()
|