/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/ |
D | blob_cli.c | 18 #define TARGETS_FOR_EACH(cli, target) \ argument 27 #define CLIENT_TIMEOUT_MSEC(cli) (10 * MSEC_PER_SEC * (cli->inputs->timeout_base + 2) + \ argument 32 #define SENDING_CHUNKS_IN_PULL_MODE(cli) ((cli)->state == BT_MESH_BLOB_CLI_STATE_BLOCK_SEND && \ argument 34 #define UNICAST_MODE(cli) ((cli)->inputs->group == BT_MESH_ADDR_UNASSIGNED || \ argument 62 static void start_retry_timer(struct bt_mesh_blob_cli *cli) in start_retry_timer() 91 static void cli_state_reset(struct bt_mesh_blob_cli *cli) in cli_state_reset() 101 static struct bt_mesh_blob_target *target_get(struct bt_mesh_blob_cli *cli, in target_get() 116 static void target_drop(struct bt_mesh_blob_cli *cli, in target_drop() 128 static uint32_t targets_reset(struct bt_mesh_blob_cli *cli) in targets_reset() 143 static bool targets_active(struct bt_mesh_blob_cli *cli) in targets_active() [all …]
|
D | dfu_cli.c | 20 #define TARGETS_FOR_EACH(cli, target) \ argument 24 #define MSG_CTX(cli, dst) \ argument 71 static struct bt_mesh_dfu_target *target_get(struct bt_mesh_dfu_cli *cli, in target_get() 85 static void target_failed(struct bt_mesh_dfu_cli *cli, in target_failed() 105 static void dfu_complete(struct bt_mesh_dfu_cli *cli) in dfu_complete() 114 static void dfu_applied(struct bt_mesh_dfu_cli *cli) in dfu_applied() 125 static void dfu_failed(struct bt_mesh_dfu_cli *cli, in dfu_failed() 137 static int req_setup(struct bt_mesh_dfu_cli *cli, enum req type, uint16_t addr, in req_setup() 151 static int req_wait(struct bt_mesh_dfu_cli *cli, k_timeout_t timeout) in req_wait() 161 static bool targets_active(struct bt_mesh_dfu_cli *cli) in targets_active() [all …]
|
D | rpr_cli.c | 38 struct bt_mesh_rpr_cli *cli; member 50 static void link_report(struct bt_mesh_rpr_cli *cli, in link_report() 81 static void tx_complete(struct bt_mesh_rpr_cli *cli, int err, void *cb_data) in tx_complete() 97 struct bt_mesh_rpr_cli *cli = mod->user_data; in handle_extended_scan_report() local 130 struct bt_mesh_rpr_cli *cli = mod->user_data; in handle_link_report() local 167 struct bt_mesh_rpr_cli *cli = mod->user_data; in handle_link_status() local 201 struct bt_mesh_rpr_cli *cli = mod->user_data; in handle_pdu_outbound_report() local 232 struct bt_mesh_rpr_cli *cli = mod->user_data; in handle_pdu_report() local 263 struct bt_mesh_rpr_cli *cli = mod->user_data; in handle_scan_caps_status() local 287 struct bt_mesh_rpr_cli *cli = mod->user_data; in handle_scan_report() local [all …]
|
D | health_cli.c | 43 struct bt_mesh_health_cli *cli = model->user_data; in health_fault_status() local 96 struct bt_mesh_health_cli *cli = model->user_data; in health_current_status() local 124 struct bt_mesh_health_cli *cli = model->user_data; in health_period_status() local 158 struct bt_mesh_health_cli *cli = model->user_data; in health_attention_status() local 190 int bt_mesh_health_cli_attention_get(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx, in bt_mesh_health_cli_attention_get() 210 int bt_mesh_health_cli_attention_set(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx, in bt_mesh_health_cli_attention_set() 231 int bt_mesh_health_cli_attention_set_unack(struct bt_mesh_health_cli *cli, in bt_mesh_health_cli_attention_set_unack() 242 int bt_mesh_health_cli_period_get(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx, in bt_mesh_health_cli_period_get() 262 int bt_mesh_health_cli_period_set(struct bt_mesh_health_cli *cli, struct bt_mesh_msg_ctx *ctx, in bt_mesh_health_cli_period_set() 283 int bt_mesh_health_cli_period_set_unack(struct bt_mesh_health_cli *cli, in bt_mesh_health_cli_period_set_unack() [all …]
|
D | large_comp_data_cli.c | 33 static struct bt_mesh_large_comp_data_cli *cli; variable 38 void (*cb)(struct bt_mesh_large_comp_data_cli *cli, uint16_t addr, in data_status()
|
D | od_priv_proxy_cli.c | 19 static struct bt_mesh_od_priv_proxy_cli *cli; variable
|
D | rpr_srv.c | 68 struct bt_mesh_rpr_node cli; member 78 struct bt_mesh_rpr_node cli; member 563 struct bt_mesh_rpr_node cli = RPR_NODE(ctx); in handle_scan_start() local 629 struct bt_mesh_rpr_node cli = RPR_NODE(ctx); in handle_extended_scan_start() local 814 struct bt_mesh_rpr_node cli = RPR_NODE(ctx); in handle_link_open() local 944 struct bt_mesh_rpr_node cli = RPR_NODE(ctx); in handle_link_close() local 981 struct bt_mesh_rpr_node cli = RPR_NODE(ctx); in handle_pdu_send() local
|
D | main.c | 304 int bt_mesh_provision_remote(struct bt_mesh_rpr_cli *cli, in bt_mesh_provision_remote() 325 int bt_mesh_reprovision_remote(struct bt_mesh_rpr_cli *cli, in bt_mesh_reprovision_remote()
|
D | sol_pdu_rpl_cli.c | 16 static struct bt_mesh_sol_pdu_rpl_cli *cli; variable
|
D | prov_bearer.h | 126 struct bt_mesh_rpr_cli *cli; member
|
D | op_agg_cli.c | 28 } cli; variable
|
D | sar_cfg_cli.c | 22 static struct bt_mesh_sar_cfg_cli *cli; variable
|
/Zephyr-Core-3.5.0/tests/drivers/clock_control/onoff/src/ |
D | test_clock_control_onoff.c | 40 struct onoff_client cli; in ZTEST() local 63 struct onoff_client cli; in ZTEST() local 83 static void request_cb(struct onoff_manager *mgr, struct onoff_client *cli, in request_cb() 98 struct onoff_client cli; in ZTEST() local
|
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/shell/ |
D | health.c | 43 struct bt_mesh_health_cli *cli = mod->user_data; in cmd_fault_get() local 77 struct bt_mesh_health_cli *cli = mod->user_data; in fault_clear() local 129 struct bt_mesh_health_cli *cli = mod->user_data; in fault_test() local 182 struct bt_mesh_health_cli *cli = mod->user_data; in cmd_period_get() local 204 struct bt_mesh_health_cli *cli = mod->user_data; in period_set() local 254 struct bt_mesh_health_cli *cli = mod->user_data; in cmd_attention_get() local 276 struct bt_mesh_health_cli *cli = mod->user_data; in attention_set() local
|
D | blob.c | 84 static void blob_cli_lost_target(struct bt_mesh_blob_cli *cli, in blob_cli_lost_target() 92 static void blob_cli_caps(struct bt_mesh_blob_cli *cli, in blob_cli_caps() 120 static void blob_cli_end(struct bt_mesh_blob_cli *cli, in blob_cli_end() 148 static void xfer_progress(struct bt_mesh_blob_cli *cli, in xfer_progress() 161 static void xfer_progress_complete(struct bt_mesh_blob_cli *cli) in xfer_progress_complete()
|
D | dfu.c | 31 static void dfu_cli_ended(struct bt_mesh_dfu_cli *cli, in dfu_cli_ended() 37 static void dfu_cli_applied(struct bt_mesh_dfu_cli *cli) in dfu_cli_applied() 42 static void dfu_cli_lost_target(struct bt_mesh_dfu_cli *cli, in dfu_cli_lost_target() 48 static void dfu_cli_confirmed(struct bt_mesh_dfu_cli *cli) in dfu_cli_confirmed() 611 static enum bt_mesh_dfu_iter dfu_img_cb(struct bt_mesh_dfu_cli *cli, in dfu_img_cb()
|
/Zephyr-Core-3.5.0/lib/os/ |
D | onoff.c | 123 struct onoff_client *cli) in validate_args() 169 struct onoff_client *cli, in notify_one() 188 struct onoff_client *cli = in notify_all() local 422 struct onoff_client *cli) in onoff_request() 510 struct onoff_client *cli) in onoff_reset() 546 struct onoff_client *cli) in onoff_cancel() 616 struct onoff_client *cli, in onoff_sync_finalize()
|
/Zephyr-Core-3.5.0/drivers/sensor/nrf5/ |
D | temp_nrf5.c | 34 struct onoff_client *cli, in hfclk_on_callback() 45 struct onoff_client cli; in temp_nrf5_sample_fetch() local
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | vocs.c | 471 struct bt_vocs_client *cli = CONTAINER_OF(inst, struct bt_vocs_client, vocs); in bt_vocs_state_get() local 494 struct bt_vocs_client *cli = CONTAINER_OF(inst, struct bt_vocs_client, vocs); in bt_vocs_location_get() local 517 struct bt_vocs_client *cli = CONTAINER_OF(inst, struct bt_vocs_client, vocs); in bt_vocs_location_set() local 537 struct bt_vocs_client *cli = CONTAINER_OF(inst, struct bt_vocs_client, vocs); in bt_vocs_state_set() local 562 struct bt_vocs_client *cli = CONTAINER_OF(inst, struct bt_vocs_client, vocs); in bt_vocs_description_get() local 590 struct bt_vocs_client *cli = CONTAINER_OF(inst, struct bt_vocs_client, vocs); in bt_vocs_description_set() local
|
/Zephyr-Core-3.5.0/drivers/clock_control/ |
D | nrf_clock_calibration.c | 70 static void clk_request(struct onoff_manager *mgr, struct onoff_client *cli, in clk_request() 109 struct onoff_client *cli, in cal_lf_callback() 165 struct onoff_client *cli, in cal_hf_callback()
|
/Zephyr-Core-3.5.0/modules/hal_nordic/nrf_802154/sl_opensource/platform/ |
D | nrf_802154_clock_zephyr.c | 31 struct onoff_client *cli, in hfclk_on_callback() 72 struct onoff_client *cli, in lfclk_on_callback()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_clock.c | 22 struct onoff_client cli; member 29 static void clock_ready(struct onoff_manager *mgr, struct onoff_client *cli, in clock_ready()
|
/Zephyr-Core-3.5.0/tests/drivers/clock_control/nrf_clock_calibration/src/ |
D | test_nrf_clock_calibration.c | 27 struct onoff_client cli; in turn_on_clock() local
|
/Zephyr-Core-3.5.0/tests/drivers/clock_control/nrf_onoff_and_bt/src/ |
D | main.c | 24 static struct onoff_client cli; variable
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/ |
D | blob_srv.h | 144 uint16_t cli; member
|