Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
Deprecated List
Global bt_gatt_subscribe_params::write
Module bt_hci_driver
This is the old HCI driver API. Drivers should use Bluetooth HCI APIs instead.
Global bt_hci_driver_register (const struct bt_hci_driver *drv)
Use the new HCI driver interface instead: Bluetooth HCI APIs
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_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_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 bt_recv (struct net_buf *buf)
Use the new HCI driver interface instead: Bluetooth HCI APIs
Global can_calc_prescaler (const struct device *dev, struct can_timing *timing, uint32_t bitrate)
This function allows for bitrate errors, but bitrate errors between nodes on the same network leads to them drifting apart after the start-of-frame (SOF) synchronization has taken place.
Global can_get_max_bitrate (const struct device *dev, uint32_t *max_bitrate)
Use can_get_bitrate_max() instead.
Global can_get_min_bitrate (const struct device *dev, uint32_t *min_bitrate)
Use can_get_bitrate_min() instead.
Global CAN_MAX_EXT_ID
Use CAN_EXT_ID_MASK instead.
Global CAN_MAX_STD_ID
Use CAN_STD_ID_MASK instead.
Global CBPRINTF_PACKAGE_COPY_KEEP_RO_STR
Use CBPRINTF_PACKAGE_CONVERT_KEEP_RO_STR instead.
Global CBPRINTF_PACKAGE_COPY_RO_STR
Use CBPRINTF_PACKAGE_CONVERT_RO_STR instead.
Global CBPRINTF_PACKAGE_COPY_RW_STR
Use CBPRINTF_PACKAGE_CONVERT_RW_STR instead.
Global ceiling_fraction (numerator, divider)
Use DIV_ROUND_UP() instead.
Global K_THREAD_STACK_MEMBER (sym, size)
This is now deprecated, as stacks defined in this way are not usable from user mode. Use K_KERNEL_STACK_MEMBER.
Global lwm2m_get_u64 (const struct lwm2m_obj_path *path, uint64_t *value)
Unsigned 64bit value type does not exits. This is internally handled as a int64_t. Use lwm2m_get_s64() instead.
Global lwm2m_set_u64 (const struct lwm2m_obj_path *path, uint64_t value)
Unsigned 64bit value type does not exits. This is internally handled as a int64_t. Use lwm2m_set_s64() 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.
Global smp_add_cmd_ret (zcbor_state_t *zse, uint16_t group, uint16_t ret)
Deprecated after Zephyr 3.4, use smp_add_cmd_err() instead