Home
last modified time | relevance | path

Searched defs:cli (Results 1 – 25 of 46) sorted by relevance

12

/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dblob_cli.c18 #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 …]
Ddfu_cli.c20 #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 …]
Drpr_cli.c38 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 …]
Dhealth_cli.c43 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 …]
Dlarge_comp_data_cli.c33 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()
Dod_priv_proxy_cli.c19 static struct bt_mesh_od_priv_proxy_cli *cli; variable
Drpr_srv.c68 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
Dmain.c304 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()
Dsol_pdu_rpl_cli.c16 static struct bt_mesh_sol_pdu_rpl_cli *cli; variable
Dprov_bearer.h126 struct bt_mesh_rpr_cli *cli; member
Dop_agg_cli.c28 } cli; variable
Dsar_cfg_cli.c22 static struct bt_mesh_sar_cfg_cli *cli; variable
/Zephyr-Core-3.5.0/tests/drivers/clock_control/onoff/src/
Dtest_clock_control_onoff.c40 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/
Dhealth.c43 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
Dblob.c84 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()
Ddfu.c31 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/
Donoff.c123 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/
Dtemp_nrf5.c34 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/
Dvocs.c471 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/
Dnrf_clock_calibration.c70 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/
Dnrf_802154_clock_zephyr.c31 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/
Dlll_clock.c22 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/
Dtest_nrf_clock_calibration.c27 struct onoff_client cli; in turn_on_clock() local
/Zephyr-Core-3.5.0/tests/drivers/clock_control/nrf_onoff_and_bt/src/
Dmain.c24 static struct onoff_client cli; variable
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Dblob_srv.h144 uint16_t cli; member

12