/Zephyr-4.1.0/subsys/net/lib/lwm2m/ |
D | lwm2m_senml_cbor.patch | 22 #define log_result(state, result, func) do { \ 89 #define log_result(state, result, func) do { \
|
/Zephyr-4.1.0/drivers/i2c/ |
D | i2c_ll_stm32.c | 473 void i2c_stm32_smbalert_set_callback(const struct device *dev, i2c_stm32_smbalert_cb_func_t func, in i2c_stm32_smbalert_set_callback() argument 478 data->smbalert_cb_func = func; in i2c_stm32_smbalert_set_callback()
|
/Zephyr-4.1.0/doc/kernel/object_cores/ |
D | index.rst | 140 type. These are :c:func:`k_obj_type_walk_locked` and 141 :c:func:`k_obj_type_walk_unlocked`. The following code builds upon the example
|
/Zephyr-4.1.0/subsys/bluetooth/audio/ |
D | tbs_client.c | 80 tbs_instance_find_func_t func, void *user_data) in tbs_instance_find() argument 83 if (func(&server->gtbs_inst, user_data)) { in tbs_instance_find() 89 if (func(&server->tbs_insts[i], user_data)) { in tbs_instance_find() 775 bt_gatt_read_func_t func) in tbs_client_gatt_read() argument 787 inst->read_params.func = func; in tbs_client_gatt_read() 1766 srv_inst->discover_params.func = discover_func; in discover_next_instance() 1838 params->func = primary_discover_tbs_cb; in primary_discover_tbs() 1895 params->func = primary_discover_gtbs_cb; in primary_discover_gtbs()
|
D | bap_broadcast_assistant.c | 470 inst->read_params.func = broadcast_assistant_bap_ntf_read_func; in long_bap_read() 776 inst->disc_params.func = char_discover_func; in service_discover_func() 870 inst->write_params.func = bap_broadcast_assistant_write_cp_cb; in bt_bap_broadcast_assistant_common_cp() 1064 inst->disc_params.func = service_discover_func; in bt_bap_broadcast_assistant_discover() 1684 inst->read_params.func = read_recv_state_cb; in read_recv_state()
|
D | bap_unicast_client.c | 1720 client->read_params.func = unicast_client_ase_ntf_read_func; in long_ase_read() 2182 client->write_params.func = gatt_write_cb; in bt_bap_unicast_client_ep_send() 3637 client->disc_params.func = unicast_client_cp_discover_func; in unicast_client_ase_cp_discover() 3783 client->read_params.func = unicast_client_ase_read_func; in unicast_client_ase_discover_cb() 3812 client->disc_params.func = unicast_client_ase_discover_cb; in unicast_client_ase_discover() 3902 client->read_params.func = unicast_client_pacs_avail_ctx_read_func; in unicast_client_pacs_avail_ctx_read() 3984 client->disc_params.func = unicast_client_pacs_avail_ctx_discover_cb; in unicast_client_pacs_avail_ctx_discover() 4087 client->read_params.func = unicast_client_pacs_location_read_func; in unicast_client_pacs_location_read() 4172 client->disc_params.func = unicast_client_pacs_location_discover_cb; in unicast_client_pacs_location_discover() 4237 client->read_params.func = unicast_client_pacs_context_read_func; in unicast_client_pacs_context_discover_cb() [all …]
|
/Zephyr-4.1.0/subsys/bluetooth/services/ots/ |
D | ots_client.c | 556 otc_inst->read_proc.func = read_feature_cb; in bt_ots_client_read_feature() 606 inst->otc_inst->write_params.func = write_olcp_cb; in write_olcp() 1101 inst->otc_inst->read_proc.func = cb; in read_attr() 1246 inst->otc_inst->write_params.func = write_oacp_cp_cb; in oacp_read() 1305 inst->otc_inst->write_params.func = write_oacp_cp_write_req_cb; in oacp_write() 1350 inst->otc_inst->write_params.func = write_oacp_cp_cb; in oacp_checksum()
|
D | ots_olcp.c | 224 ots->olcp_ind.params.func = olcp_ind_cb; in olcp_ind_send()
|
/Zephyr-4.1.0/doc/connectivity/networking/conn_mgr/ |
D | implementation.rst | 205 …onn_mgr_conn_api.connect` should conform to the behavior described for :c:func:`conn_mgr_if_connec… 212 …(for example, network SSID, or PSK, if applicable), before the call to :c:func:`conn_mgr_if_connec… 213 It should not be necessary to provide this information as part of, or following the :c:func:`conn_m… 331 For example, do not use :c:func:`net_if_get_default` under the assumption that the bound iface will… 361 …multiple threads, so modifying or reading from a binding without first :c:func:`locking it <conn_m… 365 Make sure to :c:func:`unlock <conn_mgr_binding_unlock>` the binding when you are done accessing it.
|
/Zephyr-4.1.0/subsys/bluetooth/mesh/ |
D | pb_gatt_srv.c | 267 .func = end, in gatt_send()
|
/Zephyr-4.1.0/doc/build/dts/ |
D | zephyr-user-node.rst | 131 :c:func:`gpio_pin_configure_dt` for details on these APIs.)
|
/Zephyr-4.1.0/tests/bsim/bluetooth/host/gatt/notify_stress/src/ |
D | gatt_client_test.c | 164 discover_params.func = discover_func; in gatt_discover()
|
/Zephyr-4.1.0/doc/develop/languages/c/ |
D | minimal_libc.rst | 31 and ``sprintf`` to the :c:func:`cbprintf` function, which is Zephyr's own
|
/Zephyr-4.1.0/include/zephyr/bluetooth/classic/ |
D | sdp.h | 547 bt_sdp_discover_func_t func; member
|
/Zephyr-4.1.0/doc/kernel/drivers/ |
D | index.rst | 344 the use of kernel services. :c:func:`DEVICE_DEFINE()` and related APIs 376 still in pre-kernel states by using the :c:func:`k_is_pre_kernel` 384 the device is initialized when the application calls :c:func:`device_init`. 452 :c:func:`device_map`. 621 is the case with PCI-E. In this case the :c:func:`device_map` function
|
/Zephyr-4.1.0/doc/releases/ |
D | release-notes-2.6.rst | 51 * The :c:func:`wait_for_usb_dfu` function now accepts a ``k_timeout_t`` argument instead of 54 * Added disconnect reason to the :c:func:`disconnected` callback of :c:struct:`bt_iso_chan_ops`. 56 * Align error handling of :c:func:bt_l2cap_chan_send and 57 :c:func:`bt_iso_chan_send` so when an error occur the buffer is not unref. 59 * Added :c:func:`lwm2m_engine_delete_obj_inst` function to the LwM2M library API. 106 * :c:func:`flash_write_protection_set()`. 131 * :c:func:`k_work_pending()` replace with :c:func:`k_work_is_pending()` 132 * :c:func:`k_work_q_start()` replace with :c:func:`k_work_queue_start()` 134 * :c:func:`k_delayed_work_init()` replace with 135 :c:func:`k_work_init_delayable` [all …]
|
D | release-notes-3.2.rst | 90 * The error code for :c:func:`can_send` when the CAN controller is in bus off state has been 100 * Added :c:func:`sys_mm_drv_update_page_flags` and 101 :c:func:`sys_mm_drv_update_region_flags` to update flags associated 199 * Added :c:func:`can_start` and :c:func:`can_stop` API functions for starting and stopping a CAN 200 controller. Applications will need to call :c:func:`can_start` to bring the CAN controller out 202 * Added :c:func:`can_get_capabilities` for retrieving a bitmask of the capabilities supported by a 256 * :c:func:`arch_mem_map` now supports :c:enumerator:`K_MEM_PERM_USER`. 283 * Added new TLS-based :c:func:`arch_is_user_context` implementation. 286 * :c:func:`semihost_exec` function is now aligned at 16-byte boundary. 333 * Added a new callback :c:func:`rpa_expired` in the struct [all …]
|
/Zephyr-4.1.0/doc/develop/test/ |
D | ztest.rst | 22 :c:func:`ztest_run_all` and should return a boolean to decide if the suite should run. 183 While the Ztest framework provides a default :c:func:`test_main` function, it's possible that some 188 using the ``predicate`` to control when it would run. In that case, the :c:func:`test_main` 327 report a skip using :c:func:`ztest_test_skip` or :c:macro:`Z_TEST_SKIP_IFDEF`. If the test runs, 444 Execution can be prematurely completed by specifying a test timeout (:c:func:`ztress_set_timeout`) 445 or an explicit abort (:c:func:`ztress_abort`).
|
/Zephyr-4.1.0/drivers/gpio/ |
D | gpio_stm32.h | 276 int gpio_stm32_configure(const struct device *dev, gpio_pin_t pin, uint32_t conf, uint32_t func);
|
/Zephyr-4.1.0/tests/bsim/bluetooth/host/security/ccc_update/src/ |
D | central.c | 64 params.func = gatt_write_cb; in gatt_write()
|
/Zephyr-4.1.0/include/zephyr/bluetooth/ |
D | cs.h | 706 bool (*func)(struct bt_le_cs_subevent_step *step, void *user_data),
|
/Zephyr-4.1.0/subsys/bluetooth/host/classic/ |
D | avrcp.c | 43 void (*func)(struct bt_avrcp *avrcp, struct net_buf *buf, bt_avctp_cr_t cr); member 392 handler[i].func(avrcp, buf, cr); in avrcp_recv()
|
D | a2dp.c | 507 a2dp->get_capabilities_param.req.func = bt_a2dp_get_capabilities_cb; in bt_a2dp_get_sep_caps() 598 a2dp->discover_param.req.func = bt_a2dp_discover_cb; in bt_a2dp_discover() 625 a2dp->set_config_param.req.func = cb; in bt_a2dp_stream_config_set_param() 756 a2dp->ctrl_param.req.func = cb; in bt_a2dp_stream_ctrl_pre()
|
/Zephyr-4.1.0/subsys/bluetooth/host/ |
D | hci_raw.c | 280 status = cmd->func(buf); in bt_send_ext()
|
/Zephyr-4.1.0/samples/bluetooth/central_multilink/src/ |
D | central_multilink.c | 130 mtu_exchange_params[conn_index].func = mtu_exchange_cb; in mtu_exchange()
|