Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Deprecated List
Global BT_LE_ADV_CONN
This is a convenience macro for BT_LE_ADV_OPT_CONNECTABLE, which is deprecated. Please use BT_LE_ADV_CONN_FAST_1 or BT_LE_ADV_CONN_FAST_2 instead.
Global BT_LE_ADV_CONN_NAME
This macro will be removed in the near future, see https://github.com/zephyrproject-rtos/zephyr/issues/71686
Global BT_LE_ADV_CONN_NAME_AD
This macro will be removed in the near future, see https://github.com/zephyrproject-rtos/zephyr/issues/71686
Global BT_LE_ADV_NCONN_NAME
This macro will be removed in the near future, see https://github.com/zephyrproject-rtos/zephyr/issues/71686
Global BT_LE_ADV_OPT_CONNECTABLE
Use BT_LE_ADV_OPT_CONN instead.
Global BT_LE_ADV_OPT_FORCE_NAME_IN_AD
This option will be removed in the near future, see https://github.com/zephyrproject-rtos/zephyr/issues/71686
Global BT_LE_ADV_OPT_ONE_TIME
Use BT_LE_ADV_OPT_CONN instead.
Global BT_LE_ADV_OPT_USE_NAME
This option will be removed in the near future, see https://github.com/zephyrproject-rtos/zephyr/issues/71686
Global BT_LE_EXT_ADV_CODED_NCONN_NAME
This macro will be removed in the near future, see https://github.com/zephyrproject-rtos/zephyr/issues/71686
Global BT_LE_EXT_ADV_CONN_NAME
This macro will be removed in the near future, see https://github.com/zephyrproject-rtos/zephyr/issues/71686
Global BT_LE_EXT_ADV_NCONN_NAME
This macro will be removed in the near future, see https://github.com/zephyrproject-rtos/zephyr/issues/71686
Global BT_LE_EXT_ADV_SCAN_NAME
This macro will be removed in the near future, see https://github.com/zephyrproject-rtos/zephyr/issues/71686
Global IEEE802154_HW_SLEEP_TO_TX
Drivers and L2 SHALL not introduce additional references to this capability and remove existing ones as outlined in #63670.
Global net_if_ipv4_get_netmask (struct net_if *iface)
Use net_if_ipv4_get_netmask_by_addr() instead.
Global net_if_ipv4_set_netmask (struct net_if *iface, const struct in_addr *netmask)
Use net_if_ipv4_set_netmask_by_addr() instead.
Global net_if_ipv4_set_netmask_by_index (int index, const struct in_addr *netmask)
Use net_if_ipv4_set_netmask_by_addr() instead.
Global openthread_api_mutex_lock (struct openthread_context *ot_context)
use openthread_mutex_lock.
Global openthread_api_mutex_try_lock (struct openthread_context *ot_context)
use openthread_mutex_try_lock instead.
Global openthread_api_mutex_unlock (struct openthread_context *ot_context)
use openthread_mutex_unlock instead.
Global openthread_start (struct openthread_context *ot_context)
use openthread_run instead.
Struct openthread_state_changed_cb
use openthread_state_changed_callback instead.
Global openthread_state_changed_cb_register (struct openthread_context *ot_context, struct openthread_state_changed_cb *cb)
use openthread_state_changed_callback_register instead.
Global openthread_state_changed_cb_unregister (struct openthread_context *ot_context, struct openthread_state_changed_cb *cb)
use openthread_state_changed_callback_unregister instead.
Global PWM_STM32_COMPLEMENTARY
Use the PWM complementary STM32_PWM_COMPLEMENTARY flag instead.
Global stream_flash_erase_page (struct stream_flash_ctx *ctx, off_t off)
Use flash_area_erase() or flash_erase(). Note that there is no Stream Flash API equivalent for that.
Global TLS_CREDENTIAL_SERVER_CERTIFICATE
Use TLS_CREDENTIAL_PUBLIC_CERTIFICATE instead.