Zephyr API Documentation
4.0.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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
kscan_callback_t
)(const struct device *dev, uint32_t row, uint32_t column, bool pressed)
Global
kscan_config
(const struct device *dev, kscan_callback_t callback)
Global
kscan_disable_callback
(const struct device *dev)
Global
kscan_enable_callback
(const struct device *dev)
Module
kscan_interface
Global
net_buf_get
(struct
k_fifo
*fifo,
k_timeout_t
timeout)
Use
k_fifo_get()
instead.
Global
net_buf_put
(struct
k_fifo
*fifo, struct
net_buf
*buf)
Use
k_fifo_put()
instead.
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
PWM_STM32_COMPLEMENTARY
Use the PWM complementary
STM32_PWM_COMPLEMENTARY
flag instead.
Generated on Sun Dec 22 2024 00:03:11 for Zephyr API Documentation by
1.12.0