/Zephyr-4.1.0/subsys/bluetooth/audio/ |
D | has_client.c | 265 bt_gatt_write_func_t func) in cp_write() argument 273 inst->params.write.func = func; in cp_write() 499 inst->params.read.func = active_index_read_cb; in active_index_read() 604 inst->params.discover.func = control_point_discover_cb; in control_point_discover() 667 inst->params.read.func = features_read_cb; in features_read() 807 inst->params.discover.func = features_discover_cb; in features_discover()
|
D | vcp_vol_ctlr.c | 308 vol_ctlr->read_params.func = internal_read_vol_state_cb; in vcp_vol_ctlr_write_vcs_cp_cb() 446 vol_ctlr->discover_params.func = vcs_discover_include_func; in vcs_discover_func() 540 vol_ctlr->discover_params.func = vcs_discover_func; in primary_discover_func() 562 vol_ctlr->write_params.func = vcp_vol_ctlr_write_vcs_cp_cb; in write_common_vcs_cp() 978 vol_ctlr->discover_params.func = primary_discover_func; in bt_vcp_vol_ctlr_discover() 1114 vol_ctlr->read_params.func = vcp_vol_ctlr_read_vol_state_cb; in bt_vcp_vol_ctlr_read_state() 1149 vol_ctlr->read_params.func = vcp_vol_ctlr_read_vol_flag_cb; in bt_vcp_vol_ctlr_read_flags() 1190 vol_ctlr->write_params.func = vcp_vol_ctlr_write_vcs_cp_cb; in write_set_vol_cp()
|
D | has.c | 569 static void preset_foreach(uint8_t start_index, uint8_t end_index, preset_func_t func, in preset_foreach() argument 583 if (func(preset, user_data) == BT_HAS_PRESET_ITER_STOP) { in preset_foreach() 764 client->params.ntf.func = control_point_ntf_complete; in control_point_send() 775 client->params.ind.func = control_point_ind_complete; in control_point_send() 1621 bt_has_preset_func_t func; member 1629 return data->func(preset->index, preset->properties, preset->name, data->user_data); in bt_has_preset_foreach_func() 1632 void bt_has_preset_foreach(uint8_t index, bt_has_preset_func_t func, void *user_data) in bt_has_preset_foreach() argument 1636 .func = func, in bt_has_preset_foreach()
|
/Zephyr-4.1.0/subsys/bluetooth/host/ |
D | att.c | 94 bt_gatt_complete_func_t func; member 652 bt_gatt_complete_func_t func = data->func; in chan_req_notif_sent() local 663 if (func) { in chan_req_notif_sent() 665 func(conn, ud); in chan_req_notif_sent() 911 __ASSERT_NO_MSG(req->func); in bt_att_chan_req_send() 958 bt_att_func_t func = NULL; in att_handle_rsp() local 979 func = chan->req->func; in att_handle_rsp() 980 chan->req->func = NULL; in att_handle_rsp() 990 if (func) { in att_handle_rsp() 991 func(chan->att->conn, err, pdu, len, params); in att_handle_rsp() [all …]
|
/Zephyr-4.1.0/samples/drivers/led/is31fl3216a/ |
D | README.rst | 16 :c:func:`led_write_channels` API.
|
/Zephyr-4.1.0/tests/bluetooth/tester/src/btp/ |
D | bttester.h | 48 uint8_t (*func)(const void *cmd, uint16_t cmd_len, member
|
/Zephyr-4.1.0/include/zephyr/bluetooth/mesh/ |
D | cdb.h | 244 void bt_mesh_cdb_node_foreach(bt_mesh_cdb_node_func_t func, void *user_data);
|
/Zephyr-4.1.0/doc/connectivity/bluetooth/api/mesh/ |
D | od_cli.rst | 29 :c:func:`bt_mesh_od_priv_proxy_cli_timeout_set`.
|
D | proxy.rst | 34 :func:`bt_mesh_proxy_solicit` function. To enable this feature, the device must to be compiled with 52 SRPL on the target by calling the :func:`bt_mesh_sol_pdu_rpl_clear` function. Communication between
|
/Zephyr-4.1.0/doc/services/pm/ |
D | device.rst | 79 :c:func:`pm_system_suspend()`. 119 APIs **must** check whether they can do so with :c:func:`k_can_yield`. 305 When :c:func:`pm_device_busy_set` is called, the device is marked as busy and 308 :c:func:`pm_device_busy_clear`. 372 :c:func:`pm_policy_device_power_lock_get` and release with 373 :c:func:`pm_policy_device_power_lock_put`. For example: 406 :c:func:`pm_device_wakeup_enable`. 427 later calling :c:func:`pm_device_wakeup_enable`.
|
/Zephyr-4.1.0/doc/connectivity/networking/api/ |
D | socket_service.rst | 40 * :c:func:`net_socket_service_register` 45 * :c:func:`net_socket_service_unregister` 142 :c:func:`net_socket_service_register` for the accepted socket.
|
/Zephyr-4.1.0/tests/kernel/smp/src/ |
D | main.c | 1023 k_thread_entry_t func = p2; in run_concurrency() local 1032 func, in run_concurrency() 1039 func, in run_concurrency() 1046 func, in run_concurrency()
|
/Zephyr-4.1.0/doc/connectivity/bluetooth/ |
D | bluetooth-dev.rst | 166 The Bluetooth subsystem is initialized using the :c:func:`bt_enable` 169 :c:func:`bt_enable`, the initialization happens asynchronously, and the 184 The key APIs employed by the beacon sample are :c:func:`bt_enable` 185 that's used to initialize Bluetooth and then :c:func:`bt_le_adv_start`
|
/Zephyr-4.1.0/kernel/ |
D | userspace.c | 178 extern void z_object_gperf_wordlist_foreach(_wordlist_cb_func_t func, 509 void k_object_wordlist_foreach(_wordlist_cb_func_t func, void *context) in k_object_wordlist_foreach() argument 513 z_object_gperf_wordlist_foreach(func, context); in k_object_wordlist_foreach() 518 func(&obj->kobj, context); in k_object_wordlist_foreach()
|
/Zephyr-4.1.0/tests/bsim/bluetooth/host/att/retry_on_sec_err/client/ |
D | main.c | 43 params.func = gatt_attr_read_cb; in gatt_attr_read()
|
/Zephyr-4.1.0/doc/services/ |
D | notify.rst | 8 completes, and whether it succeeded. Using :c:func:`k_poll` is
|
/Zephyr-4.1.0/tests/net/mgmt/src/ |
D | mgmt.c | 321 static int test_core_event(uint32_t event, bool (*func)(void)) in test_core_event() 332 zassert_true(func(), "func() check failed"); in test_core_event()
|
/Zephyr-4.1.0/tests/bluetooth/mesh/rpl/src/ |
D | main.c | 160 static void call_rpl_check_on(int func, int cnt, struct test_rpl_entry *entry) in call_rpl_check_on() argument 162 settings_func = func; in call_rpl_check_on()
|
/Zephyr-4.1.0/tests/bluetooth/tester/src/ |
D | btp_ots.c | 137 .func = ots_supported_commands 143 .func = register_object
|
/Zephyr-4.1.0/doc/services/retention/ |
D | blinfo.rst | 90 By default, only the lookup function is provided: :c:func:`blinfo_lookup`, the 103 :c:func:`settings_runtime_get` function with the following keys:
|
/Zephyr-4.1.0/tests/bsim/bluetooth/host/att/open_close/src/ |
D | main.c | 185 closet[p].func = gatt_read_cb; in a_test_iteration()
|
/Zephyr-4.1.0/tests/bsim/bluetooth/host/gatt/notify_stress/src/ |
D | gatt_server_test.c | 113 .func = notification_sent, in notify()
|
/Zephyr-4.1.0/include/zephyr/ |
D | net_buf.h | 1346 const char *func, 1383 const char *func, 1416 const char *func, int line); 1493 void net_buf_unref_debug(struct net_buf *buf, const char *func, int line); 2547 const char *func, int line);
|
/Zephyr-4.1.0/doc/services/rtio/ |
D | index.rst | 129 SQE has not yet started, it's likely that a call to :c:func:`rtio_sqe_cancel` 162 :c:func:`rtio_sqe_prep_read` (which takes a pointer to a buffer and a length) 163 with a call to :c:func:`rtio_sqe_prep_read_with_pool`. The iodev requires 167 by calling :c:func:`rtio_sqe_rx_buf` like so: 181 :c:func:`rtio_cqe_get_mempool_buffer`.
|
/Zephyr-4.1.0/drivers/pinctrl/renesas/rcar/ |
D | pfc_rcar.c | 99 val |= (rcar_func->func << rcar_func->shift); in pfc_rcar_set_ipsr() 343 pfc_rcar_set_ipsr(pfc_base, &pin->func); in pinctrl_configure_pin()
|