/Zephyr-latest/subsys/bluetooth/mesh/ |
D | sol_pdu_rpl_srv.c | 17 static void sol_rpl_status_rsp(const struct bt_mesh_model *mod, in sol_rpl_status_rsp() 35 static int item_clear(const struct bt_mesh_model *mod, in item_clear() 81 static int handle_item_clear(const struct bt_mesh_model *mod, in handle_item_clear() 88 static int handle_item_clear_unacked(const struct bt_mesh_model *mod, in handle_item_clear_unacked() 102 static int sol_pdu_rpl_srv_init(const struct bt_mesh_model *mod) in sol_pdu_rpl_srv_init()
|
D | priv_beacon_srv.c | 40 static int beacon_status_rsp(const struct bt_mesh_model *mod, in beacon_status_rsp() 54 static int handle_beacon_get(const struct bt_mesh_model *mod, in handle_beacon_get() 65 static int handle_beacon_set(const struct bt_mesh_model *mod, in handle_beacon_set() 92 static void gatt_proxy_status_rsp(const struct bt_mesh_model *mod, in gatt_proxy_status_rsp() 103 static int handle_gatt_proxy_get(const struct bt_mesh_model *mod, in handle_gatt_proxy_get() 114 static int handle_gatt_proxy_set(const struct bt_mesh_model *mod, in handle_gatt_proxy_set() 136 static void node_id_status_rsp(const struct bt_mesh_model *mod, in node_id_status_rsp() 150 static int handle_node_id_get(const struct bt_mesh_model *mod, in handle_node_id_get() 165 static int handle_node_id_set(const struct bt_mesh_model *mod, in handle_node_id_set() 196 static int priv_beacon_srv_init(const struct bt_mesh_model *mod) in priv_beacon_srv_init()
|
D | access.c | 99 #define IS_MOD_BASE(mod, idx, offset) \ argument 103 #define IS_MOD_EXTENSION(mod, idx, offset) \ argument 122 void bt_mesh_model_foreach(void (*func)(const struct bt_mesh_model *mod, in bt_mesh_model_foreach() 189 static void comp_add_model(const struct bt_mesh_model *mod, const struct bt_mesh_elem *elem, in comp_add_model() 204 static size_t metadata_model_size(const struct bt_mesh_model *mod, in metadata_model_size() 260 static int metadata_add_model(const struct bt_mesh_model *mod, in metadata_add_model() 460 static uint8_t count_mod_ext(const struct bt_mesh_model *mod, in count_mod_ext() 485 static bool is_cor_present(const struct bt_mesh_model *mod, uint8_t *cor_id, uint8_t sig_offset) in is_cor_present() 503 static void prep_model_item_header(const struct bt_mesh_model *mod, uint8_t *cor_id, in prep_model_item_header() 532 static void add_items_to_page(struct net_buf_simple *buf, const struct bt_mesh_model *mod, in add_items_to_page() [all …]
|
D | od_priv_proxy_srv.c | 34 static int proxy_status_rsp(const struct bt_mesh_model *mod, in proxy_status_rsp() 47 static int handle_proxy_get(const struct bt_mesh_model *mod, in handle_proxy_get() 58 static int handle_proxy_set(const struct bt_mesh_model *mod, in handle_proxy_set() 82 static int od_priv_proxy_srv_init(const struct bt_mesh_model *mod) in od_priv_proxy_srv_init()
|
D | dfd_srv.c | 115 static int handle_receivers_add(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_receivers_add() 146 static int handle_receivers_delete_all(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_receivers_delete_all() 156 static int handle_receivers_get(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_receivers_get() 209 static int handle_capabilities_get(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_capabilities_get() 271 static int handle_get(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_get() 281 static int handle_start(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_start() 313 static int handle_suspend(const struct bt_mesh_model *mod, in handle_suspend() 324 static int handle_cancel(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_cancel() 334 static int handle_apply(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_apply() 396 static int handle_upload_get(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_upload_get() [all …]
|
D | dfu_srv.c | 133 static int handle_info_get(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_info_get() 195 static int handle_metadata_check(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_metadata_check() 247 static int handle_get(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_get() 270 static int handle_start(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_start() 379 static int handle_cancel(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_cancel() 400 static int handle_apply(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_apply() 441 static int dfu_srv_init(const struct bt_mesh_model *mod) in dfu_srv_init() 472 static int dfu_srv_settings_set(const struct bt_mesh_model *mod, const char *name, in dfu_srv_settings_set() 501 static void dfu_srv_reset(const struct bt_mesh_model *mod) in dfu_srv_reset()
|
D | blob_srv.c | 417 static int handle_xfer_get(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_xfer_get() 437 static int handle_xfer_start(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_xfer_start() 568 static int handle_xfer_cancel(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_xfer_cancel() 596 static int handle_block_get(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_block_get() 627 static int handle_block_start(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_block_start() 722 static int handle_chunk(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_chunk() 812 static int handle_info_get(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_info_get() 849 static int blob_srv_init(const struct bt_mesh_model *mod) in blob_srv_init() 863 static int blob_srv_settings_set(const struct bt_mesh_model *mod, const char *name, in blob_srv_settings_set() 905 static int blob_srv_start(const struct bt_mesh_model *mod) in blob_srv_start() [all …]
|
D | od_priv_proxy_cli.c | 23 static int handle_proxy_status(const struct bt_mesh_model *mod, in handle_proxy_status() 96 static int on_demand_proxy_cli_init(const struct bt_mesh_model *mod) in on_demand_proxy_cli_init()
|
D | cfg_srv.c | 337 static void mod_app_key_del(const struct bt_mesh_model *mod, in mod_app_key_del() 656 const struct bt_mesh_model *mod, uint8_t status, in send_mod_pub_status() 697 const struct bt_mesh_model *mod; in mod_pub_get() local 750 const struct bt_mesh_model *mod; in mod_pub_set() local 809 static size_t mod_sub_list_clear(const struct bt_mesh_model *mod) in mod_sub_list_clear() 848 const struct bt_mesh_model *mod; in mod_pub_va_set() local 950 const struct bt_mesh_model *mod; in mod_sub_add() local 1028 const struct bt_mesh_model *mod; in mod_sub_del() local 1094 static enum bt_mesh_walk mod_sub_clear_visitor(const struct bt_mesh_model *mod, void *user_data) in mod_sub_clear_visitor() 1110 const struct bt_mesh_model *mod; in mod_sub_overwrite() local [all …]
|
D | rpr_cli.c | 93 static int handle_extended_scan_report(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_extended_scan_report() 126 static int handle_link_report(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_link_report() 164 static int handle_link_status(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_link_status() 198 static int handle_pdu_outbound_report(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_pdu_outbound_report() 229 static int handle_pdu_report(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_pdu_report() 260 static int handle_scan_caps_status(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_scan_caps_status() 284 static int handle_scan_report(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_scan_report() 316 static int handle_scan_status(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_scan_status() 364 static int rpr_cli_init(const struct bt_mesh_model *mod) in rpr_cli_init()
|
D | rpr_srv.c | 49 const struct bt_mesh_model *mod; member 539 static int handle_scan_caps_get(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_scan_caps_get() 552 static int handle_scan_get(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_scan_get() 560 static int handle_scan_start(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_scan_start() 624 static int handle_extended_scan_start(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_extended_scan_start() 787 static int handle_scan_stop(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_scan_stop() 800 static int handle_link_get(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_link_get() 810 static int handle_link_open(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_link_open() 941 static int handle_link_close(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_link_close() 984 static int handle_pdu_send(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_pdu_send() [all …]
|
D | sol_pdu_rpl_cli.c | 25 static int handle_status(const struct bt_mesh_model *mod, in handle_status() 163 static int sol_pdu_rpl_cli_init(const struct bt_mesh_model *mod) in sol_pdu_rpl_cli_init()
|
D | health_srv.c | 33 static void health_get_registered(const struct bt_mesh_model *mod, in health_get_registered() 66 static size_t health_get_current(const struct bt_mesh_model *mod, in health_get_current() 369 static int health_pub_update(const struct bt_mesh_model *mod) in health_pub_update() 388 const struct bt_mesh_model *mod; in bt_mesh_health_srv_fault_update() local
|
D | main.c | 422 static void model_suspend(const struct bt_mesh_model *mod, const struct bt_mesh_elem *elem, in model_suspend() 491 static void model_resume(const struct bt_mesh_model *mod, const struct bt_mesh_elem *elem, in model_resume() 609 static void model_start(const struct bt_mesh_model *mod, const struct bt_mesh_elem *elem, in model_start()
|
D | blob_cli.c | 1206 static int handle_xfer_status(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_xfer_status() 1278 static int handle_block_report(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_block_report() 1332 static int handle_block_status(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_block_status() 1403 static int handle_info_status(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_info_status() 1460 static int blob_cli_init(const struct bt_mesh_model *mod) in blob_cli_init() 1474 static void blob_cli_reset(const struct bt_mesh_model *mod) in blob_cli_reset()
|
D | dfu_cli.c | 308 static int tx(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in tx() 702 static int handle_status(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_status() 828 static int handle_info_status(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_info_status() 927 static int handle_metadata_status(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in handle_metadata_status() 964 static int dfu_cli_init(const struct bt_mesh_model *mod) in dfu_cli_init() 989 static void dfu_cli_reset(const struct bt_mesh_model *mod) in dfu_cli_reset()
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | utils.c | 16 bool bt_mesh_shell_mdl_first_get(uint16_t id, const struct bt_mesh_model **mod) in bt_mesh_shell_mdl_first_get() 30 int bt_mesh_shell_mdl_instance_set(const struct shell *sh, const struct bt_mesh_model **mod, in bt_mesh_shell_mdl_instance_set() 56 const struct bt_mesh_model *mod; in bt_mesh_shell_mdl_print_all() local
|
/Zephyr-latest/soc/intel/intel_adsp/common/ |
D | boot.c | 84 struct sof_man_module *mod) in parse_module() 128 struct sof_man_module *mod; in parse_manifest() local
|
/Zephyr-latest/tests/kernel/mp/src/ |
D | main.c | 40 int mod = (*(int *)arg) % 12345; in cpu_fn() local
|
/Zephyr-latest/drivers/can/ |
D | can_sja1000.c | 39 uint8_t mod; in can_sja1000_enter_reset_mode() local 58 uint8_t mod; in can_sja1000_leave_reset_mode_nowait() local 67 uint8_t mod; in can_sja1000_leave_reset_mode() local 224 uint8_t mod; in can_sja1000_set_mode() local
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | mesh_test.c | 33 static int msg_rx(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in msg_rx() 81 static int data_rx(const struct bt_mesh_model *mod, struct bt_mesh_msg_ctx *ctx, in data_rx() 100 int __weak test_model_pub_update(const struct bt_mesh_model *mod) in test_model_pub_update() 131 int __weak test_vnd_model_pub_update(const struct bt_mesh_model *mod) in test_vnd_model_pub_update()
|
/Zephyr-latest/samples/bluetooth/mesh/src/ |
D | main.c | 27 static void attention_on(const struct bt_mesh_model *mod) in attention_on() 32 static void attention_off(const struct bt_mesh_model *mod) in attention_off()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | rpr_cli.h | 94 const struct bt_mesh_model *mod; member
|
D | dfu_srv.h | 187 const struct bt_mesh_model *mod; member
|
/Zephyr-latest/tests/bluetooth/mesh/basic/src/ |
D | main.c | 98 static int vnd_publish(const struct bt_mesh_model *mod) in vnd_publish()
|