Skip to content

Instantly share code, notes, and snippets.

@bulislaw
Created March 16, 2020 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bulislaw/aaa397065fa79d95218502f22c866e56 to your computer and use it in GitHub Desktop.
Save bulislaw/aaa397065fa79d95218502f22c866e56 to your computer and use it in GitHub Desktop.
TESTS/mbedmicro-mbed/attributes/attributes.c:164:MBED_DEPRECATED("this message should not be displayed")
TESTS/mbedmicro-mbed/attributes/attributes.c-165-void testDeprecatedUnused();
TESTS/mbedmicro-mbed/attributes/attributes.c-166-void testDeprecatedUnused() { }
TESTS/mbedmicro-mbed/attributes/attributes.c-167-
TESTS/mbedmicro-mbed/attributes/attributes.c:168:MBED_DEPRECATED("this message should be displayed")
TESTS/mbedmicro-mbed/attributes/attributes.c-169-int testDeprecatedUsed();
TESTS/mbedmicro-mbed/attributes/attributes.c-170-int testDeprecatedUsed()
TESTS/mbedmicro-mbed/attributes/attributes.c-171-{
TESTS/mbedmicro-mbed/attributes/attributes.c-172- return 0;
TESTS/mbedmicro-mbed/attributes/attributes.c-173-}
--
TESTS/mbedmicro-mbed/attributes/attributes.c:175:MBED_DEPRECATED_SINCE("mbed-os-3.14", "this message should not be displayed")
TESTS/mbedmicro-mbed/attributes/attributes.c-176-void testDeprecatedSinceUnused();
TESTS/mbedmicro-mbed/attributes/attributes.c-177-void testDeprecatedSinceUnused() { }
TESTS/mbedmicro-mbed/attributes/attributes.c-178-
TESTS/mbedmicro-mbed/attributes/attributes.c:179:MBED_DEPRECATED_SINCE("mbed-os-3.14", "this message should be displayed")
TESTS/mbedmicro-mbed/attributes/attributes.c-180-int testDeprecatedSinceUsed();
TESTS/mbedmicro-mbed/attributes/attributes.c-181-int testDeprecatedSinceUsed()
TESTS/mbedmicro-mbed/attributes/attributes.c-182-{
TESTS/mbedmicro-mbed/attributes/attributes.c-183- return 0;
TESTS/mbedmicro-mbed/attributes/attributes.c-184-}
--
TESTS/network/emac/emac_TestNetworkStack.h:97: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
TESTS/network/emac/emac_TestNetworkStack.h-98- virtual char *get_ip_address(char *buf, nsapi_size_t buflen);
TESTS/network/emac/emac_TestNetworkStack.h-99-
TESTS/network/emac/emac_TestNetworkStack.h-100- /** Copies netmask of the network interface to user supplied buffer
TESTS/network/emac/emac_TestNetworkStack.h-101- *
TESTS/network/emac/emac_TestNetworkStack.h-102- * @param buf buffer to which netmask will be copied as "W:X:Y:Z"
--
TESTS/network/emac/emac_TestNetworkStack.h:108: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
TESTS/network/emac/emac_TestNetworkStack.h-109- virtual char *get_netmask(char *buf, nsapi_size_t buflen);
TESTS/network/emac/emac_TestNetworkStack.h-110-
TESTS/network/emac/emac_TestNetworkStack.h-111- /** Copies gateway address of the network interface to user supplied buffer
TESTS/network/emac/emac_TestNetworkStack.h-112- *
TESTS/network/emac/emac_TestNetworkStack.h-113- * @param buf buffer to which gateway address will be copied as "W:X:Y:Z"
--
TESTS/network/emac/emac_TestNetworkStack.h:119: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
TESTS/network/emac/emac_TestNetworkStack.h-120- virtual char *get_gateway(char *buf, nsapi_size_t buflen);
TESTS/network/emac/emac_TestNetworkStack.h-121-
TESTS/network/emac/emac_TestNetworkStack.h-122- private:
TESTS/network/emac/emac_TestNetworkStack.h-123- friend EmacTestNetworkStack;
TESTS/network/emac/emac_TestNetworkStack.h-124-
--
components/wifi/esp8266-driver/ESP8266Interface.h:144: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
components/wifi/esp8266-driver/ESP8266Interface.h-145- virtual const char *get_ip_address();
components/wifi/esp8266-driver/ESP8266Interface.h-146-
components/wifi/esp8266-driver/ESP8266Interface.h-147- /** Get the internally stored MAC address
components/wifi/esp8266-driver/ESP8266Interface.h-148- * @return MAC address of the interface
components/wifi/esp8266-driver/ESP8266Interface.h-149- */
--
components/wifi/esp8266-driver/ESP8266Interface.h:159: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
components/wifi/esp8266-driver/ESP8266Interface.h-160- virtual const char *get_gateway();
components/wifi/esp8266-driver/ESP8266Interface.h-161-
components/wifi/esp8266-driver/ESP8266Interface.h-162- /** Get the local network mask
components/wifi/esp8266-driver/ESP8266Interface.h-163- *
components/wifi/esp8266-driver/ESP8266Interface.h-164- * @return Null-terminated representation of the local network mask
--
components/wifi/esp8266-driver/ESP8266Interface.h:169: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
components/wifi/esp8266-driver/ESP8266Interface.h-170- virtual const char *get_netmask();
components/wifi/esp8266-driver/ESP8266Interface.h-171-
components/wifi/esp8266-driver/ESP8266Interface.h-172- /** Get the network interface name
components/wifi/esp8266-driver/ESP8266Interface.h-173- *
components/wifi/esp8266-driver/ESP8266Interface.h-174- * @return Null-terminated representation of the network interface name
--
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h:37:MBED_DEPRECATED("ITS specific types should not be used")
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h-38-typedef psa_status_t psa_its_status_t;
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h-39-
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h:40:MBED_DEPRECATED("ITS specific types should not be used")
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h-41-typedef psa_storage_create_flags_t psa_its_create_flags_t;
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h-42-
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h:43:MBED_DEPRECATED("ITS specific types should not be used")
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h-44-typedef psa_storage_uid_t psa_its_uid_t;
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h-45-
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h:46:MBED_DEPRECATED("ITS specific types should not be used")
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h-47-#define psa_its_info_t psa_storage_info_t
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h-48-
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h-49-// These defines should also be deprecated
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h-50-#define PSA_ITS_SUCCESS PSA_SUCCESS
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h-51-#define PSA_ITS_ERROR_UID_NOT_FOUND PSA_ERROR_DOES_NOT_EXIST
--
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h:61:MBED_DEPRECATED("PS specific types should not be used")
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h-62-typedef psa_status_t psa_ps_status_t;
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h:63:MBED_DEPRECATED("PS specific types should not be used")
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h-64-typedef psa_storage_uid_t psa_ps_uid_t;
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h:65:MBED_DEPRECATED("PS specific types should not be used")
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h-66-typedef psa_storage_create_flags_t psa_ps_create_flags_t;
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h:67:MBED_DEPRECATED("PS specific types should not be used")
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h-68-#define psa_ps_info_t psa_storage_info_t
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h-69-
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h-70-#define PSA_PS_SUCCESS PSA_SUCCESS
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h-71-#define PSA_PS_ERROR_UID_NOT_FOUND PSA_ERROR_DOES_NOT_EXIST
components/TARGET_PSA/services/storage/its/psa_prot_internal_storage.h-72-#define PSA_PS_ERROR_STORAGE_FAILURE PSA_ERROR_STORAGE_FAILURE
--
doxyfile_options:2108: "MBED_DEPRECATED_SINCE(d, m)=" \
doxyfile_options-2109- "MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, M)=" \
doxyfile_options:2110: "MBED_DEPRECATED(s)=" \
doxyfile_options-2111- "BLE_ROLE_OBSERVER=1" \
doxyfile_options-2112- "BLE_ROLE_BROADCASTER=1" \
doxyfile_options-2113- "BLE_ROLE_PERIPHERAL=1" \
doxyfile_options-2114- "BLE_ROLE_CENTRAL=1" \
doxyfile_options-2115- "BLE_FEATURE_GATT_CLIENT=1" \
--
doxygen_options.json:9: "PREDEFINED": "DOXYGEN_ONLY DEVICE_ANALOGIN DEVICE_ANALOGOUT DEVICE_CAN DEVICE_CRC DEVICE_ETHERNET DEVICE_EMAC DEVICE_FLASH DEVICE_I2C DEVICE_I2CSLAVE DEVICE_I2C_ASYNCH DEVICE_INTERRUPTIN DEVICE_ITM DEVICE_LPTICKER DEVICE_MPU DEVICE_PORTIN DEVICE_PORTINOUT DEVICE_PORTOUT DEVICE_PWMOUT DEVICE_RTC DEVICE_TRNG DEVICE_SERIAL DEVICE_SERIAL_ASYNCH DEVICE_SERIAL_FC DEVICE_SLEEP DEVICE_SPI DEVICE_SPI_ASYNCH DEVICE_SPISLAVE DEVICE_QSPI DEVICE_STORAGE DEVICE_WATCHDOG DEVICE_RESET_REASON COMPONENT_SPE COMPONENT_SPM_MAILBOX \"TFM_LVL=1\" \"MBED_DEPRECATED_SINCE(f, g)=\" \"MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, M)=\" \"MBED_DEPRECATED(s)=\" \"BLE_ROLE_OBSERVER=1\" \"BLE_ROLE_BROADCASTER=1\" \"BLE_ROLE_PERIPHERAL=1\" \"BLE_ROLE_CENTRAL=1\" \"BLE_FEATURE_GATT_CLIENT=1\" \"BLE_FEATURE_GATT_SERVER=1\" \"BLE_FEATURE_SECURITY=1\" \"BLE_FEATURE_SECURE_CONNECTIONS=1\" \"BLE_FEATURE_SIGNING=1\" \"BLE_FEATURE_PHY_MANAGEMENT=1\" \"BLE_FEATURE_WHITELIST=1\" \"BLE_FEATURE_PRIVACY=1\" \"BLE_FEATURE_PERIODIC_ADVERTISING=1\" \"BLE_FEATURE_EXTENDED_ADVERTISING=1\"",
doxygen_options.json-10- "EXPAND_AS_DEFINED": "",
doxygen_options.json-11- "SKIP_FUNCTION_MACROS": "NO",
doxygen_options.json-12- "STRIP_CODE_COMMENTS": "NO",
doxygen_options.json-13- "EXCLUDE_PATTERNS": "*/tools/* */targets/* */features/mbedtls/* */features/unsupported/* */BUILD/* */rtos/TARGET_CORTEX/rtx*/* */cmsis/* */features/lwipstack/* */nanostack/sal-stack-nanostack/* */nanostack/coap-service/* */ble/generic/* */ble/pal/* */mbed-trace/* */mbed-coap/* */nanostack-libservice/* */mbed-client-randlib/* */nanostack/sal-stack-nanostack-eventloop/* */components/802.15.4_RF/* */components/wifi/* */features/nfc/stack/* */UNITTESTS/* */features/cryptocell/*",
doxygen_options.json-14- "ALPHABETICAL_INDEX": "NO",
--
drivers/source/InterruptManager.cpp:23:#undef MBED_DEPRECATED_SINCE
drivers/source/InterruptManager.cpp:24:#define MBED_DEPRECATED_SINCE(...)
drivers/source/InterruptManager.cpp-25-
drivers/source/InterruptManager.cpp-26-#include "drivers/InterruptManager.h"
drivers/source/InterruptManager.cpp-27-#include "platform/mbed_critical.h"
drivers/source/InterruptManager.cpp-28-#include <string.h>
drivers/source/InterruptManager.cpp-29-
--
drivers/CAN.h:315: MBED_DEPRECATED_SINCE("mbed-os-5.1",
drivers/CAN.h-316- "The attach function does not support cv-qualifiers. Replaced by "
drivers/CAN.h-317- "attach(callback(obj, method), type).")
drivers/CAN.h-318- void attach(T *obj, void (T::*method)(), IrqType type = RxIrq)
drivers/CAN.h-319- {
drivers/CAN.h-320- // Underlying call thread safe
--
drivers/CAN.h:335: MBED_DEPRECATED_SINCE("mbed-os-5.1",
drivers/CAN.h-336- "The attach function does not support cv-qualifiers. Replaced by "
drivers/CAN.h-337- "attach(callback(obj, method), type).")
drivers/CAN.h-338- void attach(T *obj, void (*method)(T *), IrqType type = RxIrq)
drivers/CAN.h-339- {
drivers/CAN.h-340- // Underlying call thread safe
--
drivers/Ethernet.h:71: MBED_DEPRECATED(
drivers/Ethernet.h-72- "EthInterface is now the preferred way to get an Ethernet object. "
drivers/Ethernet.h-73- "Alternatively, use NetworkInterface to get an instance of an appropriate network "
drivers/Ethernet.h-74- "interface (WiFi or Ethernet)."
drivers/Ethernet.h-75- ) Ethernet : private NonCopyable<Ethernet> {
drivers/Ethernet.h-76-
--
drivers/Ethernet.h:83: MBED_DEPRECATED("The class has been deprecated and will be removed in the future.")
drivers/Ethernet.h-84- Ethernet();
drivers/Ethernet.h-85-
drivers/Ethernet.h-86- /**
drivers/Ethernet.h-87- * @deprecated
drivers/Ethernet.h-88- * Powers the hardware down.
--
drivers/Ethernet.h:90: MBED_DEPRECATED("The class has been deprecated and will be removed in the future.")
drivers/Ethernet.h-91- virtual ~Ethernet();
drivers/Ethernet.h-92-
drivers/Ethernet.h-93- enum Mode {
drivers/Ethernet.h-94- AutoNegotiate,
drivers/Ethernet.h-95- HalfDuplex10,
--
drivers/Ethernet.h:113: MBED_DEPRECATED("The class has been deprecated and will be removed in the future.")
drivers/Ethernet.h-114- int write(const char *data, int size);
drivers/Ethernet.h-115-
drivers/Ethernet.h-116- /**
drivers/Ethernet.h-117- * @deprecated
drivers/Ethernet.h-118- * Send an outgoing ethernet packet.
--
drivers/Ethernet.h:127: MBED_DEPRECATED("The class has been deprecated and will be removed in the future.")
drivers/Ethernet.h-128- int send();
drivers/Ethernet.h-129-
drivers/Ethernet.h-130- /**
drivers/Ethernet.h-131- * @deprecated
drivers/Ethernet.h-132- * Receives an arrived ethernet packet.
--
drivers/Ethernet.h:142: MBED_DEPRECATED("The class has been deprecated and will be removed in the future.")
drivers/Ethernet.h-143- int receive();
drivers/Ethernet.h-144-
drivers/Ethernet.h-145- /**
drivers/Ethernet.h-146- * @deprecated
drivers/Ethernet.h-147- * Read from an received ethernet packet.
--
drivers/Ethernet.h:160: MBED_DEPRECATED("The class has been deprecated and will be removed in the future.")
drivers/Ethernet.h-161- int read(char *data, int size);
drivers/Ethernet.h-162-
drivers/Ethernet.h-163- /**
drivers/Ethernet.h-164- * @deprecated
drivers/Ethernet.h-165- * Gives the ethernet address of the mbed.
--
drivers/Ethernet.h:169: MBED_DEPRECATED("The class has been deprecated and will be removed in the future.")
drivers/Ethernet.h-170- void address(char *mac);
drivers/Ethernet.h-171-
drivers/Ethernet.h-172- /**
drivers/Ethernet.h-173- * @deprecated
drivers/Ethernet.h-174- * Returns if an ethernet link is present or not. It takes a while after Ethernet initialization to show up.
--
drivers/Ethernet.h:197: MBED_DEPRECATED("The class has been deprecated and will be removed in the future.")
drivers/Ethernet.h-198- int link();
drivers/Ethernet.h-199-
drivers/Ethernet.h-200- /**
drivers/Ethernet.h-201- * @deprecated
drivers/Ethernet.h-202- * Sets the speed and duplex parameters of an ethernet link
--
drivers/Ethernet.h:212: MBED_DEPRECATED("The class has been deprecated and will be removed in the future.")
drivers/Ethernet.h-213- void set_link(Mode mode);
drivers/Ethernet.h-214-};
drivers/Ethernet.h-215-
drivers/Ethernet.h-216-/** @}*/
drivers/Ethernet.h-217-/** @}*/
--
drivers/Ticker.h:106: MBED_DEPRECATED_SINCE("mbed-os-5.1",
drivers/Ticker.h-107- "The attach function does not support cv-qualifiers. Replaced by "
drivers/Ticker.h-108- "attach(callback(obj, method), t).")
drivers/Ticker.h-109- void attach(T *obj, M method, float t)
drivers/Ticker.h-110- {
drivers/Ticker.h-111- attach(callback(obj, method), t);
--
drivers/Ticker.h:136: MBED_DEPRECATED_SINCE("mbed-os-5.1",
drivers/Ticker.h-137- "The attach_us function does not support cv-qualifiers. Replaced by "
drivers/Ticker.h-138- "attach_us(callback(obj, method), t).")
drivers/Ticker.h-139- void attach_us(T *obj, M method, us_timestamp_t t)
drivers/Ticker.h-140- {
drivers/Ticker.h-141- attach_us(Callback<void()>(obj, method), t);
--
drivers/SerialBase.h:118: MBED_DEPRECATED_SINCE("mbed-os-5.1",
drivers/SerialBase.h-119- "The attach function does not support cv-qualifiers. Replaced by "
drivers/SerialBase.h-120- "attach(callback(obj, method), type).")
drivers/SerialBase.h-121- void attach(T *obj, void (T::*method)(), IrqType type = RxIrq)
drivers/SerialBase.h-122- {
drivers/SerialBase.h-123- attach(callback(obj, method), type);
--
drivers/SerialBase.h:136: MBED_DEPRECATED_SINCE("mbed-os-5.1",
drivers/SerialBase.h-137- "The attach function does not support cv-qualifiers. Replaced by "
drivers/SerialBase.h-138- "attach(callback(obj, method), type).")
drivers/SerialBase.h-139- void attach(T *obj, void (*method)(T *), IrqType type = RxIrq)
drivers/SerialBase.h-140- {
drivers/SerialBase.h-141- attach(callback(obj, method), type);
--
drivers/InterruptIn.h:116: MBED_DEPRECATED_SINCE("mbed-os-5.1",
drivers/InterruptIn.h-117- "The rise function does not support cv-qualifiers. Replaced by "
drivers/InterruptIn.h-118- "rise(callback(obj, method)).")
drivers/InterruptIn.h-119- void rise(T *obj, M method)
drivers/InterruptIn.h-120- {
drivers/InterruptIn.h-121- core_util_critical_section_enter();
--
drivers/InterruptIn.h:141: MBED_DEPRECATED_SINCE("mbed-os-5.1",
drivers/InterruptIn.h-142- "The fall function does not support cv-qualifiers. Replaced by "
drivers/InterruptIn.h-143- "fall(callback(obj, method)).")
drivers/InterruptIn.h-144- void fall(T *obj, M method)
drivers/InterruptIn.h-145- {
drivers/InterruptIn.h-146- core_util_critical_section_enter();
--
drivers/InterruptManager.h:70: MBED_DEPRECATED_SINCE("mbed-os-5.6", "This class is not part of the "
drivers/InterruptManager.h-71- "public API of mbed-os and is being removed in the future.")
drivers/InterruptManager.h-72- static InterruptManager *get();
drivers/InterruptManager.h-73-
drivers/InterruptManager.h-74- /** Destroy the current instance of the interrupt manager
drivers/InterruptManager.h-75- * @deprecated
--
drivers/InterruptManager.h:79: MBED_DEPRECATED_SINCE("mbed-os-5.6", "This class is not part of the "
drivers/InterruptManager.h-80- "public API of mbed-os and is being removed in the future.")
drivers/InterruptManager.h-81- static void destroy();
drivers/InterruptManager.h-82-
drivers/InterruptManager.h-83- /** Add a handler for an interrupt at the end of the handler list
drivers/InterruptManager.h-84- * @deprecated
--
drivers/InterruptManager.h:93: MBED_DEPRECATED_SINCE("mbed-os-5.6", "This class is not part of the "
drivers/InterruptManager.h-94- "public API of mbed-os and is being removed in the future.")
drivers/InterruptManager.h-95- pFunctionPointer_t add_handler(void (*function)(void), IRQn_Type irq)
drivers/InterruptManager.h-96- {
drivers/InterruptManager.h-97- // Underlying call is thread safe
drivers/InterruptManager.h-98- return add_common(function, irq);
--
drivers/InterruptManager.h:111: MBED_DEPRECATED_SINCE("mbed-os-5.6", "This class is not part of the "
drivers/InterruptManager.h-112- "public API of mbed-os and is being removed in the future.")
drivers/InterruptManager.h-113- pFunctionPointer_t add_handler_front(void (*function)(void), IRQn_Type irq)
drivers/InterruptManager.h-114- {
drivers/InterruptManager.h-115- // Underlying call is thread safe
drivers/InterruptManager.h-116- return add_common(function, irq, true);
--
drivers/InterruptManager.h:131: MBED_DEPRECATED_SINCE("mbed-os-5.6", "This class is not part of the "
drivers/InterruptManager.h-132- "public API of mbed-os and is being removed in the future.")
drivers/InterruptManager.h-133- pFunctionPointer_t add_handler(T *tptr, void (T::*mptr)(void), IRQn_Type irq)
drivers/InterruptManager.h-134- {
drivers/InterruptManager.h-135- // Underlying call is thread safe
drivers/InterruptManager.h-136- return add_common(tptr, mptr, irq);
--
drivers/InterruptManager.h:151: MBED_DEPRECATED_SINCE("mbed-os-5.6", "This class is not part of the "
drivers/InterruptManager.h-152- "public API of mbed-os and is being removed in the future.")
drivers/InterruptManager.h-153- pFunctionPointer_t add_handler_front(T *tptr, void (T::*mptr)(void), IRQn_Type irq)
drivers/InterruptManager.h-154- {
drivers/InterruptManager.h-155- // Underlying call is thread safe
drivers/InterruptManager.h-156- return add_common(tptr, mptr, irq, true);
--
drivers/InterruptManager.h:169: MBED_DEPRECATED_SINCE("mbed-os-5.6", "This class is not part of the "
drivers/InterruptManager.h-170- "public API of mbed-os and is being removed in the future.")
drivers/InterruptManager.h-171- bool remove_handler(pFunctionPointer_t handler, IRQn_Type irq);
drivers/InterruptManager.h-172-
drivers/InterruptManager.h-173-#if !defined(DOXYGEN_ONLY)
drivers/InterruptManager.h-174-private:
--
features/lorawan/LoRaWANBase.h:27:MBED_DEPRECATED_SINCE("mbed-os-5.12", "Migrated to LoRaWANInterface")
features/lorawan/LoRaWANBase.h-28-typedef LoRaWANInterface LoRaWANBase;
features/lorawan/LoRaWANBase.h-29-
features/lorawan/LoRaWANBase.h-30-#endif /* LORAWANBASE_H_ */
--
features/lwipstack/LWIPStack.h:99: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/lwipstack/LWIPStack.h-100- virtual char *get_ip_address(char *buf, nsapi_size_t buflen);
features/lwipstack/LWIPStack.h-101-
features/lwipstack/LWIPStack.h-102- /** Get the IPv6 link local address in SocketAddress representation
features/lwipstack/LWIPStack.h-103- *
features/lwipstack/LWIPStack.h-104- * @address SocketAddress representation of the link local IPv6 address
--
features/lwipstack/LWIPStack.h:118: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/lwipstack/LWIPStack.h-119- virtual char *get_ip_address_if(char *buf, nsapi_size_t buflen, const char *interface_name);
features/lwipstack/LWIPStack.h-120-
features/lwipstack/LWIPStack.h-121- /** Copies netmask of the network interface to user supplied buffer
features/lwipstack/LWIPStack.h-122- *
features/lwipstack/LWIPStack.h-123- * @param buf buffer to which netmask will be copied as "W:X:Y:Z"
--
features/lwipstack/LWIPStack.h:129: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/lwipstack/LWIPStack.h-130- virtual char *get_netmask(char *buf, nsapi_size_t buflen);
features/lwipstack/LWIPStack.h-131-
features/lwipstack/LWIPStack.h-132- /** Copies gateway address of the network interface to user supplied buffer
features/lwipstack/LWIPStack.h-133- *
features/lwipstack/LWIPStack.h-134- * @param buf buffer to which gateway address will be copied as "W:X:Y:Z"
--
features/lwipstack/LWIPStack.h:140: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/lwipstack/LWIPStack.h-141- virtual char *get_gateway(char *buf, nsapi_size_t buflen);
features/lwipstack/LWIPStack.h-142-
features/lwipstack/LWIPStack.h-143- private:
features/lwipstack/LWIPStack.h-144- friend class LWIP;
features/lwipstack/LWIPStack.h-145-
--
features/netsocket/TCPServer.h:38: MBED_DEPRECATED_SINCE("mbed-os-5.10",
features/netsocket/TCPServer.h-39- "TCPServer is deprecated, use TCPSocket")
features/netsocket/TCPServer.h-40- TCPServer();
features/netsocket/TCPServer.h-41-
features/netsocket/TCPServer.h-42- /** Create a socket on a network interface
features/netsocket/TCPServer.h-43- *
--
features/netsocket/TCPServer.h:50: MBED_DEPRECATED_SINCE("mbed-os-5.10",
features/netsocket/TCPServer.h-51- "TCPServer is deprecated, use TCPSocket")
features/netsocket/TCPServer.h-52- TCPServer(S *stack)
features/netsocket/TCPServer.h-53- {
features/netsocket/TCPServer.h-54- open(stack);
features/netsocket/TCPServer.h-55- }
--
features/netsocket/TCPServer.h:80: MBED_DEPRECATED_SINCE("mbed-os-5.10",
features/netsocket/TCPServer.h-81- "TCPServer::accept() is deprecated, use Socket *Socket::accept() instead")
features/netsocket/TCPServer.h-82- nsapi_error_t accept(TCPSocket *connection, SocketAddress *address = NULL);
features/netsocket/TCPServer.h-83-};
features/netsocket/TCPServer.h-84-
features/netsocket/TCPServer.h-85-#endif
--
features/netsocket/NetworkStack.h:54: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/NetworkStack.h-55- virtual const char *get_ip_address();
features/netsocket/NetworkStack.h-56-
features/netsocket/NetworkStack.h-57- /** Get the IPv6 link local address
features/netsocket/NetworkStack.h-58- *
features/netsocket/NetworkStack.h-59- * @param address SocketAddress representation of the link local IPv6 address
--
features/netsocket/NetworkStack.h:77: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/NetworkStack.h-78- virtual const char *get_ip_address_if(const char *interface_name);
features/netsocket/NetworkStack.h-79-
features/netsocket/NetworkStack.h-80- /** Translates a hostname to an IP address with specific version
features/netsocket/NetworkStack.h-81- *
features/netsocket/NetworkStack.h-82- * The hostname may be either a domain name or an IP address. If the
--
features/netsocket/TCPSocket.h:50: MBED_DEPRECATED_SINCE("mbed-os-5.11",
features/netsocket/TCPSocket.h-51- "The TCPSocket(S *stack) constructor is deprecated."
features/netsocket/TCPSocket.h-52- "It discards the open() call return value."
features/netsocket/TCPSocket.h-53- "Use another constructor and call open() explicitly, instead.")
features/netsocket/TCPSocket.h-54- TCPSocket(S *stack)
features/netsocket/TCPSocket.h-55- {
--
features/netsocket/TCPSocket.h:88: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/TCPSocket.h-89- nsapi_error_t connect(const char *host, uint16_t port);
features/netsocket/TCPSocket.h-90-
features/netsocket/TCPSocket.h-91- /** Connects TCP socket to a remote host
features/netsocket/TCPSocket.h-92- *
features/netsocket/TCPSocket.h-93- * Initiates a connection to a remote server specified by the
--
features/netsocket/SocketAddress.h:53: MBED_DEPRECATED_SINCE("mbed-os-5.1.3",
features/netsocket/SocketAddress.h-54- "Constructors hide possible errors. Replaced by "
features/netsocket/SocketAddress.h-55- "NetworkInterface::gethostbyname.")
features/netsocket/SocketAddress.h-56- SocketAddress(S *stack, const char *host, uint16_t port = 0)
features/netsocket/SocketAddress.h-57- {
features/netsocket/SocketAddress.h-58- _SocketAddress(nsapi_create_stack(stack), host, port);
--
features/netsocket/EMACInterface.h:69: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/EMACInterface.h-70- virtual nsapi_error_t set_network(const char *ip_address, const char *netmask, const char *gateway);
features/netsocket/EMACInterface.h-71-
features/netsocket/EMACInterface.h-72- /** Enable or disable DHCP on the network
features/netsocket/EMACInterface.h-73- *
features/netsocket/EMACInterface.h-74- * Requires that the network is disconnected
--
features/netsocket/EMACInterface.h:109: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/EMACInterface.h-110- virtual const char *get_ip_address();
features/netsocket/EMACInterface.h-111-
features/netsocket/EMACInterface.h-112- /** Get the IPv6 link local address
features/netsocket/EMACInterface.h-113- *
features/netsocket/EMACInterface.h-114- * @address SocketAddress representation of the link local IPv6 address
--
features/netsocket/EMACInterface.h:126: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/EMACInterface.h-127- virtual const char *get_netmask();
features/netsocket/EMACInterface.h-128-
features/netsocket/EMACInterface.h-129- /** Get the local gateways
features/netsocket/EMACInterface.h-130- *
features/netsocket/EMACInterface.h-131- * @return Null-terminated representation of the local gateway
--
features/netsocket/EMACInterface.h:136: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/EMACInterface.h-137- virtual const char *get_gateway();
features/netsocket/EMACInterface.h-138-
features/netsocket/EMACInterface.h-139- /** Get the network interface name
features/netsocket/EMACInterface.h-140- *
features/netsocket/EMACInterface.h-141- * @return Null-terminated representation of the network interface name
--
features/netsocket/UDPSocket.h:49: MBED_DEPRECATED_SINCE("mbed-os-5.11",
features/netsocket/UDPSocket.h-50- "The UDPSocket(S *stack) constructor is deprecated"
features/netsocket/UDPSocket.h-51- "It discards the open() call return value."
features/netsocket/UDPSocket.h-52- "Use another constructor and call open() explicitly, instead.")
features/netsocket/UDPSocket.h-53- UDPSocket(S *stack)
features/netsocket/UDPSocket.h-54- {
--
features/netsocket/CellularInterface.h:101: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/CellularInterface.h-102- virtual const char *get_ip_address() = 0;
features/netsocket/CellularInterface.h-103-
features/netsocket/CellularInterface.h-104- /** @copydoc NetworkInterface::get_netmask */
features/netsocket/CellularInterface.h-105- virtual nsapi_error_t get_netmask(SocketAddress *address) = 0;
features/netsocket/CellularInterface.h-106-
--
features/netsocket/CellularInterface.h:107: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/CellularInterface.h-108- virtual const char *get_netmask() = 0;
features/netsocket/CellularInterface.h-109-
features/netsocket/CellularInterface.h-110- /** @copydoc NetworkInterface::get_gateway */
features/netsocket/CellularInterface.h-111- virtual nsapi_error_t get_gateway(SocketAddress *address) = 0;
features/netsocket/CellularInterface.h-112-
--
features/netsocket/CellularInterface.h:113: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/CellularInterface.h-114- virtual const char *get_gateway() = 0;
features/netsocket/CellularInterface.h-115-
features/netsocket/CellularInterface.h-116- /** @copydoc NetworkInterface::cellularBase
features/netsocket/CellularInterface.h-117- */
features/netsocket/CellularInterface.h:118: MBED_DEPRECATED_SINCE("mbed-os-5.12", "Migrated to CellularInterface")
features/netsocket/CellularInterface.h-119- virtual CellularInterface *cellularBase()
features/netsocket/CellularInterface.h-120- {
features/netsocket/CellularInterface.h-121- return this;
features/netsocket/CellularInterface.h-122- }
features/netsocket/CellularInterface.h-123-
--
features/netsocket/NetworkInterface.h:113: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/NetworkInterface.h-114- virtual const char *get_ip_address();
features/netsocket/NetworkInterface.h-115-
features/netsocket/NetworkInterface.h-116- /** Get the IPv6 link local address
features/netsocket/NetworkInterface.h-117- *
features/netsocket/NetworkInterface.h-118- * @param address SocketAddress representation of the link local IPv6 address
--
features/netsocket/NetworkInterface.h:135: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/NetworkInterface.h-136- virtual const char *get_netmask();
features/netsocket/NetworkInterface.h-137-
features/netsocket/NetworkInterface.h-138- /** Get the local gateway.
features/netsocket/NetworkInterface.h-139- *
features/netsocket/NetworkInterface.h-140- * @param address SocketAddress representation of gateway address
--
features/netsocket/NetworkInterface.h:148: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/NetworkInterface.h-149- virtual const char *get_gateway();
features/netsocket/NetworkInterface.h-150-
features/netsocket/NetworkInterface.h-151- /** Get the network interface name
features/netsocket/NetworkInterface.h-152- *
features/netsocket/NetworkInterface.h-153- * @return Null-terminated representation of the network interface name
--
features/netsocket/NetworkInterface.h:169: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/NetworkInterface.h-170- virtual nsapi_error_t set_network(const char *ip_address, const char *netmask, const char *gateway);
features/netsocket/NetworkInterface.h-171-
features/netsocket/NetworkInterface.h-172- /** Enable or disable DHCP on connecting the network.
features/netsocket/NetworkInterface.h-173- *
features/netsocket/NetworkInterface.h-174- * Enabled by default unless a static IP address has been assigned. Requires
--
features/netsocket/NetworkInterface.h:376: MBED_DEPRECATED_SINCE("mbed-os-5.12", "CellularBase migrated to CellularInterface - use cellularInterface()")
features/netsocket/NetworkInterface.h-377- virtual CellularInterface *cellularBase() // virtual retained for binary compatibility
features/netsocket/NetworkInterface.h-378- {
features/netsocket/NetworkInterface.h-379- return 0;
features/netsocket/NetworkInterface.h-380- }
features/netsocket/NetworkInterface.h-381-
--
features/netsocket/OnboardNetworkStack.h:115: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/OnboardNetworkStack.h-116- virtual char *get_ip_address(char *buf, nsapi_size_t buflen) = 0;
features/netsocket/OnboardNetworkStack.h-117-
features/netsocket/OnboardNetworkStack.h-118- /** @copydoc NetworkStack::get_ipv6_link_local_address */
features/netsocket/OnboardNetworkStack.h-119- virtual nsapi_error_t get_ipv6_link_local_address(SocketAddress *address)
features/netsocket/OnboardNetworkStack.h-120- {
--
features/netsocket/OnboardNetworkStack.h:130: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/OnboardNetworkStack.h-131- virtual char *get_ip_address_if(char *buf, nsapi_size_t buflen, const char *interface_name)
features/netsocket/OnboardNetworkStack.h-132- {
features/netsocket/OnboardNetworkStack.h-133- return NULL;
features/netsocket/OnboardNetworkStack.h-134- };
features/netsocket/OnboardNetworkStack.h-135-
--
features/netsocket/OnboardNetworkStack.h:139: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/OnboardNetworkStack.h-140- virtual char *get_netmask(char *buf, nsapi_size_t buflen) = 0;
features/netsocket/OnboardNetworkStack.h-141-
features/netsocket/OnboardNetworkStack.h-142- /** @copydoc NetworkStack::get_gateway */
features/netsocket/OnboardNetworkStack.h-143- virtual nsapi_error_t get_gateway(SocketAddress *address) = 0;
features/netsocket/OnboardNetworkStack.h-144-
--
features/netsocket/OnboardNetworkStack.h:145: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/OnboardNetworkStack.h-146- virtual char *get_gateway(char *buf, nsapi_size_t buflen) = 0;
features/netsocket/OnboardNetworkStack.h-147- };
features/netsocket/OnboardNetworkStack.h-148-
features/netsocket/OnboardNetworkStack.h-149- /** Register a network interface with the IP stack
features/netsocket/OnboardNetworkStack.h-150- *
--
features/netsocket/InternetDatagramSocket.h:50: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/InternetDatagramSocket.h-51- virtual nsapi_size_or_error_t sendto(const char *host, uint16_t port,
features/netsocket/InternetDatagramSocket.h-52- const void *data, nsapi_size_t size);
features/netsocket/InternetDatagramSocket.h-53-
features/netsocket/InternetDatagramSocket.h-54- /** Send data to the specified address.
features/netsocket/InternetDatagramSocket.h-55- *
--
features/netsocket/InternetSocket.h:109: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/InternetSocket.h-110- nsapi_error_t bind(const char *address, uint16_t port);
features/netsocket/InternetSocket.h-111-
features/netsocket/InternetSocket.h-112- /** @copydoc Socket::bind
features/netsocket/InternetSocket.h-113- */
features/netsocket/InternetSocket.h-114- virtual nsapi_error_t bind(const SocketAddress &address);
--
features/netsocket/InternetSocket.h:147: MBED_DEPRECATED_SINCE("mbed-os-5.4",
features/netsocket/InternetSocket.h-148- "The behavior of Socket::attach differs from other attach functions in "
features/netsocket/InternetSocket.h-149- "Mbed OS and has been known to cause confusion. Replaced by Socket::sigio.")
features/netsocket/InternetSocket.h-150- void attach(mbed::Callback<void()> func);
features/netsocket/InternetSocket.h-151-
features/netsocket/InternetSocket.h-152- /** Register a callback on state change of the socket.
--
features/netsocket/InternetSocket.h:160: MBED_DEPRECATED_SINCE("mbed-os-5.1",
features/netsocket/InternetSocket.h-161- "The attach function does not support cv-qualifiers. Replaced by "
features/netsocket/InternetSocket.h-162- "attach(callback(obj, method)).")
features/netsocket/InternetSocket.h-163- void attach(T *obj, M method)
features/netsocket/InternetSocket.h-164- {
features/netsocket/InternetSocket.h-165- attach(mbed::callback(obj, method));
--
features/netsocket/CellularBase.h:32:MBED_DEPRECATED_SINCE("mbed-os-5.12", "Migrated to CellularInterface")
features/netsocket/CellularBase.h-33-typedef CellularInterface CellularBase;
features/netsocket/CellularBase.h-34-
features/netsocket/CellularBase.h-35-#endif //CELLULAR_BASE_H
features/netsocket/CellularBase.h-36-
features/netsocket/CellularBase.h-37-/** @}*/
--
features/netsocket/TLSSocket.h:96: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/TLSSocket.h-97- nsapi_error_t connect(const char *host, uint16_t port);
features/netsocket/TLSSocket.h-98-
features/netsocket/TLSSocket.h-99-private:
features/netsocket/TLSSocket.h-100- TCPSocket tcp_socket;
features/netsocket/TLSSocket.h-101-};
--
features/netsocket/DTLSSocket.h:100: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/netsocket/DTLSSocket.h-101- nsapi_error_t connect(const char *host, uint16_t port);
features/netsocket/DTLSSocket.h-102-
features/netsocket/DTLSSocket.h-103-private:
features/netsocket/DTLSSocket.h-104- UDPSocket _udp_socket;
features/netsocket/DTLSSocket.h-105-};
--
features/nanostack/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h:29: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/nanostack/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h-30- virtual char *get_ip_address(char *buf, nsapi_size_t buflen);
features/nanostack/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h-31- virtual char *get_mac_address(char *buf, nsapi_size_t buflen);
features/nanostack/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h-32- virtual nsapi_error_t get_netmask(SocketAddress *address);
features/nanostack/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h:33: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/nanostack/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h-34- virtual char *get_netmask(char *buf, nsapi_size_t buflen);
features/nanostack/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h-35- virtual nsapi_error_t get_gateway(SocketAddress *address);
features/nanostack/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h:36: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/nanostack/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h-37- virtual char *get_gateway(char *buf, nsapi_size_t buflen);
features/nanostack/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h-38- virtual void attach(mbed::Callback<void(nsapi_event_t, intptr_t)> status_cb);
features/nanostack/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h-39- virtual nsapi_connection_status_t get_connection_status() const;
features/nanostack/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h-40-
features/nanostack/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h-41- void get_mac_address(uint8_t *buf) const
--
features/nanostack/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h:111: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/nanostack/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h-112- virtual const char *get_ip_address();
features/nanostack/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h-113-
features/nanostack/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h-114- /** Get the internally stored MAC address
features/nanostack/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h-115- /return MAC address of the interface
features/nanostack/mbed-mesh-api/mbed-mesh-api/MeshInterfaceNanostack.h-116- */
--
features/deprecated_warnings/FEATURE_LWIP/feature_lwip_is_deprecated.c:22:MBED_DEPRECATED_SINCE("5.10", "FEATURE_LWIP is deprecated. You do not need to enable it anymore in mbed_app.json")
features/deprecated_warnings/FEATURE_LWIP/feature_lwip_is_deprecated.c-23-static void feature_lwip(void) { }
features/deprecated_warnings/FEATURE_LWIP/feature_lwip_is_deprecated.c-24-void dummy_feature_lwip_is_deprecated(void)
features/deprecated_warnings/FEATURE_LWIP/feature_lwip_is_deprecated.c-25-{
features/deprecated_warnings/FEATURE_LWIP/feature_lwip_is_deprecated.c-26- feature_lwip();
features/deprecated_warnings/FEATURE_LWIP/feature_lwip_is_deprecated.c-27-}
--
features/deprecated_warnings/FEATURE_NANOSTACK/feature_nanostack_is_deprecated.c:22:MBED_DEPRECATED_SINCE("5.10", "FEATURE_NANOSTACK is deprecated. You do not need to enable it anymore in mbed_app.json")
features/deprecated_warnings/FEATURE_NANOSTACK/feature_nanostack_is_deprecated.c-23-static void feature_nanostack(void) { }
features/deprecated_warnings/FEATURE_NANOSTACK/feature_nanostack_is_deprecated.c-24-void dummy_feature_nanostack_is_deprecated(void)
features/deprecated_warnings/FEATURE_NANOSTACK/feature_nanostack_is_deprecated.c-25-{
features/deprecated_warnings/FEATURE_NANOSTACK/feature_nanostack_is_deprecated.c-26- feature_nanostack();
features/deprecated_warnings/FEATURE_NANOSTACK/feature_nanostack_is_deprecated.c-27-}
--
features/storage/nvstore/source/nvstore.h:297: MBED_DEPRECATED_SINCE("mbed-os-5.15", "NVStore is deprecated in favor of KVStore")
features/storage/nvstore/source/nvstore.h-298- NVStore();
features/storage/nvstore/source/nvstore.h-299-
features/storage/nvstore/source/nvstore.h-300- /**
features/storage/nvstore/source/nvstore.h-301- * @brief Read a block from an area.
features/storage/nvstore/source/nvstore.h-302- *
--
features/FEATURE_BLE/ble/GattClient.h:541: MBED_DEPRECATED("Use GattServer::onDataWritten()")
features/FEATURE_BLE/ble/GattClient.h-542- void onDataWrite(WriteCallback_t callback)
features/FEATURE_BLE/ble/GattClient.h-543- {
features/FEATURE_BLE/ble/GattClient.h-544- onDataWritten(callback);
features/FEATURE_BLE/ble/GattClient.h-545- }
features/FEATURE_BLE/ble/GattClient.h-546-
--
features/FEATURE_BLE/ble/BLE.h:444: MBED_DEPRECATED("Use BLE::Instance() instead of BLE constructor.")
features/FEATURE_BLE/ble/BLE.h-445- BLE(InstanceID_t instanceID = DEFAULT_INSTANCE);
features/FEATURE_BLE/ble/BLE.h-446-
features/FEATURE_BLE/ble/BLE.h-447- /**
features/FEATURE_BLE/ble/BLE.h-448- * Yield control to the BLE stack or to other tasks waiting for events.
features/FEATURE_BLE/ble/BLE.h-449- *
--
features/FEATURE_BLE/ble/BLE.h:458: MBED_DEPRECATED("Use BLE::processEvents() and BLE::onEventsToProcess().")
features/FEATURE_BLE/ble/BLE.h-459- void waitForEvent(void);
features/FEATURE_BLE/ble/BLE.h-460-
features/FEATURE_BLE/ble/BLE.h-461- /**
features/FEATURE_BLE/ble/BLE.h-462- * Set the BTLE MAC address and type.
features/FEATURE_BLE/ble/BLE.h-463- *
--
features/FEATURE_BLE/ble/BLE.h:474: MBED_DEPRECATED("Use ble.gap().setAddress(...)")
features/FEATURE_BLE/ble/BLE.h-475- ble_error_t setAddress(
features/FEATURE_BLE/ble/BLE.h-476- BLEProtocol::AddressType_t type,
features/FEATURE_BLE/ble/BLE.h-477- const BLEProtocol::AddressBytes_t address
features/FEATURE_BLE/ble/BLE.h-478- );
features/FEATURE_BLE/ble/BLE.h-479-
--
features/FEATURE_BLE/ble/BLE.h:492: MBED_DEPRECATED("Use ble.gap().getAddress(...)")
features/FEATURE_BLE/ble/BLE.h-493- ble_error_t getAddress(
features/FEATURE_BLE/ble/BLE.h-494- BLEProtocol::AddressType_t *typeP, BLEProtocol::AddressBytes_t address
features/FEATURE_BLE/ble/BLE.h-495- )
features/FEATURE_BLE/ble/BLE.h-496- {
features/FEATURE_BLE/ble/BLE.h-497- return gap().getAddress(typeP, address);
--
features/FEATURE_BLE/ble/BLE.h:511: MBED_DEPRECATED("Use ble.gap().setAdvertisingType(...)")
features/FEATURE_BLE/ble/BLE.h-512- void setAdvertisingType(GapAdvertisingParams::AdvertisingType advType);
features/FEATURE_BLE/ble/BLE.h-513-
features/FEATURE_BLE/ble/BLE.h-514- /**
features/FEATURE_BLE/ble/BLE.h-515- * Set the advertising interval.
features/FEATURE_BLE/ble/BLE.h-516- *
--
features/FEATURE_BLE/ble/BLE.h:542: MBED_DEPRECATED("Use ble.gap().setAdvertisingInterval(...)")
features/FEATURE_BLE/ble/BLE.h-543- void setAdvertisingInterval(uint16_t interval);
features/FEATURE_BLE/ble/BLE.h-544-
features/FEATURE_BLE/ble/BLE.h-545- /**
features/FEATURE_BLE/ble/BLE.h-546- * Get the minimum advertising interval in milliseconds, which can be used
features/FEATURE_BLE/ble/BLE.h-547- * for connectable advertising types.
--
features/FEATURE_BLE/ble/BLE.h:556: MBED_DEPRECATED("Use ble.gap().getMinAdvertisingInterval(...)")
features/FEATURE_BLE/ble/BLE.h-557- uint16_t getMinAdvertisingInterval(void) const
features/FEATURE_BLE/ble/BLE.h-558- {
features/FEATURE_BLE/ble/BLE.h-559- return gap().getMinAdvertisingInterval();
features/FEATURE_BLE/ble/BLE.h-560- }
features/FEATURE_BLE/ble/BLE.h-561-
--
features/FEATURE_BLE/ble/BLE.h:573: MBED_DEPRECATED("Use ble.gap().getMinNonConnectableAdvertisingInterval(...)")
features/FEATURE_BLE/ble/BLE.h-574- uint16_t getMinNonConnectableAdvertisingInterval(void) const
features/FEATURE_BLE/ble/BLE.h-575- {
features/FEATURE_BLE/ble/BLE.h-576- return gap().getMinNonConnectableAdvertisingInterval();
features/FEATURE_BLE/ble/BLE.h-577- }
features/FEATURE_BLE/ble/BLE.h-578-
--
features/FEATURE_BLE/ble/BLE.h:589: MBED_DEPRECATED("Use ble.gap().getMaxAdvertisingInterval(...)")
features/FEATURE_BLE/ble/BLE.h-590- uint16_t getMaxAdvertisingInterval(void) const
features/FEATURE_BLE/ble/BLE.h-591- {
features/FEATURE_BLE/ble/BLE.h-592- return gap().getMaxAdvertisingInterval();
features/FEATURE_BLE/ble/BLE.h-593- }
features/FEATURE_BLE/ble/BLE.h-594-
--
features/FEATURE_BLE/ble/BLE.h:609: MBED_DEPRECATED("Use ble.gap().setAdvertisingTimeout(...)")
features/FEATURE_BLE/ble/BLE.h-610- void setAdvertisingTimeout(uint16_t timeout);
features/FEATURE_BLE/ble/BLE.h-611-
features/FEATURE_BLE/ble/BLE.h-612- /**
features/FEATURE_BLE/ble/BLE.h-613- * Set up a particular, user-constructed set of advertisement parameters for
features/FEATURE_BLE/ble/BLE.h-614- * the underlying stack. It would be uncommon for this API to be used
--
features/FEATURE_BLE/ble/BLE.h:625: MBED_DEPRECATED("Use ble.gap().setAdvertisingParams(...)")
features/FEATURE_BLE/ble/BLE.h-626- void setAdvertisingParams(const GapAdvertisingParams &advParams);
features/FEATURE_BLE/ble/BLE.h-627-
features/FEATURE_BLE/ble/BLE.h-628- /**
features/FEATURE_BLE/ble/BLE.h-629- * Get the current advertising parameters.
features/FEATURE_BLE/ble/BLE.h-630- *
--
features/FEATURE_BLE/ble/BLE.h:639: MBED_DEPRECATED("Use ble.gap().getAdvertisingParams(...)")
features/FEATURE_BLE/ble/BLE.h-640- const GapAdvertisingParams &getAdvertisingParams(void) const;
features/FEATURE_BLE/ble/BLE.h-641-
features/FEATURE_BLE/ble/BLE.h-642- /**
features/FEATURE_BLE/ble/BLE.h-643- * Accumulate an AD structure in the advertising payload. Please note that
features/FEATURE_BLE/ble/BLE.h-644- * the payload is limited to 31 bytes. The SCAN_RESPONSE message may be used
--
features/FEATURE_BLE/ble/BLE.h:661: MBED_DEPRECATED("Use ble.gap().accumulateAdvertisingPayload(flags)")
features/FEATURE_BLE/ble/BLE.h-662- ble_error_t accumulateAdvertisingPayload(uint8_t flags);
features/FEATURE_BLE/ble/BLE.h-663-
features/FEATURE_BLE/ble/BLE.h-664- /**
features/FEATURE_BLE/ble/BLE.h-665- * Accumulate an AD structure in the advertising payload. Please note that
features/FEATURE_BLE/ble/BLE.h-666- * the payload is limited to 31 bytes. The SCAN_RESPONSE message may be used
--
features/FEATURE_BLE/ble/BLE.h:682: MBED_DEPRECATED("Use ble.gap().accumulateAdvertisingPayload(appearance)")
features/FEATURE_BLE/ble/BLE.h-683- ble_error_t accumulateAdvertisingPayload(GapAdvertisingData::Appearance app);
features/FEATURE_BLE/ble/BLE.h-684-
features/FEATURE_BLE/ble/BLE.h-685- /**
features/FEATURE_BLE/ble/BLE.h-686- * Accumulate an AD structure in the advertising payload. Please note that
features/FEATURE_BLE/ble/BLE.h-687- * the payload is limited to 31 bytes. The SCAN_RESPONSE message may be used
--
features/FEATURE_BLE/ble/BLE.h:703: MBED_DEPRECATED("Use ble.gap().accumulateAdvertisingPayloadTxPower(...)")
features/FEATURE_BLE/ble/BLE.h-704- ble_error_t accumulateAdvertisingPayloadTxPower(int8_t power);
features/FEATURE_BLE/ble/BLE.h-705-
features/FEATURE_BLE/ble/BLE.h-706- /**
features/FEATURE_BLE/ble/BLE.h-707- * Accumulate a variable length byte-stream as an AD structure in the
features/FEATURE_BLE/ble/BLE.h-708- * advertising payload. Please note that the payload is limited to 31 bytes.
--
features/FEATURE_BLE/ble/BLE.h:724: MBED_DEPRECATED("Use ble.gap().accumulateAdvertisingPayload(...)")
features/FEATURE_BLE/ble/BLE.h-725- ble_error_t accumulateAdvertisingPayload(GapAdvertisingData::DataType type, const uint8_t *data, uint8_t len);
features/FEATURE_BLE/ble/BLE.h-726-
features/FEATURE_BLE/ble/BLE.h-727- /**
features/FEATURE_BLE/ble/BLE.h-728- * Set up a particular, user-constructed advertisement payload for the
features/FEATURE_BLE/ble/BLE.h-729- * underlying stack. It would be uncommon for this API to be used directly;
--
features/FEATURE_BLE/ble/BLE.h:741: MBED_DEPRECATED("Use ble.gap().setAdvertisingData(...)")
features/FEATURE_BLE/ble/BLE.h-742- ble_error_t setAdvertisingData(const GapAdvertisingData &advData);
features/FEATURE_BLE/ble/BLE.h-743-
features/FEATURE_BLE/ble/BLE.h-744- /**
features/FEATURE_BLE/ble/BLE.h-745- * Get a reference to the current advertising payload.
features/FEATURE_BLE/ble/BLE.h-746- *
--
features/FEATURE_BLE/ble/BLE.h:755: MBED_DEPRECATED("Use ble.gap().getAdvertisingData(...)")
features/FEATURE_BLE/ble/BLE.h-756- const GapAdvertisingData &getAdvertisingData(void) const;
features/FEATURE_BLE/ble/BLE.h-757-
features/FEATURE_BLE/ble/BLE.h-758- /**
features/FEATURE_BLE/ble/BLE.h-759- * Reset any advertising payload prepared from prior calls to
features/FEATURE_BLE/ble/BLE.h-760- * accumulateAdvertisingPayload(). This automatically propagates the re-
--
features/FEATURE_BLE/ble/BLE.h:768: MBED_DEPRECATED("Use ble.gap().clearAdvertisingPayload(...)")
features/FEATURE_BLE/ble/BLE.h-769- void clearAdvertisingPayload(void);
features/FEATURE_BLE/ble/BLE.h-770-
features/FEATURE_BLE/ble/BLE.h-771- /**
features/FEATURE_BLE/ble/BLE.h-772- * Dynamically reset the accumulated advertising
features/FEATURE_BLE/ble/BLE.h-773- * payload and scanResponse. The application must clear and re-
--
features/FEATURE_BLE/ble/BLE.h:785: MBED_DEPRECATED("Use ble.gap().setAdvertisingPayload(...)")
features/FEATURE_BLE/ble/BLE.h-786- ble_error_t setAdvertisingPayload(void);
features/FEATURE_BLE/ble/BLE.h-787-
features/FEATURE_BLE/ble/BLE.h-788- /**
features/FEATURE_BLE/ble/BLE.h-789- * Accumulate a variable length byte-stream as an AD structure in the
features/FEATURE_BLE/ble/BLE.h-790- * scanResponse payload.
--
features/FEATURE_BLE/ble/BLE.h:804: MBED_DEPRECATED("Use ble.gap().accumulateScanResponse(...)")
features/FEATURE_BLE/ble/BLE.h-805- ble_error_t accumulateScanResponse(GapAdvertisingData::DataType type, const uint8_t *data, uint8_t len);
features/FEATURE_BLE/ble/BLE.h-806-
features/FEATURE_BLE/ble/BLE.h-807- /**
features/FEATURE_BLE/ble/BLE.h-808- * Reset any scan response prepared from prior calls to
features/FEATURE_BLE/ble/BLE.h-809- * accumulateScanResponse().
--
features/FEATURE_BLE/ble/BLE.h:816: MBED_DEPRECATED("Use ble.gap().clearScanResponse(...)")
features/FEATURE_BLE/ble/BLE.h-817- void clearScanResponse(void);
features/FEATURE_BLE/ble/BLE.h-818-
features/FEATURE_BLE/ble/BLE.h-819- /**
features/FEATURE_BLE/ble/BLE.h-820- * Start advertising.
features/FEATURE_BLE/ble/BLE.h-821- *
--
features/FEATURE_BLE/ble/BLE.h:830: MBED_DEPRECATED("Use ble.gap().startAdvertising(...)")
features/FEATURE_BLE/ble/BLE.h-831- ble_error_t startAdvertising(void);
features/FEATURE_BLE/ble/BLE.h-832-
features/FEATURE_BLE/ble/BLE.h-833- /**
features/FEATURE_BLE/ble/BLE.h-834- * Stop advertising.
features/FEATURE_BLE/ble/BLE.h-835- *
--
features/FEATURE_BLE/ble/BLE.h:844: MBED_DEPRECATED("Use ble.gap().stopAdvertising(...)")
features/FEATURE_BLE/ble/BLE.h-845- ble_error_t stopAdvertising(void);
features/FEATURE_BLE/ble/BLE.h-846-#endif // BLE_ROLE_BROADCASTER
features/FEATURE_BLE/ble/BLE.h-847-
features/FEATURE_BLE/ble/BLE.h-848-#if BLE_ROLE_OBSERVER
features/FEATURE_BLE/ble/BLE.h-849- /**
--
features/FEATURE_BLE/ble/BLE.h:881: MBED_DEPRECATED("Use ble.gap().setScanParams(...)")
features/FEATURE_BLE/ble/BLE.h-882- ble_error_t setScanParams(
features/FEATURE_BLE/ble/BLE.h-883- uint16_t interval = GapScanningParams::SCAN_INTERVAL_MAX,
features/FEATURE_BLE/ble/BLE.h-884- uint16_t window = GapScanningParams::SCAN_WINDOW_MAX,
features/FEATURE_BLE/ble/BLE.h-885- uint16_t timeout = 0,
features/FEATURE_BLE/ble/BLE.h-886- bool activeScanning = false
--
features/FEATURE_BLE/ble/BLE.h:912: MBED_DEPRECATED("Use ble.gap().setScanInterval(...)")
features/FEATURE_BLE/ble/BLE.h-913- ble_error_t setScanInterval(uint16_t interval);
features/FEATURE_BLE/ble/BLE.h-914-
features/FEATURE_BLE/ble/BLE.h-915- /**
features/FEATURE_BLE/ble/BLE.h-916- * Set up the scanWindow parameter for GAP scanning (observer mode).
features/FEATURE_BLE/ble/BLE.h-917- *
--
features/FEATURE_BLE/ble/BLE.h:938: MBED_DEPRECATED("Use ble.gap().setScanWindow(...)")
features/FEATURE_BLE/ble/BLE.h-939- ble_error_t setScanWindow(uint16_t window);
features/FEATURE_BLE/ble/BLE.h-940-
features/FEATURE_BLE/ble/BLE.h-941- /**
features/FEATURE_BLE/ble/BLE.h-942- * Set up parameters for GAP scanning (observer mode).
features/FEATURE_BLE/ble/BLE.h-943- *
--
features/FEATURE_BLE/ble/BLE.h:966: MBED_DEPRECATED("Use ble.gap().setScanTimeout(...)")
features/FEATURE_BLE/ble/BLE.h-967- ble_error_t setScanTimeout(uint16_t timeout);
features/FEATURE_BLE/ble/BLE.h-968-
features/FEATURE_BLE/ble/BLE.h-969- /**
features/FEATURE_BLE/ble/BLE.h-970- * Set up parameters for GAP scanning (observer mode).
features/FEATURE_BLE/ble/BLE.h-971- *
--
features/FEATURE_BLE/ble/BLE.h:984: MBED_DEPRECATED("Use ble.gap().setActiveScan(...)")
features/FEATURE_BLE/ble/BLE.h-985- void setActiveScan(bool activeScanning);
features/FEATURE_BLE/ble/BLE.h-986-
features/FEATURE_BLE/ble/BLE.h-987- /**
features/FEATURE_BLE/ble/BLE.h-988- * Start scanning (Observer Procedure) based on the parameters currently in
features/FEATURE_BLE/ble/BLE.h-989- * effect.
--
features/FEATURE_BLE/ble/BLE.h:1004: MBED_DEPRECATED("Use ble.gap().startScan(callback)")
features/FEATURE_BLE/ble/BLE.h-1005- ble_error_t startScan(void (*callback)(const Gap::AdvertisementCallbackParams_t *params));
features/FEATURE_BLE/ble/BLE.h-1006-
features/FEATURE_BLE/ble/BLE.h-1007- /**
features/FEATURE_BLE/ble/BLE.h-1008- * Start the scanning procedure.
features/FEATURE_BLE/ble/BLE.h-1009- *
--
features/FEATURE_BLE/ble/BLE.h:1028: MBED_DEPRECATED("Use ble.gap().startScan(object, callback)")
features/FEATURE_BLE/ble/BLE.h-1029- ble_error_t startScan(T *object, void (T::*memberCallback)(const Gap::AdvertisementCallbackParams_t *params));
features/FEATURE_BLE/ble/BLE.h-1030-
features/FEATURE_BLE/ble/BLE.h-1031- /**
features/FEATURE_BLE/ble/BLE.h-1032- * Stop scanning. The current scanning parameters remain in effect.
features/FEATURE_BLE/ble/BLE.h-1033- *
--
features/FEATURE_BLE/ble/BLE.h:1041: MBED_DEPRECATED("Use ble.gap().stopScan()")
features/FEATURE_BLE/ble/BLE.h-1042- ble_error_t stopScan(void)
features/FEATURE_BLE/ble/BLE.h-1043- {
features/FEATURE_BLE/ble/BLE.h-1044- return gap().stopScan();
features/FEATURE_BLE/ble/BLE.h-1045- }
features/FEATURE_BLE/ble/BLE.h-1046-#endif // BLE_ROLE_OBSERVER
--
features/FEATURE_BLE/ble/BLE.h:1070: MBED_DEPRECATED("Use ble.gap().connect(...)")
features/FEATURE_BLE/ble/BLE.h-1071- ble_error_t connect(
features/FEATURE_BLE/ble/BLE.h-1072- const BLEProtocol::AddressBytes_t peerAddr,
features/FEATURE_BLE/ble/BLE.h-1073- BLEProtocol::AddressType_t peerAddrType = BLEProtocol::AddressType::RANDOM_STATIC,
features/FEATURE_BLE/ble/BLE.h-1074- const Gap::ConnectionParams_t *connectionParams = NULL,
features/FEATURE_BLE/ble/BLE.h-1075- const GapScanningParams *scanParams = NULL
--
features/FEATURE_BLE/ble/BLE.h:1097: MBED_DEPRECATED("Use ble.gap().disconnect(...)")
features/FEATURE_BLE/ble/BLE.h-1098- ble_error_t disconnect(Gap::Handle_t connectionHandle, Gap::DisconnectionReason_t reason);
features/FEATURE_BLE/ble/BLE.h-1099-
features/FEATURE_BLE/ble/BLE.h-1100- /**
features/FEATURE_BLE/ble/BLE.h-1101- * This call initiates the disconnection procedure, and its completion
features/FEATURE_BLE/ble/BLE.h-1102- * is communicated to the application with an invocation of the
--
features/FEATURE_BLE/ble/BLE.h:1120: MBED_DEPRECATED("Use ble.gap().disconnect(...)")
features/FEATURE_BLE/ble/BLE.h-1121- ble_error_t disconnect(Gap::DisconnectionReason_t reason);
features/FEATURE_BLE/ble/BLE.h-1122-#endif // BLE_FEATURE_CONNECTABLE
features/FEATURE_BLE/ble/BLE.h-1123-
features/FEATURE_BLE/ble/BLE.h-1124- /**
features/FEATURE_BLE/ble/BLE.h-1125- * Returns the current Gap state of the device using a bitmask that
--
features/FEATURE_BLE/ble/BLE.h:1135: MBED_DEPRECATED("Use ble.gap().getState()")
features/FEATURE_BLE/ble/BLE.h-1136- Gap::GapState_t getGapState(void) const;
features/FEATURE_BLE/ble/BLE.h-1137-
features/FEATURE_BLE/ble/BLE.h-1138-#if BLE_FEATURE_CONNECTABLE
features/FEATURE_BLE/ble/BLE.h-1139-#if BLE_FEATURE_GATT_SERVER
features/FEATURE_BLE/ble/BLE.h-1140- /**
--
features/FEATURE_BLE/ble/BLE.h:1157: MBED_DEPRECATED("Use ble.gap().getPreferredConnectionParams(...)")
features/FEATURE_BLE/ble/BLE.h-1158- ble_error_t getPreferredConnectionParams(Gap::ConnectionParams_t *params)
features/FEATURE_BLE/ble/BLE.h-1159- {
features/FEATURE_BLE/ble/BLE.h-1160- return gap().getPreferredConnectionParams(params);
features/FEATURE_BLE/ble/BLE.h-1161- }
features/FEATURE_BLE/ble/BLE.h-1162-
--
features/FEATURE_BLE/ble/BLE.h:1179: MBED_DEPRECATED("Use ble.gap().setPreferredConnectionParams(...)")
features/FEATURE_BLE/ble/BLE.h-1180- ble_error_t setPreferredConnectionParams(const Gap::ConnectionParams_t *params)
features/FEATURE_BLE/ble/BLE.h-1181- {
features/FEATURE_BLE/ble/BLE.h-1182- return gap().setPreferredConnectionParams(params);
features/FEATURE_BLE/ble/BLE.h-1183- }
features/FEATURE_BLE/ble/BLE.h-1184-#endif // BLE_FEATURE_GATT_SERVER
--
features/FEATURE_BLE/ble/BLE.h:1205: MBED_DEPRECATED("Use ble.gap().updateConnectionParams(...)")
features/FEATURE_BLE/ble/BLE.h-1206- ble_error_t updateConnectionParams(Gap::Handle_t handle, const Gap::ConnectionParams_t *params);
features/FEATURE_BLE/ble/BLE.h-1207-#endif // BLE_FEATURE_CONNECTABLE
features/FEATURE_BLE/ble/BLE.h-1208-
features/FEATURE_BLE/ble/BLE.h-1209-#if BLE_FEATURE_GATT_SERVER
features/FEATURE_BLE/ble/BLE.h-1210- /**
--
features/FEATURE_BLE/ble/BLE.h:1223: MBED_DEPRECATED("Use ble.gap().setDeviceName(...)")
features/FEATURE_BLE/ble/BLE.h-1224- ble_error_t setDeviceName(const uint8_t *deviceName)
features/FEATURE_BLE/ble/BLE.h-1225- {
features/FEATURE_BLE/ble/BLE.h-1226- return gap().setDeviceName(deviceName);
features/FEATURE_BLE/ble/BLE.h-1227- }
features/FEATURE_BLE/ble/BLE.h-1228-
--
features/FEATURE_BLE/ble/BLE.h:1256: MBED_DEPRECATED("Use ble.gap().getDeviceName(...)")
features/FEATURE_BLE/ble/BLE.h-1257- ble_error_t getDeviceName(uint8_t *deviceName, unsigned *lengthP)
features/FEATURE_BLE/ble/BLE.h-1258- {
features/FEATURE_BLE/ble/BLE.h-1259- return gap().getDeviceName(deviceName, lengthP);
features/FEATURE_BLE/ble/BLE.h-1260- }
features/FEATURE_BLE/ble/BLE.h-1261-
--
features/FEATURE_BLE/ble/BLE.h:1275: MBED_DEPRECATED("Use ble.gap().setAppearance(...)")
features/FEATURE_BLE/ble/BLE.h-1276- ble_error_t setAppearance(GapAdvertisingData::Appearance appearance)
features/FEATURE_BLE/ble/BLE.h-1277- {
features/FEATURE_BLE/ble/BLE.h-1278- return gap().setAppearance(appearance);
features/FEATURE_BLE/ble/BLE.h-1279- }
features/FEATURE_BLE/ble/BLE.h-1280-
--
features/FEATURE_BLE/ble/BLE.h:1295: MBED_DEPRECATED("Use ble.gap().getAppearance(...)")
features/FEATURE_BLE/ble/BLE.h-1296- ble_error_t getAppearance(GapAdvertisingData::Appearance *appearanceP)
features/FEATURE_BLE/ble/BLE.h-1297- {
features/FEATURE_BLE/ble/BLE.h-1298- return gap().getAppearance(appearanceP);
features/FEATURE_BLE/ble/BLE.h-1299- }
features/FEATURE_BLE/ble/BLE.h-1300-#endif // BLE_FEATURE_GATT_SERVER
--
features/FEATURE_BLE/ble/BLE.h:1315: MBED_DEPRECATED("Use ble.gap().setTxPower(...)")
features/FEATURE_BLE/ble/BLE.h-1316- ble_error_t setTxPower(int8_t txPower);
features/FEATURE_BLE/ble/BLE.h-1317-
features/FEATURE_BLE/ble/BLE.h-1318- /**
features/FEATURE_BLE/ble/BLE.h-1319- * Query the underlying stack for permitted arguments for setTxPower().
features/FEATURE_BLE/ble/BLE.h-1320- *
--
features/FEATURE_BLE/ble/BLE.h:1331: MBED_DEPRECATED("Use ble.gap().getPermittedTxPowerValues(...)")
features/FEATURE_BLE/ble/BLE.h-1332- void getPermittedTxPowerValues(const int8_t **valueArrayPP, size_t *countP);
features/FEATURE_BLE/ble/BLE.h-1333-
features/FEATURE_BLE/ble/BLE.h-1334-#if BLE_FEATURE_GATT_SERVER
features/FEATURE_BLE/ble/BLE.h-1335- /**
features/FEATURE_BLE/ble/BLE.h-1336- * Add a service declaration to the local server ATT table. Also add the
--
features/FEATURE_BLE/ble/BLE.h:1350: MBED_DEPRECATED("Use ble.gattServer().addService(...)")
features/FEATURE_BLE/ble/BLE.h-1351- ble_error_t addService(GattService &service)
features/FEATURE_BLE/ble/BLE.h-1352- {
features/FEATURE_BLE/ble/BLE.h-1353- return gattServer().addService(service);
features/FEATURE_BLE/ble/BLE.h-1354- }
features/FEATURE_BLE/ble/BLE.h-1355-
--
features/FEATURE_BLE/ble/BLE.h:1377: MBED_DEPRECATED("Use ble.gattServer().read(...)")
features/FEATURE_BLE/ble/BLE.h-1378- ble_error_t readCharacteristicValue(GattAttribute::Handle_t attributeHandle, uint8_t *buffer, uint16_t *lengthP)
features/FEATURE_BLE/ble/BLE.h-1379- {
features/FEATURE_BLE/ble/BLE.h-1380- return gattServer().read(attributeHandle, buffer, lengthP);
features/FEATURE_BLE/ble/BLE.h-1381- }
features/FEATURE_BLE/ble/BLE.h-1382-
--
features/FEATURE_BLE/ble/BLE.h:1410: MBED_DEPRECATED("Use ble.gattServer().read(...)")
features/FEATURE_BLE/ble/BLE.h-1411- ble_error_t readCharacteristicValue(
features/FEATURE_BLE/ble/BLE.h-1412- Gap::Handle_t connectionHandle,
features/FEATURE_BLE/ble/BLE.h-1413- GattAttribute::Handle_t attributeHandle,
features/FEATURE_BLE/ble/BLE.h-1414- uint8_t *buffer,
features/FEATURE_BLE/ble/BLE.h-1415- uint16_t *lengthP
--
features/FEATURE_BLE/ble/BLE.h:1444: MBED_DEPRECATED("Use ble.gattServer().write(...)")
features/FEATURE_BLE/ble/BLE.h-1445- ble_error_t updateCharacteristicValue(
features/FEATURE_BLE/ble/BLE.h-1446- GattAttribute::Handle_t attributeHandle,
features/FEATURE_BLE/ble/BLE.h-1447- const uint8_t *value,
features/FEATURE_BLE/ble/BLE.h-1448- uint16_t size,
features/FEATURE_BLE/ble/BLE.h-1449- bool localOnly = false
--
features/FEATURE_BLE/ble/BLE.h:1482: MBED_DEPRECATED("Use ble.gattServer().write(...)")
features/FEATURE_BLE/ble/BLE.h-1483- ble_error_t updateCharacteristicValue(
features/FEATURE_BLE/ble/BLE.h-1484- Gap::Handle_t connectionHandle,
features/FEATURE_BLE/ble/BLE.h-1485- GattAttribute::Handle_t attributeHandle,
features/FEATURE_BLE/ble/BLE.h-1486- const uint8_t *value,
features/FEATURE_BLE/ble/BLE.h-1487- uint16_t size,
--
features/FEATURE_BLE/ble/BLE.h:1516: MBED_DEPRECATED("Use ble.securityManager().init(...)")
features/FEATURE_BLE/ble/BLE.h-1517- ble_error_t initializeSecurity(
features/FEATURE_BLE/ble/BLE.h-1518- bool enableBonding = true,
features/FEATURE_BLE/ble/BLE.h-1519- bool requireMITM = true,
features/FEATURE_BLE/ble/BLE.h-1520- SecurityManager::SecurityIOCapabilities_t iocaps = SecurityManager::IO_CAPS_NONE,
features/FEATURE_BLE/ble/BLE.h-1521- const SecurityManager::Passkey_t passkey = NULL
--
features/FEATURE_BLE/ble/BLE.h:1540: MBED_DEPRECATED("ble.securityManager().getLinkSecurity(...)")
features/FEATURE_BLE/ble/BLE.h-1541- ble_error_t getLinkSecurity(Gap::Handle_t connectionHandle, SecurityManager::LinkSecurityStatus_t *securityStatusP)
features/FEATURE_BLE/ble/BLE.h-1542- {
features/FEATURE_BLE/ble/BLE.h-1543- return securityManager().getLinkSecurity(connectionHandle, securityStatusP);
features/FEATURE_BLE/ble/BLE.h-1544- }
features/FEATURE_BLE/ble/BLE.h-1545-
--
features/FEATURE_BLE/ble/BLE.h:1559: MBED_DEPRECATED("ble.securityManager().purgeAllBondingState(...)")
features/FEATURE_BLE/ble/BLE.h-1560- ble_error_t purgeAllBondingState(void)
features/FEATURE_BLE/ble/BLE.h-1561- {
features/FEATURE_BLE/ble/BLE.h-1562- return securityManager().purgeAllBondingState();
features/FEATURE_BLE/ble/BLE.h-1563- }
features/FEATURE_BLE/ble/BLE.h-1564-#endif // BLE_FEATURE_SECURITY
--
features/FEATURE_BLE/ble/BLE.h:1577: MBED_DEPRECATED("ble.gap().onTimeout(callback)")
features/FEATURE_BLE/ble/BLE.h-1578- void onTimeout(Gap::TimeoutEventCallback_t timeoutCallback);
features/FEATURE_BLE/ble/BLE.h-1579-
features/FEATURE_BLE/ble/BLE.h-1580-#if BLE_FEATURE_CONNECTABLE
features/FEATURE_BLE/ble/BLE.h-1581- /**
features/FEATURE_BLE/ble/BLE.h-1582- * Set up a callback for connection events. Refer to Gap::ConnectionEventCallback_t.
--
features/FEATURE_BLE/ble/BLE.h:1591: MBED_DEPRECATED("ble.gap().onConnection(callback)")
features/FEATURE_BLE/ble/BLE.h-1592- void onConnection(Gap::ConnectionEventCallback_t connectionCallback);
features/FEATURE_BLE/ble/BLE.h-1593-
features/FEATURE_BLE/ble/BLE.h-1594- /**
features/FEATURE_BLE/ble/BLE.h-1595- * Append to a chain of callbacks to be invoked upon GAP disconnection.
features/FEATURE_BLE/ble/BLE.h-1596- *
--
features/FEATURE_BLE/ble/BLE.h:1604: MBED_DEPRECATED("ble.gap().onDisconnectionComplete(callback)")
features/FEATURE_BLE/ble/BLE.h-1605- void onDisconnection(Gap::DisconnectionEventCallback_t disconnectionCallback);
features/FEATURE_BLE/ble/BLE.h-1606-
features/FEATURE_BLE/ble/BLE.h-1607- /**
features/FEATURE_BLE/ble/BLE.h-1608- * The same as onDisconnection() but allows an object reference and member function
features/FEATURE_BLE/ble/BLE.h-1609- * to be added to the chain of callbacks.
--
features/FEATURE_BLE/ble/BLE.h:1620: MBED_DEPRECATED("ble.gap().onDisconnectionComplete(callback)")
features/FEATURE_BLE/ble/BLE.h-1621- void onDisconnection(T *tptr, void (T::*mptr)(const Gap::DisconnectionCallbackParams_t *))
features/FEATURE_BLE/ble/BLE.h-1622- {
features/FEATURE_BLE/ble/BLE.h-1623- gap().onDisconnection(tptr, mptr);
features/FEATURE_BLE/ble/BLE.h-1624- }
features/FEATURE_BLE/ble/BLE.h-1625-#endif // BLE_FEATURE_CONNECTABLE
--
features/FEATURE_BLE/ble/BLE.h:1648: MBED_DEPRECATED("ble.gap().onRadioNotification(...)")
features/FEATURE_BLE/ble/BLE.h-1649- void onRadioNotification(void (*callback)(bool));
features/FEATURE_BLE/ble/BLE.h-1650-
features/FEATURE_BLE/ble/BLE.h-1651-#if BLE_FEATURE_GATT_SERVER
features/FEATURE_BLE/ble/BLE.h-1652- /**
features/FEATURE_BLE/ble/BLE.h-1653- * Add a callback for the GATT event DATA_SENT (which is triggered when
--
features/FEATURE_BLE/ble/BLE.h:1670: MBED_DEPRECATED("ble.gattServer().onDataSent(...)")
features/FEATURE_BLE/ble/BLE.h-1671- void onDataSent(void (*callback)(unsigned count))
features/FEATURE_BLE/ble/BLE.h-1672- {
features/FEATURE_BLE/ble/BLE.h-1673- gattServer().onDataSent(callback);
features/FEATURE_BLE/ble/BLE.h-1674- }
features/FEATURE_BLE/ble/BLE.h-1675-
--
features/FEATURE_BLE/ble/BLE.h:1691: MBED_DEPRECATED("ble.gattServer().onDataSent(...)")
features/FEATURE_BLE/ble/BLE.h-1692- void onDataSent(T *objPtr, void (T::*memberPtr)(unsigned count))
features/FEATURE_BLE/ble/BLE.h-1693- {
features/FEATURE_BLE/ble/BLE.h-1694- gattServer().onDataSent(objPtr, memberPtr);
features/FEATURE_BLE/ble/BLE.h-1695- }
features/FEATURE_BLE/ble/BLE.h-1696-
--
features/FEATURE_BLE/ble/BLE.h:1719: MBED_DEPRECATED("ble.gattServer().onDataWritten(...)")
features/FEATURE_BLE/ble/BLE.h-1720- void onDataWritten(void (*callback)(const GattWriteCallbackParams *eventDataP))
features/FEATURE_BLE/ble/BLE.h-1721- {
features/FEATURE_BLE/ble/BLE.h-1722- gattServer().onDataWritten(callback);
features/FEATURE_BLE/ble/BLE.h-1723- }
features/FEATURE_BLE/ble/BLE.h-1724-
--
features/FEATURE_BLE/ble/BLE.h:1741: MBED_DEPRECATED("ble.gattServer().onDataWritten(...)")
features/FEATURE_BLE/ble/BLE.h-1742- void onDataWritten(T *objPtr, void (T::*memberPtr)(const GattWriteCallbackParams *context))
features/FEATURE_BLE/ble/BLE.h-1743- {
features/FEATURE_BLE/ble/BLE.h-1744- gattServer().onDataWritten(objPtr, memberPtr);
features/FEATURE_BLE/ble/BLE.h-1745- }
features/FEATURE_BLE/ble/BLE.h-1746-
--
features/FEATURE_BLE/ble/BLE.h:1773: MBED_DEPRECATED("ble.gattServer().onDataRead(...)")
features/FEATURE_BLE/ble/BLE.h-1774- ble_error_t onDataRead(void (*callback)(const GattReadCallbackParams *eventDataP))
features/FEATURE_BLE/ble/BLE.h-1775- {
features/FEATURE_BLE/ble/BLE.h-1776- return gattServer().onDataRead(callback);
features/FEATURE_BLE/ble/BLE.h-1777- }
features/FEATURE_BLE/ble/BLE.h-1778-
--
features/FEATURE_BLE/ble/BLE.h:1797: MBED_DEPRECATED("ble.gattServer().onDataRead(...)")
features/FEATURE_BLE/ble/BLE.h-1798- ble_error_t onDataRead(T *objPtr, void (T::*memberPtr)(const GattReadCallbackParams *context))
features/FEATURE_BLE/ble/BLE.h-1799- {
features/FEATURE_BLE/ble/BLE.h-1800- return gattServer().onDataRead(objPtr, memberPtr);
features/FEATURE_BLE/ble/BLE.h-1801- }
features/FEATURE_BLE/ble/BLE.h-1802-
--
features/FEATURE_BLE/ble/BLE.h:1814: MBED_DEPRECATED("ble.gattServer().onUpdatesEnabled(...)")
features/FEATURE_BLE/ble/BLE.h-1815- void onUpdatesEnabled(GattServer::EventCallback_t callback)
features/FEATURE_BLE/ble/BLE.h-1816- {
features/FEATURE_BLE/ble/BLE.h-1817- gattServer().onUpdatesEnabled(callback);
features/FEATURE_BLE/ble/BLE.h-1818- }
features/FEATURE_BLE/ble/BLE.h-1819-
--
features/FEATURE_BLE/ble/BLE.h:1831: MBED_DEPRECATED("ble.gattServer().onUpdatesDisabled(...)")
features/FEATURE_BLE/ble/BLE.h-1832- void onUpdatesDisabled(GattServer::EventCallback_t callback)
features/FEATURE_BLE/ble/BLE.h-1833- {
features/FEATURE_BLE/ble/BLE.h-1834- gattServer().onUpdatesDisabled(callback);
features/FEATURE_BLE/ble/BLE.h-1835- }
features/FEATURE_BLE/ble/BLE.h-1836-
--
features/FEATURE_BLE/ble/BLE.h:1848: MBED_DEPRECATED("ble.gattServer().onConfirmationReceived(...)")
features/FEATURE_BLE/ble/BLE.h-1849- void onConfirmationReceived(GattServer::EventCallback_t callback)
features/FEATURE_BLE/ble/BLE.h-1850- {
features/FEATURE_BLE/ble/BLE.h-1851- gattServer().onConfirmationReceived(callback);
features/FEATURE_BLE/ble/BLE.h-1852- }
features/FEATURE_BLE/ble/BLE.h-1853-#endif // BLE_FEATURE_GATT_SERVER
--
features/FEATURE_BLE/ble/BLE.h:1870: MBED_DEPRECATED("ble.securityManager().onSecuritySetupInitiated(callback)")
features/FEATURE_BLE/ble/BLE.h-1871- void onSecuritySetupInitiated(SecurityManager::SecuritySetupInitiatedCallback_t callback)
features/FEATURE_BLE/ble/BLE.h-1872- {
features/FEATURE_BLE/ble/BLE.h-1873- securityManager().onSecuritySetupInitiated(callback);
features/FEATURE_BLE/ble/BLE.h-1874- }
features/FEATURE_BLE/ble/BLE.h-1875-
--
features/FEATURE_BLE/ble/BLE.h:1889: MBED_DEPRECATED("ble.securityManager().onSecuritySetupCompleted(callback)")
features/FEATURE_BLE/ble/BLE.h-1890- void onSecuritySetupCompleted(SecurityManager::SecuritySetupCompletedCallback_t callback)
features/FEATURE_BLE/ble/BLE.h-1891- {
features/FEATURE_BLE/ble/BLE.h-1892- securityManager().onSecuritySetupCompleted(callback);
features/FEATURE_BLE/ble/BLE.h-1893- }
features/FEATURE_BLE/ble/BLE.h-1894-
--
features/FEATURE_BLE/ble/BLE.h:1910: MBED_DEPRECATED("ble.securityManager().onLinkSecured(callback)")
features/FEATURE_BLE/ble/BLE.h-1911- void onLinkSecured(SecurityManager::LinkSecuredCallback_t callback)
features/FEATURE_BLE/ble/BLE.h-1912- {
features/FEATURE_BLE/ble/BLE.h-1913- securityManager().onLinkSecured(callback);
features/FEATURE_BLE/ble/BLE.h-1914- }
features/FEATURE_BLE/ble/BLE.h-1915-
--
features/FEATURE_BLE/ble/BLE.h:1927: MBED_DEPRECATED("ble.securityManager().onSecurityContextStored(callback)")
features/FEATURE_BLE/ble/BLE.h-1928- void onSecurityContextStored(SecurityManager::HandleSpecificEvent_t callback)
features/FEATURE_BLE/ble/BLE.h-1929- {
features/FEATURE_BLE/ble/BLE.h-1930- securityManager().onSecurityContextStored(callback);
features/FEATURE_BLE/ble/BLE.h-1931- }
features/FEATURE_BLE/ble/BLE.h-1932-
--
features/FEATURE_BLE/ble/BLE.h:1947: MBED_DEPRECATED("ble.securityManager().onPasskeyDisplay(callback)")
features/FEATURE_BLE/ble/BLE.h-1948- void onPasskeyDisplay(SecurityManager::PasskeyDisplayCallback_t callback)
features/FEATURE_BLE/ble/BLE.h-1949- {
features/FEATURE_BLE/ble/BLE.h-1950- return securityManager().onPasskeyDisplay(callback);
features/FEATURE_BLE/ble/BLE.h-1951- }
features/FEATURE_BLE/ble/BLE.h-1952-#endif // BLE_FEATURE_SECURITY
--
features/FEATURE_BLE/ble/GattCharacteristic.h:1442: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/GattCharacteristic.h-1443- "mbed-os-5.9",
features/FEATURE_BLE/ble/GattCharacteristic.h-1444- "Use setWriteSecurityRequirements, setReadSecurityRequirements and "
features/FEATURE_BLE/ble/GattCharacteristic.h-1445- "setUpdateSecurityRequirements"
features/FEATURE_BLE/ble/GattCharacteristic.h-1446- )
features/FEATURE_BLE/ble/GattCharacteristic.h-1447- void requireSecurity(SecurityManager::SecurityMode_t securityMode)
--
features/FEATURE_BLE/ble/GattCharacteristic.h:1743: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/GattCharacteristic.h-1744- "mbed-os-5.9",
features/FEATURE_BLE/ble/GattCharacteristic.h-1745- "Use getWriteSecurityRequirements, getReadSecurityRequirements and "
features/FEATURE_BLE/ble/GattCharacteristic.h-1746- "getUpdateSecurityRequirements"
features/FEATURE_BLE/ble/GattCharacteristic.h-1747- )
features/FEATURE_BLE/ble/GattCharacteristic.h-1748- SecurityManager::SecurityMode_t getRequiredSecurity() const
--
features/FEATURE_BLE/ble/gap/Types.h:904: MBED_DEPRECATED_SINCE("mbed-os-5.11", "Use resolution_strategy_t instead.")
features/FEATURE_BLE/ble/gap/Types.h-905- typedef resolution_strategy_t ResolutionStrategy;
features/FEATURE_BLE/ble/gap/Types.h-906-
features/FEATURE_BLE/ble/gap/Types.h-907- /**
features/FEATURE_BLE/ble/gap/Types.h-908- * Connection strategy to use when a connection request contains a
features/FEATURE_BLE/ble/gap/Types.h-909- * private resolvable address.
--
features/FEATURE_BLE/ble/gap/Types.h:957: MBED_DEPRECATED_SINCE("mbed-os-5.11", "Use resolution_strategy_t instead.")
features/FEATURE_BLE/ble/gap/Types.h-958- typedef resolution_strategy_t ResolutionStrategy;
features/FEATURE_BLE/ble/gap/Types.h-959-
features/FEATURE_BLE/ble/gap/Types.h-960- /**
features/FEATURE_BLE/ble/gap/Types.h-961- * Resolution strategy applied to advertising packets received by the
features/FEATURE_BLE/ble/gap/Types.h-962- * local device.
--
features/FEATURE_BLE/ble/deprecate.h:24: * Deprecated, use MBED_DEPRECATED instead.
features/FEATURE_BLE/ble/deprecate.h-25- */
features/FEATURE_BLE/ble/deprecate.h-26- #define __deprecated_message(msg)
features/FEATURE_BLE/ble/deprecate.h-27-#endif
features/FEATURE_BLE/ble/deprecate.h-28-
features/FEATURE_BLE/ble/deprecate.h-29-#endif
--
features/FEATURE_BLE/ble/Gap.h:463: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-464- "mbed-os-5.9.0",
features/FEATURE_BLE/ble/Gap.h-465- "addressType won't work in connect when privacy is enabled; please"
features/FEATURE_BLE/ble/Gap.h-466- "use peerAddrType"
features/FEATURE_BLE/ble/Gap.h-467- )
features/FEATURE_BLE/ble/Gap.h-468- AddressType_t addressType;
--
features/FEATURE_BLE/ble/Gap.h:512: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-513- "mbed-os-5.9",
features/FEATURE_BLE/ble/Gap.h-514- "The type BLEProtocol::AddressType_t is not suitable when privacy is "
features/FEATURE_BLE/ble/Gap.h-515- "enabled. Use peerAddressType instead."
features/FEATURE_BLE/ble/Gap.h-516- )
features/FEATURE_BLE/ble/Gap.h-517- BLEProtocol::AddressType_t peerAddrType;
--
features/FEATURE_BLE/ble/Gap.h:537: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-538- "mbed-os-5.9",
features/FEATURE_BLE/ble/Gap.h-539- "A Bluetooth controller is not supposed to return the address it used"
features/FEATURE_BLE/ble/Gap.h-540- "to connect. With privacy enabled the controller address may be unknown"
features/FEATURE_BLE/ble/Gap.h-541- "to the host. There is no replacement for this deprecation."
features/FEATURE_BLE/ble/Gap.h-542- )
--
features/FEATURE_BLE/ble/Gap.h:617: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-618- "mbed-os-5.9.0",
features/FEATURE_BLE/ble/Gap.h-619- "The type BLEProtocol::AddressType_t is not suitable when privacy is "
features/FEATURE_BLE/ble/Gap.h-620- "enabled. Use the constructor that accepts a PeerAddressType_t instead."
features/FEATURE_BLE/ble/Gap.h-621- )
features/FEATURE_BLE/ble/Gap.h-622- ConnectionCallbackParams_t(
--
features/FEATURE_BLE/ble/Gap.h:815: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-816- "mbed-os-5.9.0",
features/FEATURE_BLE/ble/Gap.h-817- "Non portable API, use enablePrivacy to enable use of private addresses"
features/FEATURE_BLE/ble/Gap.h-818- )
features/FEATURE_BLE/ble/Gap.h-819- ble_error_t setAddress(
features/FEATURE_BLE/ble/Gap.h-820- BLEProtocol::AddressType_t type,
--
features/FEATURE_BLE/ble/Gap.h:893: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-894- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-895- "Deprecated since addition of extended advertising support."
features/FEATURE_BLE/ble/Gap.h-896- "Use stopAdvertising(advertising_handle_t) instead."
features/FEATURE_BLE/ble/Gap.h-897- )
features/FEATURE_BLE/ble/Gap.h-898- ble_error_t stopAdvertising(void);
--
features/FEATURE_BLE/ble/Gap.h:920: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-921- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-922- "Deprecated since addition of extended advertising support."
features/FEATURE_BLE/ble/Gap.h-923- "Use connect(target_peer_address_type_t, address_t, ConnectionParameters) instead."
features/FEATURE_BLE/ble/Gap.h-924- )
features/FEATURE_BLE/ble/Gap.h-925- ble_error_t connect(
--
features/FEATURE_BLE/ble/Gap.h:951: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-952- "mbed-os-5.9.0",
features/FEATURE_BLE/ble/Gap.h-953- "This function won't work if privacy is enabled; You must use the overload "
features/FEATURE_BLE/ble/Gap.h-954- "accepting PeerAddressType_t."
features/FEATURE_BLE/ble/Gap.h-955- )
features/FEATURE_BLE/ble/Gap.h-956- ble_error_t connect(
--
features/FEATURE_BLE/ble/Gap.h:977: MBED_DEPRECATED("Gap::DeprecatedAddressType_t is deprecated, use BLEProtocol::AddressType_t instead")
features/FEATURE_BLE/ble/Gap.h-978- ble_error_t connect(
features/FEATURE_BLE/ble/Gap.h-979- const BLEProtocol::AddressBytes_t peerAddr,
features/FEATURE_BLE/ble/Gap.h-980- DeprecatedAddressType_t peerAddrType,
features/FEATURE_BLE/ble/Gap.h-981- const ConnectionParams_t *connectionParams,
features/FEATURE_BLE/ble/Gap.h-982- const GapScanningParams *scanParams
--
features/FEATURE_BLE/ble/Gap.h:1003: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1004- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1005- "Deprecated since addition of extended advertising support."
features/FEATURE_BLE/ble/Gap.h-1006- "Use disconnect(connection_handle_t, local_disconnection_reason_t) instead."
features/FEATURE_BLE/ble/Gap.h-1007- )
features/FEATURE_BLE/ble/Gap.h-1008- ble_error_t disconnect(
--
features/FEATURE_BLE/ble/Gap.h:1024: MBED_DEPRECATED("Use disconnect(Handle_t, DisconnectionReason_t) instead.")
features/FEATURE_BLE/ble/Gap.h-1025- ble_error_t disconnect(DisconnectionReason_t reason);
features/FEATURE_BLE/ble/Gap.h-1026-
features/FEATURE_BLE/ble/Gap.h-1027-public:
features/FEATURE_BLE/ble/Gap.h-1028-
features/FEATURE_BLE/ble/Gap.h-1029- /**
--
features/FEATURE_BLE/ble/Gap.h:1074: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1075- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1076- "Deprecated since addition of extended advertising support."
features/FEATURE_BLE/ble/Gap.h-1077- "Use updateConnectionParameters(connection_handle_t, conn_interval_t, "
features/FEATURE_BLE/ble/Gap.h-1078- "conn_interval_t, slave_latency_t, supervision_timeout_t, "
features/FEATURE_BLE/ble/Gap.h-1079- "conn_event_length_t, conn_event_length_t) instead."
--
features/FEATURE_BLE/ble/Gap.h:1153: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1154- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1155- "Deprecated since addition of extended advertising support."
features/FEATURE_BLE/ble/Gap.h-1156- "See ble::AdvertisingParameters and setAdvertisingParameters."
features/FEATURE_BLE/ble/Gap.h-1157- )
features/FEATURE_BLE/ble/Gap.h-1158- ble_error_t setTxPower(int8_t txPower);
--
features/FEATURE_BLE/ble/Gap.h:1168: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1169- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1170- "Deprecated since addition of extended advertising support."
features/FEATURE_BLE/ble/Gap.h-1171- )
features/FEATURE_BLE/ble/Gap.h-1172- void getPermittedTxPowerValues(
features/FEATURE_BLE/ble/Gap.h-1173- const int8_t **valueArrayPP, size_t *countP
--
features/FEATURE_BLE/ble/Gap.h:1231: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1232- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1233- "Deprecated since addition of extended advertising support."
features/FEATURE_BLE/ble/Gap.h-1234- "This setting is now part of ble::AdvertisingParameters."
features/FEATURE_BLE/ble/Gap.h-1235- )
features/FEATURE_BLE/ble/Gap.h-1236- ble_error_t setAdvertisingPolicyMode(AdvertisingPolicyMode_t mode);
--
features/FEATURE_BLE/ble/Gap.h:1249: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1250- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1251- "Deprecated since addition of extended advertising support."
features/FEATURE_BLE/ble/Gap.h-1252- "This setting is now part of ble::ScanParameters."
features/FEATURE_BLE/ble/Gap.h-1253- )
features/FEATURE_BLE/ble/Gap.h-1254- ble_error_t setScanningPolicyMode(ScanningPolicyMode_t mode);
--
features/FEATURE_BLE/ble/Gap.h:1268: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1269- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1270- "Deprecated since addition of extended advertising support."
features/FEATURE_BLE/ble/Gap.h-1271- "This setting is now part of ble::ConnectionParameters."
features/FEATURE_BLE/ble/Gap.h-1272- )
features/FEATURE_BLE/ble/Gap.h-1273- ble_error_t setInitiatorPolicyMode(InitiatorPolicyMode_t mode);
--
features/FEATURE_BLE/ble/Gap.h:1282: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1283- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1284- "Deprecated since addition of extended advertising support."
features/FEATURE_BLE/ble/Gap.h-1285- )
features/FEATURE_BLE/ble/Gap.h-1286- AdvertisingPolicyMode_t getAdvertisingPolicyMode(void) const;
features/FEATURE_BLE/ble/Gap.h-1287-
--
features/FEATURE_BLE/ble/Gap.h:1295: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1296- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1297- "Deprecated since addition of extended advertising support."
features/FEATURE_BLE/ble/Gap.h-1298- )
features/FEATURE_BLE/ble/Gap.h-1299- ScanningPolicyMode_t getScanningPolicyMode(void) const;
features/FEATURE_BLE/ble/Gap.h-1300-
--
features/FEATURE_BLE/ble/Gap.h:1308: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1309- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1310- "Deprecated since addition of extended advertising support."
features/FEATURE_BLE/ble/Gap.h-1311- )
features/FEATURE_BLE/ble/Gap.h-1312- InitiatorPolicyMode_t getInitiatorPolicyMode(void) const;
features/FEATURE_BLE/ble/Gap.h-1313-#endif // BLE_FEATURE_WHITELIST
--
features/FEATURE_BLE/ble/Gap.h:1331: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1332- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1333- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1334- "Vendors should use the cordio hci interface or the ble::pal or "
features/FEATURE_BLE/ble/Gap.h-1335- "implement startScan(duplicates_filter_t, scan_duration_t, period)"
features/FEATURE_BLE/ble/Gap.h-1336- )
--
features/FEATURE_BLE/ble/Gap.h:1354: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1355- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1356- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1357- "Replace getState().advertising with isAdvertisingActive()."
features/FEATURE_BLE/ble/Gap.h-1358- "Replace getState().connected with your own record and update during callbacks."
features/FEATURE_BLE/ble/Gap.h-1359- )
--
features/FEATURE_BLE/ble/Gap.h:1371: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1372- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1373- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1374- "This option is now part of ble::AdvertisingParameters"
features/FEATURE_BLE/ble/Gap.h-1375- )
features/FEATURE_BLE/ble/Gap.h-1376- void setAdvertisingType(GapAdvertisingParams::AdvertisingType_t advType);
--
features/FEATURE_BLE/ble/Gap.h:1397: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1398- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1399- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1400- "This option is now part of ble::AdvertisingParameters"
features/FEATURE_BLE/ble/Gap.h-1401- )
features/FEATURE_BLE/ble/Gap.h-1402- void setAdvertisingInterval(uint16_t interval);
--
features/FEATURE_BLE/ble/Gap.h:1415: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1416- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1417- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1418- "This option is now part of ble::AdvertisingParameters"
features/FEATURE_BLE/ble/Gap.h-1419- )
features/FEATURE_BLE/ble/Gap.h-1420- void setAdvertisingTimeout(uint16_t timeout);
--
features/FEATURE_BLE/ble/Gap.h:1430: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1431- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1432- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1433- "Use startAdvertising(advertising_handle_t, adv_duration_t, uint8_t) instead."
features/FEATURE_BLE/ble/Gap.h-1434- )
features/FEATURE_BLE/ble/Gap.h-1435- ble_error_t startAdvertising(void);
--
features/FEATURE_BLE/ble/Gap.h:1444: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1445- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1446- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1447- "Use setAdvertisingPayload(ble::advertising_handle_t, Span<uint8_t>,"
features/FEATURE_BLE/ble/Gap.h-1448- "bool)."
features/FEATURE_BLE/ble/Gap.h-1449- )
--
features/FEATURE_BLE/ble/Gap.h:1473: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1474- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1475- "Deprecated since addition of extended advertising support."
features/FEATURE_BLE/ble/Gap.h-1476- "Use ble::AdvertisingDataBuilder instead."
features/FEATURE_BLE/ble/Gap.h-1477- )
features/FEATURE_BLE/ble/Gap.h-1478- ble_error_t accumulateAdvertisingPayload(uint8_t flags);
--
features/FEATURE_BLE/ble/Gap.h:1501: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1502- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1503- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1504- "Use ble::AdvertisingDataBuilder instead."
features/FEATURE_BLE/ble/Gap.h-1505- )
features/FEATURE_BLE/ble/Gap.h-1506- ble_error_t accumulateAdvertisingPayload(GapAdvertisingData::Appearance app);
--
features/FEATURE_BLE/ble/Gap.h:1529: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1530- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1531- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1532- "Use ble::AdvertisingDataBuilder instead."
features/FEATURE_BLE/ble/Gap.h-1533- )
features/FEATURE_BLE/ble/Gap.h-1534- ble_error_t accumulateAdvertisingPayloadTxPower(int8_t power);
--
features/FEATURE_BLE/ble/Gap.h:1565: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1566- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1567- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1568- "Use ble::AdvertisingDataBuilder instead."
features/FEATURE_BLE/ble/Gap.h-1569- )
features/FEATURE_BLE/ble/Gap.h-1570- ble_error_t accumulateAdvertisingPayload(
--
features/FEATURE_BLE/ble/Gap.h:1601: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1602- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1603- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1604- " Use ble::AdvertisingDataBuilder instead."
features/FEATURE_BLE/ble/Gap.h-1605- )
features/FEATURE_BLE/ble/Gap.h-1606- ble_error_t updateAdvertisingPayload(
--
features/FEATURE_BLE/ble/Gap.h:1622: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1623- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1624- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1625- "Use ble::AdvertisingDataBuilder instead."
features/FEATURE_BLE/ble/Gap.h-1626- )
features/FEATURE_BLE/ble/Gap.h-1627- ble_error_t setAdvertisingPayload(const GapAdvertisingData &payload);
--
features/FEATURE_BLE/ble/Gap.h:1636: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1637- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1638- "Deprecated since addition of extended advertising support."
features/FEATURE_BLE/ble/Gap.h-1639- )
features/FEATURE_BLE/ble/Gap.h-1640- const GapAdvertisingData &getAdvertisingPayload(void) const;
features/FEATURE_BLE/ble/Gap.h-1641-
--
features/FEATURE_BLE/ble/Gap.h:1655: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1656- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1657- "Deprecated since addition of extended advertising support."
features/FEATURE_BLE/ble/Gap.h-1658- "Use ble::AdvertisingDataBuilder instead."
features/FEATURE_BLE/ble/Gap.h-1659- )
features/FEATURE_BLE/ble/Gap.h-1660- ble_error_t accumulateScanResponse(
--
features/FEATURE_BLE/ble/Gap.h:1673: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1674- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1675- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1676- "Use setAdvertisingScanResponse() instead."
features/FEATURE_BLE/ble/Gap.h-1677- )
features/FEATURE_BLE/ble/Gap.h-1678- void clearScanResponse(void);
--
features/FEATURE_BLE/ble/Gap.h:1716: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1717- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1718- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1719- "Use setScanParameters(const ScanParameters &) instead."
features/FEATURE_BLE/ble/Gap.h-1720- )
features/FEATURE_BLE/ble/Gap.h-1721- ble_error_t setScanParams(
--
features/FEATURE_BLE/ble/Gap.h:1741: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1742- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1743- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1744- "Use setScanParameters(const ScanParameters &) instead."
features/FEATURE_BLE/ble/Gap.h-1745- )
features/FEATURE_BLE/ble/Gap.h-1746- ble_error_t setScanParams(const GapScanningParams &scanningParams);
--
features/FEATURE_BLE/ble/Gap.h:1760: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1761- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1762- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1763- "Use setScanParameters(const ScanParameters &) instead."
features/FEATURE_BLE/ble/Gap.h-1764- )
features/FEATURE_BLE/ble/Gap.h-1765- ble_error_t setScanInterval(uint16_t interval);
--
features/FEATURE_BLE/ble/Gap.h:1781: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1782- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1783- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1784- "Use setScanParameters(const ScanParameters &) instead."
features/FEATURE_BLE/ble/Gap.h-1785- )
features/FEATURE_BLE/ble/Gap.h-1786- ble_error_t setScanWindow(uint16_t window);
--
features/FEATURE_BLE/ble/Gap.h:1802: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1803- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1804- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1805- "Use setScanParameters(const ScanParameters &) instead."
features/FEATURE_BLE/ble/Gap.h-1806- )
features/FEATURE_BLE/ble/Gap.h-1807- ble_error_t setScanTimeout(uint16_t timeout);
--
features/FEATURE_BLE/ble/Gap.h:1824: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1825- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1826- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1827- "Use setScanParameters(const ScanParameters &) instead."
features/FEATURE_BLE/ble/Gap.h-1828- )
features/FEATURE_BLE/ble/Gap.h-1829- ble_error_t setActiveScanning(bool activeScanning);
--
features/FEATURE_BLE/ble/Gap.h:1848: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1849- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1850- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1851- "Use startScan(duplicates_filter_t, scan_duration_t, scan_period_t) instead."
features/FEATURE_BLE/ble/Gap.h-1852- )
features/FEATURE_BLE/ble/Gap.h-1853- ble_error_t startScan(
--
features/FEATURE_BLE/ble/Gap.h:1881: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1882- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1883- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1884- "Use startScan(duplicates_filter_t, scan_duration_t, scan_period_t) instead."
features/FEATURE_BLE/ble/Gap.h-1885- )
features/FEATURE_BLE/ble/Gap.h-1886- ble_error_t startScan(
--
features/FEATURE_BLE/ble/Gap.h:1909: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1910- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1911- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1912- )
features/FEATURE_BLE/ble/Gap.h-1913- ble_error_t initRadioNotification(void);
features/FEATURE_BLE/ble/Gap.h-1914-
--
features/FEATURE_BLE/ble/Gap.h:1930: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1931- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1932- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1933- "Implement setAdvertisingPayload() and setAdvertisingScanResponse() instead."
features/FEATURE_BLE/ble/Gap.h-1934- )
features/FEATURE_BLE/ble/Gap.h-1935- ble_error_t setAdvertisingData(
--
features/FEATURE_BLE/ble/Gap.h:1954: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1955- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1956- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-1957- "Implement startAdvertising(advertising_handle_t, adv_duration_t, uint8_t)"
features/FEATURE_BLE/ble/Gap.h-1958- "instead."
features/FEATURE_BLE/ble/Gap.h-1959- )
--
features/FEATURE_BLE/ble/Gap.h:1970: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1971- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1972- "Deprecated since addition of extended advertising support."
features/FEATURE_BLE/ble/Gap.h-1973- )
features/FEATURE_BLE/ble/Gap.h-1974- GapAdvertisingParams &getAdvertisingParams(void);
features/FEATURE_BLE/ble/Gap.h-1975-
--
features/FEATURE_BLE/ble/Gap.h:1983: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1984- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1985- "Deprecated since addition of extended advertising support."
features/FEATURE_BLE/ble/Gap.h-1986- )
features/FEATURE_BLE/ble/Gap.h-1987- const GapAdvertisingParams &getAdvertisingParams(void) const;
features/FEATURE_BLE/ble/Gap.h-1988-
--
features/FEATURE_BLE/ble/Gap.h:1997: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-1998- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-1999- "Deprecated since addition of extended advertising support."
features/FEATURE_BLE/ble/Gap.h-2000- "Use setAdvertisingParameters() instead."
features/FEATURE_BLE/ble/Gap.h-2001- )
features/FEATURE_BLE/ble/Gap.h-2002- void setAdvertisingParams(const GapAdvertisingParams &newParams);
--
features/FEATURE_BLE/ble/Gap.h:2019: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-2020- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-2021- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-2022- "Use setEventHandler() instead."
features/FEATURE_BLE/ble/Gap.h-2023- )
features/FEATURE_BLE/ble/Gap.h-2024- void onTimeout(TimeoutEventCallback_t callback);
--
features/FEATURE_BLE/ble/Gap.h:2038: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-2039- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-2040- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-2041- "Use setEventHandler() instead."
features/FEATURE_BLE/ble/Gap.h-2042- )
features/FEATURE_BLE/ble/Gap.h-2043- TimeoutEventCallbackChain_t &onTimeout();
--
features/FEATURE_BLE/ble/Gap.h:2055: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-2056- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-2057- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-2058- "Use setEventHandler() instead."
features/FEATURE_BLE/ble/Gap.h-2059- )
features/FEATURE_BLE/ble/Gap.h-2060- void onConnection(ConnectionEventCallback_t callback);
--
features/FEATURE_BLE/ble/Gap.h:2074: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-2075- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-2076- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-2077- "Use setEventHandler() instead."
features/FEATURE_BLE/ble/Gap.h-2078- )
features/FEATURE_BLE/ble/Gap.h-2079- void onConnection(T *tptr, void (T::*mptr)(const ConnectionCallbackParams_t *));
--
features/FEATURE_BLE/ble/Gap.h:2093: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-2094- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-2095- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-2096- "Use setEventHandler() instead."
features/FEATURE_BLE/ble/Gap.h-2097- )
features/FEATURE_BLE/ble/Gap.h-2098- ConnectionEventCallbackChain_t &onConnection();
--
features/FEATURE_BLE/ble/Gap.h:2110: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-2111- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-2112- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-2113- "Use setEventHandler() instead."
features/FEATURE_BLE/ble/Gap.h-2114- )
features/FEATURE_BLE/ble/Gap.h-2115- void onDisconnection(DisconnectionEventCallback_t callback);
--
features/FEATURE_BLE/ble/Gap.h:2129: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-2130- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-2131- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-2132- "Use setEventHandler() instead."
features/FEATURE_BLE/ble/Gap.h-2133- )
features/FEATURE_BLE/ble/Gap.h-2134- void onDisconnection(T *tptr, void (T::*mptr)(const DisconnectionCallbackParams_t *));
--
features/FEATURE_BLE/ble/Gap.h:2148: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-2149- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-2150- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-2151- "Use setEventHandler() instead."
features/FEATURE_BLE/ble/Gap.h-2152- )
features/FEATURE_BLE/ble/Gap.h-2153- DisconnectionEventCallbackChain_t &onDisconnection();
--
features/FEATURE_BLE/ble/Gap.h:2174: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-2175- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-2176- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-2177- )
features/FEATURE_BLE/ble/Gap.h-2178- void onRadioNotification(void (*callback)(bool param));
features/FEATURE_BLE/ble/Gap.h-2179-
--
features/FEATURE_BLE/ble/Gap.h:2191: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-2192- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-2193- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-2194- "Use setEventHandler() instead."
features/FEATURE_BLE/ble/Gap.h-2195- )
features/FEATURE_BLE/ble/Gap.h-2196- void onRadioNotification(T *tptr, void (T::*mptr)(bool));
--
features/FEATURE_BLE/ble/Gap.h:2284: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-2285- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-2286- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-2287- "Use EventHandler::onConnectionComplete() instead"
features/FEATURE_BLE/ble/Gap.h-2288- )
features/FEATURE_BLE/ble/Gap.h-2289- void processConnectionEvent(
--
features/FEATURE_BLE/ble/Gap.h:2322: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-2323- "mbed-os-5.9.0",
features/FEATURE_BLE/ble/Gap.h-2324- "The type BLEProtocol::AddressType_t is not suitable when privacy is "
features/FEATURE_BLE/ble/Gap.h-2325- "enabled. Use the overload that accepts a PeerAddressType_t instead."
features/FEATURE_BLE/ble/Gap.h-2326- )
features/FEATURE_BLE/ble/Gap.h-2327- void processConnectionEvent(
--
features/FEATURE_BLE/ble/Gap.h:2351: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-2352- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-2353- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-2354- "Use EventHandler::onDisconnectionComplete() instead"
features/FEATURE_BLE/ble/Gap.h-2355- )
features/FEATURE_BLE/ble/Gap.h-2356- void processDisconnectionEvent(Handle_t handle, DisconnectionReason_t reason);
--
features/FEATURE_BLE/ble/Gap.h:2378: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-2379- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-2380- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-2381- "Use EventHandler::onAdvertisingReport() instead"
features/FEATURE_BLE/ble/Gap.h-2382- )
features/FEATURE_BLE/ble/Gap.h-2383- void processAdvertisementReport(
--
features/FEATURE_BLE/ble/Gap.h:2413: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-2414- "mbed-os-5.9.0",
features/FEATURE_BLE/ble/Gap.h-2415- "The type BLEProtocol::AddressType_t is not suitable when privacy is "
features/FEATURE_BLE/ble/Gap.h-2416- "enabled. Use the overload that accepts a PeerAddressType_t instead."
features/FEATURE_BLE/ble/Gap.h-2417- )
features/FEATURE_BLE/ble/Gap.h-2418- void processAdvertisementReport(
--
features/FEATURE_BLE/ble/Gap.h:2440: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/Gap.h-2441- "mbed-os-5.11.0",
features/FEATURE_BLE/ble/Gap.h-2442- "Deprecated since addition of extended advertising support. "
features/FEATURE_BLE/ble/Gap.h-2443- "Use EventHandler instead"
features/FEATURE_BLE/ble/Gap.h-2444- )
features/FEATURE_BLE/ble/Gap.h-2445- void processTimeoutEvent(TimeoutSource_t source);
--
features/FEATURE_BLE/ble/services/UARTService.h:52:MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/services/UARTService.h-53- "mbed-os-5.13",
features/FEATURE_BLE/ble/services/UARTService.h-54- "This service is deprecated, and no replacement is currently available."
features/FEATURE_BLE/ble/services/UARTService.h-55-)
features/FEATURE_BLE/ble/services/UARTService.h-56-class UARTService {
features/FEATURE_BLE/ble/services/UARTService.h-57-public:
--
features/FEATURE_BLE/ble/services/iBeacon.h:92:MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/services/iBeacon.h-93- "mbed-os-5.11",
features/FEATURE_BLE/ble/services/iBeacon.h-94- "This service is deprecated, and no replacement is currently available."
features/FEATURE_BLE/ble/services/iBeacon.h-95-)
features/FEATURE_BLE/ble/services/iBeacon.h-96-class iBeacon {
features/FEATURE_BLE/ble/services/iBeacon.h-97-public:
--
features/FEATURE_BLE/ble/services/iBeacon.h:214: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/services/iBeacon.h-215- "mbed-os-5.11",
features/FEATURE_BLE/ble/services/iBeacon.h-216- "This service is deprecated, and no replacement is currently available."
features/FEATURE_BLE/ble/services/iBeacon.h-217- )
features/FEATURE_BLE/ble/services/iBeacon.h-218- iBeacon(
features/FEATURE_BLE/ble/services/iBeacon.h-219- BLE &_ble,
--
features/FEATURE_BLE/ble/services/URIBeaconConfigService.h:54:MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/services/URIBeaconConfigService.h-55- "mbed-os-5.11",
features/FEATURE_BLE/ble/services/URIBeaconConfigService.h-56- "This service is deprecated, and no replacement is currently available."
features/FEATURE_BLE/ble/services/URIBeaconConfigService.h-57-)
features/FEATURE_BLE/ble/services/URIBeaconConfigService.h-58-class URIBeaconConfigService {
features/FEATURE_BLE/ble/services/URIBeaconConfigService.h-59- public:
--
features/FEATURE_BLE/ble/services/URIBeaconConfigService.h:106: MBED_DEPRECATED_SINCE(
features/FEATURE_BLE/ble/services/URIBeaconConfigService.h-107- "mbed-os-5.11",
features/FEATURE_BLE/ble/services/URIBeaconConfigService.h-108- "This service is deprecated, and no replacement is currently available."
features/FEATURE_BLE/ble/services/URIBeaconConfigService.h-109- )
features/FEATURE_BLE/ble/services/URIBeaconConfigService.h-110- URIBeaconConfigService(BLE &bleIn,
features/FEATURE_BLE/ble/services/URIBeaconConfigService.h-111- Params_t &paramsIn,
--
features/cellular/framework/AT/AT_CellularStack.h:48: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/cellular/framework/AT/AT_CellularStack.h-49- virtual const char *get_ip_address();
features/cellular/framework/AT/AT_CellularStack.h-50-
features/cellular/framework/AT/AT_CellularStack.h-51- /**
features/cellular/framework/AT/AT_CellularStack.h-52- * Set PDP context ID for this stack
features/cellular/framework/AT/AT_CellularStack.h-53- *
--
features/cellular/framework/API/CellularDevice.h:225: MBED_DEPRECATED_SINCE("mbed-os-5.15", "Use CellularDevice::shutdown() instead.")
features/cellular/framework/API/CellularDevice.h-226- void stop();
features/cellular/framework/API/CellularDevice.h-227-
features/cellular/framework/API/CellularDevice.h-228- /** Get the current FileHandle item used when communicating with the modem.
features/cellular/framework/API/CellularDevice.h-229- *
features/cellular/framework/API/CellularDevice.h-230- * @return reference to FileHandle
--
features/cellular/framework/API/CellularContext.h:125: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/cellular/framework/API/CellularContext.h-126- virtual const char *get_ip_address() = 0;
features/cellular/framework/API/CellularContext.h-127-
features/cellular/framework/API/CellularContext.h-128- /** Register callback for status reporting.
features/cellular/framework/API/CellularContext.h-129- *
features/cellular/framework/API/CellularContext.h-130- * The specified status callback function is called on the network, and the cellular device status changes.
--
features/cellular/framework/API/CellularContext.h:150: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/cellular/framework/API/CellularContext.h-151- virtual const char *get_netmask() = 0;
features/cellular/framework/API/CellularContext.h-152- virtual nsapi_error_t get_gateway(SocketAddress *address) = 0;
features/cellular/framework/API/CellularContext.h:153: MBED_DEPRECATED_SINCE("mbed-os-5.15", "String-based APIs are deprecated")
features/cellular/framework/API/CellularContext.h-154- virtual const char *get_gateway() = 0;
features/cellular/framework/API/CellularContext.h-155- virtual bool is_connected() = 0;
features/cellular/framework/API/CellularContext.h-156-
features/cellular/framework/API/CellularContext.h-157- /** Same as NetworkInterface::get_default_instance()
features/cellular/framework/API/CellularContext.h-158- *
--
hal/ethernet_api.h:33:MBED_DEPRECATED(
hal/ethernet_api.h-34- "Ethernet drivers are provided by a class derived from `EMAC` attached to"
hal/ethernet_api.h-35- " either lwIP or Nanostack."
hal/ethernet_api.h-36-)
hal/ethernet_api.h-37-int ethernet_init(void);
hal/ethernet_api.h:38:MBED_DEPRECATED(
hal/ethernet_api.h-39- "Ethernet drivers are provided by a class derived from `EMAC` attached to"
hal/ethernet_api.h-40- " either lwIP or Nanostack."
hal/ethernet_api.h-41-)
hal/ethernet_api.h-42-void ethernet_free(void);
hal/ethernet_api.h-43-
--
hal/ethernet_api.h:47:MBED_DEPRECATED(
hal/ethernet_api.h-48- "Ethernet drivers are provided by a class derived from `EMAC` attached to"
hal/ethernet_api.h-49- " either lwIP or Nanostack."
hal/ethernet_api.h-50-)
hal/ethernet_api.h-51-int ethernet_write(const char *data, int size);
hal/ethernet_api.h-52-
--
hal/ethernet_api.h:54:MBED_DEPRECATED(
hal/ethernet_api.h-55- "Ethernet drivers are provided by a class derived from `EMAC` attached to"
hal/ethernet_api.h-56- " either lwIP or Nanostack."
hal/ethernet_api.h-57-)
hal/ethernet_api.h-58-int ethernet_send(void);
hal/ethernet_api.h-59-
--
hal/ethernet_api.h:61:MBED_DEPRECATED(
hal/ethernet_api.h-62- "Ethernet drivers are provided by a class derived from `EMAC` attached to"
hal/ethernet_api.h-63- " either lwIP or Nanostack."
hal/ethernet_api.h-64-)
hal/ethernet_api.h-65-int ethernet_receive(void);
hal/ethernet_api.h-66-
--
hal/ethernet_api.h:69:MBED_DEPRECATED(
hal/ethernet_api.h-70- "Ethernet drivers are provided by a class derived from `EMAC` attached to"
hal/ethernet_api.h-71- " either lwIP or Nanostack."
hal/ethernet_api.h-72-)
hal/ethernet_api.h-73-int ethernet_read(char *data, int size);
hal/ethernet_api.h-74-
--
hal/ethernet_api.h:76:MBED_DEPRECATED(
hal/ethernet_api.h-77- "Ethernet drivers are provided by a class derived from `EMAC` attached to"
hal/ethernet_api.h-78- " either lwIP or Nanostack."
hal/ethernet_api.h-79-)
hal/ethernet_api.h-80-void ethernet_address(char *mac);
hal/ethernet_api.h-81-
--
hal/ethernet_api.h:83:MBED_DEPRECATED(
hal/ethernet_api.h-84- "Ethernet drivers are provided by a class derived from `EMAC` attached to"
hal/ethernet_api.h-85- " either lwIP or Nanostack."
hal/ethernet_api.h-86-)
hal/ethernet_api.h-87-int ethernet_link(void);
hal/ethernet_api.h-88-
--
hal/ethernet_api.h:90:MBED_DEPRECATED(
hal/ethernet_api.h-91- "Ethernet drivers are provided by a class derived from `EMAC` attached to"
hal/ethernet_api.h-92- " either lwIP or Nanostack."
hal/ethernet_api.h-93-)
hal/ethernet_api.h-94-void ethernet_set_link(int speed, int duplex);
hal/ethernet_api.h-95-
--
platform/ATCmdParser.h:156: MBED_DEPRECATED_SINCE("mbed-os-5.5.0", "Replaced with set_timeout for consistency")
platform/ATCmdParser.h-157- void setTimeout(int timeout)
platform/ATCmdParser.h-158- {
platform/ATCmdParser.h-159- set_timeout(timeout);
platform/ATCmdParser.h-160- }
platform/ATCmdParser.h-161-
--
platform/ATCmdParser.h:182: MBED_DEPRECATED_SINCE("mbed-os-5.5.0", "Replaced with set_delimiter for consistency")
platform/ATCmdParser.h-183- void setDelimiter(const char *output_delimiter)
platform/ATCmdParser.h-184- {
platform/ATCmdParser.h-185- set_delimiter(output_delimiter);
platform/ATCmdParser.h-186- }
platform/ATCmdParser.h-187-
--
platform/ATCmdParser.h:206: MBED_DEPRECATED_SINCE("mbed-os-5.5.0", "Replaced with debug_on for consistency")
platform/ATCmdParser.h-207- void debugOn(uint8_t on)
platform/ATCmdParser.h-208- {
platform/ATCmdParser.h-209- debug_on(on);
platform/ATCmdParser.h-210- }
platform/ATCmdParser.h-211-
--
platform/source/mbed_interface.c:78:MBED_DEPRECATED_SINCE("mbed-os-5.9", "This function shouldn't be used in new code."
platform/source/mbed_interface.c-79- "For system reset funcionality use system_reset()")
platform/source/mbed_interface.c-80-void mbed_reset(void)
platform/source/mbed_interface.c-81-{
platform/source/mbed_interface.c-82- mbed_interface_reset();
platform/source/mbed_interface.c-83-}
--
platform/source/CallChain.cpp:21:#undef MBED_DEPRECATED_SINCE
platform/source/CallChain.cpp:22:#define MBED_DEPRECATED_SINCE(...)
platform/source/CallChain.cpp-23-
platform/source/CallChain.cpp-24-#include "platform/CallChain.h"
platform/source/CallChain.cpp-25-#include "cmsis.h"
platform/source/CallChain.cpp-26-#include "platform/mbed_critical.h"
platform/source/CallChain.cpp-27-
--
platform/FileHandle.h:168: MBED_DEPRECATED_SINCE("mbed-os-5.4", "Replaced by FileHandle::seek")
platform/FileHandle.h-169- virtual off_t lseek(off_t offset, int whence)
platform/FileHandle.h-170- {
platform/FileHandle.h-171- return seek(offset, whence);
platform/FileHandle.h-172- }
platform/FileHandle.h-173-
--
platform/FileHandle.h:182: MBED_DEPRECATED_SINCE("mbed-os-5.4", "Replaced by FileHandle::sync")
platform/FileHandle.h-183- virtual int fsync()
platform/FileHandle.h-184- {
platform/FileHandle.h-185- return sync();
platform/FileHandle.h-186- }
platform/FileHandle.h-187-
--
platform/FileHandle.h:194: MBED_DEPRECATED_SINCE("mbed-os-5.4", "Replaced by FileHandle::size")
platform/FileHandle.h-195- virtual off_t flen()
platform/FileHandle.h-196- {
platform/FileHandle.h-197- return size();
platform/FileHandle.h-198- }
platform/FileHandle.h-199-
--
platform/CallChain.h:76: MBED_DEPRECATED("CallChain has been deprecated and will be removed.")
platform/CallChain.h-77- CallChain : private NonCopyable<CallChain> {
platform/CallChain.h-78-public:
platform/CallChain.h-79- /** Create an empty chain
platform/CallChain.h-80- * @deprecated
platform/CallChain.h-81- * Do not use this function, this class is not part of the public API of mbed-os and is being removed in the future.
--
platform/CallChain.h:85: MBED_DEPRECATED_SINCE("mbed-os-5.6", "This class is not part of the "
platform/CallChain.h-86- "public API of mbed-os and is being removed in the future.")
platform/CallChain.h-87- CallChain(int size = 4);
platform/CallChain.h-88-
platform/CallChain.h-89- /** Create an empty chain
platform/CallChain.h-90- * @deprecated
--
platform/CallChain.h:93: MBED_DEPRECATED_SINCE("mbed-os-5.6", "This class is not part of the "
platform/CallChain.h-94- "public API of mbed-os and is being removed in the future.")
platform/CallChain.h-95- virtual ~CallChain();
platform/CallChain.h-96-
platform/CallChain.h-97- /** Add a function at the end of the chain
platform/CallChain.h-98- *
--
platform/CallChain.h:107: MBED_DEPRECATED_SINCE("mbed-os-5.6", "This class is not part of the "
platform/CallChain.h-108- "public API of mbed-os and is being removed in the future.")
platform/CallChain.h-109- pFunctionPointer_t add(Callback<void()> func);
platform/CallChain.h-110-
platform/CallChain.h-111- /** Add a function at the end of the chain
platform/CallChain.h-112- *
--
platform/CallChain.h:124: MBED_DEPRECATED_SINCE("mbed-os-5.1",
platform/CallChain.h-125- "The add function does not support cv-qualifiers. Replaced by "
platform/CallChain.h-126- "add(callback(obj, method)).")
platform/CallChain.h-127- pFunctionPointer_t add(T *obj, M method)
platform/CallChain.h-128- {
platform/CallChain.h-129- return add(callback(obj, method));
--
platform/CallChain.h:142: MBED_DEPRECATED_SINCE("mbed-os-5.6", "This class is not part of the "
platform/CallChain.h-143- "public API of mbed-os and is being removed in the future.")
platform/CallChain.h-144- pFunctionPointer_t add_front(Callback<void()> func);
platform/CallChain.h-145-
platform/CallChain.h-146- /** Add a function at the beginning of the chain
platform/CallChain.h-147- *
--
platform/CallChain.h:159: MBED_DEPRECATED_SINCE("mbed-os-5.1",
platform/CallChain.h-160- "The add_front function does not support cv-qualifiers. Replaced by "
platform/CallChain.h-161- "add_front(callback(obj, method)).")
platform/CallChain.h-162- pFunctionPointer_t add_front(T *obj, M method)
platform/CallChain.h-163- {
platform/CallChain.h-164- return add_front(callback(obj, method));
--
platform/CallChain.h:172: MBED_DEPRECATED_SINCE("mbed-os-5.6", "This class is not part of the "
platform/CallChain.h-173- "public API of mbed-os and is being removed in the future.")
platform/CallChain.h-174- int size() const;
platform/CallChain.h-175-
platform/CallChain.h-176- /** Get a function object from the chain
platform/CallChain.h-177- * @deprecated
--
platform/CallChain.h:185: MBED_DEPRECATED_SINCE("mbed-os-5.6", "This class is not part of the "
platform/CallChain.h-186- "public API of mbed-os and is being removed in the future.")
platform/CallChain.h-187- pFunctionPointer_t get(int i) const;
platform/CallChain.h-188-
platform/CallChain.h-189- /** Look for a function object in the call chain
platform/CallChain.h-190- * @deprecated
--
platform/CallChain.h:198: MBED_DEPRECATED_SINCE("mbed-os-5.6", "This class is not part of the "
platform/CallChain.h-199- "public API of mbed-os and is being removed in the future.")
platform/CallChain.h-200- int find(pFunctionPointer_t f) const;
platform/CallChain.h-201-
platform/CallChain.h-202- /** Clear the call chain (remove all functions in the chain).
platform/CallChain.h-203- * @deprecated Do not use this function. This class is not part of the public API of mbed-os and is being removed in the future.
--
platform/CallChain.h:205: MBED_DEPRECATED_SINCE("mbed-os-5.6", "This class is not part of the "
platform/CallChain.h-206- "public API of mbed-os and is being removed in the future.")
platform/CallChain.h-207- void clear();
platform/CallChain.h-208-
platform/CallChain.h-209- /** Remove a function object from the chain
platform/CallChain.h-210- * @deprecated
--
platform/CallChain.h:218: MBED_DEPRECATED_SINCE("mbed-os-5.6", "This class is not part of the "
platform/CallChain.h-219- "public API of mbed-os and is being removed in the future.")
platform/CallChain.h-220- bool remove(pFunctionPointer_t f);
platform/CallChain.h-221-
platform/CallChain.h-222- /** Call all the functions in the chain in sequence
platform/CallChain.h-223- * @deprecated
--
platform/CallChain.h:227: MBED_DEPRECATED_SINCE("mbed-os-5.6", "This class is not part of the "
platform/CallChain.h-228- "public API of mbed-os and is being removed in the future.")
platform/CallChain.h-229- void call();
platform/CallChain.h-230-
platform/CallChain.h-231- /**
platform/CallChain.h-232- * @deprecated
--
platform/CallChain.h:236: MBED_DEPRECATED_SINCE("mbed-os-5.6", "This class is not part of the "
platform/CallChain.h-237- "public API of mbed-os and is being removed in the future.")
platform/CallChain.h-238- void operator()(void)
platform/CallChain.h-239- {
platform/CallChain.h-240- call();
platform/CallChain.h-241- }
--
platform/CallChain.h:248: MBED_DEPRECATED_SINCE("mbed-os-5.6", "This class is not part of the "
platform/CallChain.h-249- "public API of mbed-os and is being removed in the future.")
platform/CallChain.h-250- pFunctionPointer_t operator [](int i) const
platform/CallChain.h-251- {
platform/CallChain.h-252- return get(i);
platform/CallChain.h-253- }
--
platform/mbed_wait_api.h:72:MBED_DEPRECATED_SINCE("mbed-os-5.14",
platform/mbed_wait_api.h-73- "'wait' is deprecated in favor of explicit sleep functions. To sleep, 'wait' should be replaced by "
platform/mbed_wait_api.h-74- "'ThisThread::sleep_for' (C++) or 'thread_sleep_for' (C). If you wish to wait (without sleeping), call "
platform/mbed_wait_api.h-75- "'wait_us'. 'wait_us' is safe to call from ISR context.")
platform/mbed_wait_api.h-76-void wait(float s);
platform/mbed_wait_api.h-77-
--
platform/mbed_wait_api.h:91:MBED_DEPRECATED_SINCE("mbed-os-5.14",
platform/mbed_wait_api.h-92- "'wait_ms' is deprecated in favor of explicit sleep functions. To sleep, 'wait_ms' should be replaced by "
platform/mbed_wait_api.h-93- "'ThisThread::sleep_for' (C++) or 'thread_sleep_for' (C). If you wish to wait (without sleeping), call "
platform/mbed_wait_api.h-94- "'wait_us'. 'wait_us' is safe to call from ISR context.")
platform/mbed_wait_api.h-95-void wait_ms(int ms);
platform/mbed_wait_api.h-96-
--
platform/mbed_toolchain.h:343:/** MBED_DEPRECATED("message string")
platform/mbed_toolchain.h-344- * Mark a function declaration as deprecated, if it used then a warning will be
platform/mbed_toolchain.h-345- * issued by the compiler possibly including the provided message. Note that not
platform/mbed_toolchain.h-346- * all compilers are able to display the message.
platform/mbed_toolchain.h-347- *
platform/mbed_toolchain.h-348- * @code
--
platform/mbed_toolchain.h:351: * MBED_DEPRECATED("don't foo any more, bar instead")
platform/mbed_toolchain.h-352- * void foo(int arg);
platform/mbed_toolchain.h-353- * @endcode
platform/mbed_toolchain.h-354- */
platform/mbed_toolchain.h:355:#ifndef MBED_DEPRECATED
platform/mbed_toolchain.h-356-#if defined(__CC_ARM)
platform/mbed_toolchain.h:357:#define MBED_DEPRECATED(M) __attribute__((deprecated))
platform/mbed_toolchain.h-358-#elif defined(__GNUC__) || defined(__clang__)
platform/mbed_toolchain.h:359:#define MBED_DEPRECATED(M) __attribute__((deprecated(M)))
platform/mbed_toolchain.h-360-#else
platform/mbed_toolchain.h:361:#define MBED_DEPRECATED(M)
platform/mbed_toolchain.h-362-#endif
platform/mbed_toolchain.h-363-#endif
platform/mbed_toolchain.h-364-
platform/mbed_toolchain.h:365:/** MBED_DEPRECATED_SINCE("version", "message string")
platform/mbed_toolchain.h-366- * Mark a function declaration as deprecated, noting that the declaration was
platform/mbed_toolchain.h-367- * deprecated on the specified version. If the function is used then a warning
platform/mbed_toolchain.h-368- * will be issued by the compiler possibly including the provided message.
platform/mbed_toolchain.h-369- * Note that not all compilers are able to display this message.
platform/mbed_toolchain.h-370- *
--
platform/mbed_toolchain.h:374: * MBED_DEPRECATED_SINCE("mbed-os-5.1", "don't foo any more, bar instead")
platform/mbed_toolchain.h-375- * void foo(int arg);
platform/mbed_toolchain.h-376- * @endcode
platform/mbed_toolchain.h-377- */
platform/mbed_toolchain.h:378:#define MBED_DEPRECATED_SINCE(D, M) MBED_DEPRECATED(M " [since " D "]")
platform/mbed_toolchain.h-379-
platform/mbed_toolchain.h-380-/** MBED_CALLER_ADDR()
platform/mbed_toolchain.h-381- * Returns the caller of the current function.
platform/mbed_toolchain.h-382- *
platform/mbed_toolchain.h-383- * @note
--
platform/mbed_interface.h:181:MBED_DEPRECATED_SINCE("mbed-os-5.11",
platform/mbed_interface.h-182- "Renamed to mbed_error_vprintf to match functionality.")
platform/mbed_interface.h-183-void mbed_error_vfprintf(const char *format, va_list arg) MBED_PRINTF(1, 0);
platform/mbed_interface.h-184-/** @}*/
platform/mbed_interface.h-185-
platform/mbed_interface.h-186-
--
platform/NonCopyable.h:191: MBED_DEPRECATED("Invalid copy construction of a NonCopyable resource.")
platform/NonCopyable.h-192- NonCopyable(const NonCopyable &)
platform/NonCopyable.h-193- {
platform/NonCopyable.h-194- debug("Invalid copy construction of a NonCopyable resource: %s\r\n", MBED_PRETTY_FUNCTION);
platform/NonCopyable.h-195- }
platform/NonCopyable.h-196-
--
platform/NonCopyable.h:206: MBED_DEPRECATED("Invalid copy assignment of a NonCopyable resource.")
platform/NonCopyable.h-207- NonCopyable &operator=(const NonCopyable &)
platform/NonCopyable.h-208- {
platform/NonCopyable.h-209- debug("Invalid copy assignment of a NonCopyable resource: %s\r\n", MBED_PRETTY_FUNCTION);
platform/NonCopyable.h-210- return *this;
platform/NonCopyable.h-211- }
--
platform/CriticalSectionLock.h:66: MBED_DEPRECATED_SINCE("mbed-os-5.8",
platform/CriticalSectionLock.h-67- "This function is inconsistent with RAII and is being removed in the future."
platform/CriticalSectionLock.h-68- "Replaced by static function CriticalSectionLock::enable.")
platform/CriticalSectionLock.h-69- void lock();
platform/CriticalSectionLock.h-70-
platform/CriticalSectionLock.h-71- /** Mark the end of a critical section
--
platform/CriticalSectionLock.h:75: MBED_DEPRECATED_SINCE("mbed-os-5.8",
platform/CriticalSectionLock.h-76- "This function is inconsistent with RAII and is being removed in the future."
platform/CriticalSectionLock.h-77- "Replaced by static function CriticalSectionLock::disable.")
platform/CriticalSectionLock.h-78- void unlock();
platform/CriticalSectionLock.h-79-
platform/CriticalSectionLock.h-80- /** Mark the start of a critical section
--
platform/FunctionPointer.h:38: MBED_DEPRECATED_SINCE("mbed-os-5.1",
platform/FunctionPointer.h-39- "FunctionPointerArg1<R, A> has been replaced by Callback<R(A)>")
platform/FunctionPointer.h-40- FunctionPointerArg1(R(*function)(A1) = 0)
platform/FunctionPointer.h-41- : Callback<R(A1)>(function) {}
platform/FunctionPointer.h-42-
platform/FunctionPointer.h-43- template<typename T>
--
platform/FunctionPointer.h:44: MBED_DEPRECATED_SINCE("mbed-os-5.1",
platform/FunctionPointer.h-45- "FunctionPointerArg1<R, A> has been replaced by Callback<R(A)>")
platform/FunctionPointer.h-46- FunctionPointerArg1(T *object, R(T::*member)(A1))
platform/FunctionPointer.h-47- : Callback<R(A1)>(object, member) {}
platform/FunctionPointer.h-48-
platform/FunctionPointer.h-49- R(*get_function())(A1)
--
platform/FunctionPointer.h:72: MBED_DEPRECATED_SINCE("mbed-os-5.1",
platform/FunctionPointer.h-73- "FunctionPointer has been replaced by Callback<void()>")
platform/FunctionPointer.h-74- FunctionPointerArg1(R(*function)() = 0)
platform/FunctionPointer.h-75- : Callback<R()>(function) {}
platform/FunctionPointer.h-76-
platform/FunctionPointer.h-77- template<typename T>
--
platform/FunctionPointer.h:78: MBED_DEPRECATED_SINCE("mbed-os-5.1",
platform/FunctionPointer.h-79- "FunctionPointer has been replaced by Callback<void()>")
platform/FunctionPointer.h-80- FunctionPointerArg1(T *object, R(T::*member)())
platform/FunctionPointer.h-81- : Callback<R()>(object, member) {}
platform/FunctionPointer.h-82-
platform/FunctionPointer.h-83- R(*get_function())()
--
platform/mbed_power_mgmt.h:224:MBED_DEPRECATED_SINCE("mbed-os-5.6", "One entry point for an application, use sleep()")
platform/mbed_power_mgmt.h-225-static inline void deepsleep(void)
platform/mbed_power_mgmt.h-226-{
platform/mbed_power_mgmt.h-227-#if DEVICE_SLEEP
platform/mbed_power_mgmt.h-228- sleep_manager_sleep_auto();
platform/mbed_power_mgmt.h-229-#endif /* DEVICE_SLEEP */
--
platform/DirHandle.h:116: MBED_DEPRECATED_SINCE("mbed-os-5.4", "Replaced by DirHandle::close")
platform/DirHandle.h-117- virtual int closedir()
platform/DirHandle.h-118- {
platform/DirHandle.h-119- return close();
platform/DirHandle.h-120- };
platform/DirHandle.h-121-
--
platform/DirHandle.h:131: MBED_DEPRECATED_SINCE("mbed-os-5.4", "Replaced by DirHandle::read")
platform/DirHandle.h-132- virtual struct dirent *readdir()
platform/DirHandle.h-133- {
platform/DirHandle.h-134- static struct dirent ent;
platform/DirHandle.h-135- return (read(&ent) > 0) ? &ent : NULL;
platform/DirHandle.h-136- }
--
platform/DirHandle.h:141: MBED_DEPRECATED_SINCE("mbed-os-5.4", "Replaced by DirHandle::rewind")
platform/DirHandle.h-142- virtual void rewinddir()
platform/DirHandle.h-143- {
platform/DirHandle.h-144- rewind();
platform/DirHandle.h-145- }
platform/DirHandle.h-146-
--
platform/DirHandle.h:154: MBED_DEPRECATED_SINCE("mbed-os-5.4", "Replaced by DirHandle::tell")
platform/DirHandle.h-155- virtual off_t telldir()
platform/DirHandle.h-156- {
platform/DirHandle.h-157- return tell();
platform/DirHandle.h-158- }
platform/DirHandle.h-159-
--
platform/DirHandle.h:165: MBED_DEPRECATED_SINCE("mbed-os-5.4", "Replaced by DirHandle::seek")
platform/DirHandle.h-166- virtual void seekdir(off_t location)
platform/DirHandle.h-167- {
platform/DirHandle.h-168- seek(location);
platform/DirHandle.h-169- }
platform/DirHandle.h-170-};
--
platform/Callback.h:231: MBED_DEPRECATED_SINCE("mbed-os-5.1",
platform/Callback.h-232- "Arguments to callback have been reordered to Callback(func, arg)")
platform/Callback.h-233- Callback(U *obj, R(*func)(T *, ArgTs...))
platform/Callback.h-234- {
platform/Callback.h-235- new (this) Callback(func, obj);
platform/Callback.h-236- }
--
platform/Callback.h:245: MBED_DEPRECATED_SINCE("mbed-os-5.1",
platform/Callback.h-246- "Arguments to callback have been reordered to Callback(func, arg)")
platform/Callback.h-247- Callback(const U *obj, R(*func)(const T *, ArgTs...))
platform/Callback.h-248- {
platform/Callback.h-249- new (this) Callback(func, obj);
platform/Callback.h-250- }
--
platform/Callback.h:259: MBED_DEPRECATED_SINCE("mbed-os-5.1",
platform/Callback.h-260- "Arguments to callback have been reordered to Callback(func, arg)")
platform/Callback.h-261- Callback(volatile U *obj, R(*func)(volatile T *, ArgTs...))
platform/Callback.h-262- {
platform/Callback.h-263- new (this) Callback(func, obj);
platform/Callback.h-264- }
--
platform/Callback.h:273: MBED_DEPRECATED_SINCE("mbed-os-5.1",
platform/Callback.h-274- "Arguments to callback have been reordered to Callback(func, arg)")
platform/Callback.h-275- Callback(const volatile U *obj, R(*func)(const volatile T *, ArgTs...))
platform/Callback.h-276- {
platform/Callback.h-277- new (this) Callback(func, obj);
platform/Callback.h-278- }
--
platform/Callback.h:294: MBED_DEPRECATED_SINCE("mbed-os-5.4",
platform/Callback.h-295- "Replaced by simple assignment 'Callback cb = func")
platform/Callback.h-296- void attach(R(*func)(ArgTs...))
platform/Callback.h-297- {
platform/Callback.h-298- this->~Callback();
platform/Callback.h-299- new (this) Callback(func);
--
platform/Callback.h:307: MBED_DEPRECATED_SINCE("mbed-os-5.4",
platform/Callback.h-308- "Replaced by simple assignment 'Callback cb = func")
platform/Callback.h-309- void attach(const Callback<R(ArgTs...)> &func)
platform/Callback.h-310- {
platform/Callback.h-311- this->~Callback();
platform/Callback.h-312- new (this) Callback(func);
--
platform/Callback.h:322: MBED_DEPRECATED_SINCE("mbed-os-5.4",
platform/Callback.h-323- "Replaced by simple assignment 'Callback cb = func")
platform/Callback.h-324- void attach(U *obj, R(T::*method)(ArgTs...))
platform/Callback.h-325- {
platform/Callback.h-326- this->~Callback();
platform/Callback.h-327- new (this) Callback(obj, method);
--
platform/Callback.h:337: MBED_DEPRECATED_SINCE("mbed-os-5.4",
platform/Callback.h-338- "Replaced by simple assignment 'Callback cb = func")
platform/Callback.h-339- void attach(const U *obj, R(T::*method)(ArgTs...) const)
platform/Callback.h-340- {
platform/Callback.h-341- this->~Callback();
platform/Callback.h-342- new (this) Callback(obj, method);
--
platform/Callback.h:352: MBED_DEPRECATED_SINCE("mbed-os-5.4",
platform/Callback.h-353- "Replaced by simple assignment 'Callback cb = func")
platform/Callback.h-354- void attach(volatile U *obj, R(T::*method)(ArgTs...) volatile)
platform/Callback.h-355- {
platform/Callback.h-356- this->~Callback();
platform/Callback.h-357- new (this) Callback(obj, method);
--
platform/Callback.h:367: MBED_DEPRECATED_SINCE("mbed-os-5.4",
platform/Callback.h-368- "Replaced by simple assignment 'Callback cb = func")
platform/Callback.h-369- void attach(const volatile U *obj, R(T::*method)(ArgTs...) const volatile)
platform/Callback.h-370- {
platform/Callback.h-371- this->~Callback();
platform/Callback.h-372- new (this) Callback(obj, method);
--
platform/Callback.h:382: MBED_DEPRECATED_SINCE("mbed-os-5.4",
platform/Callback.h-383- "Replaced by simple assignment 'Callback cb = func")
platform/Callback.h-384- void attach(R(*func)(T *, ArgTs...), U *arg)
platform/Callback.h-385- {
platform/Callback.h-386- this->~Callback();
platform/Callback.h-387- new (this) Callback(func, arg);
--
platform/Callback.h:397: MBED_DEPRECATED_SINCE("mbed-os-5.4",
platform/Callback.h-398- "Replaced by simple assignment 'Callback cb = func")
platform/Callback.h-399- void attach(R(*func)(const T *, ArgTs...), const U *arg)
platform/Callback.h-400- {
platform/Callback.h-401- this->~Callback();
platform/Callback.h-402- new (this) Callback(func, arg);
--
platform/Callback.h:412: MBED_DEPRECATED_SINCE("mbed-os-5.4",
platform/Callback.h-413- "Replaced by simple assignment 'Callback cb = func")
platform/Callback.h-414- void attach(R(*func)(volatile T *, ArgTs...), volatile U *arg)
platform/Callback.h-415- {
platform/Callback.h-416- this->~Callback();
platform/Callback.h-417- new (this) Callback(func, arg);
--
platform/Callback.h:427: MBED_DEPRECATED_SINCE("mbed-os-5.4",
platform/Callback.h-428- "Replaced by simple assignment 'Callback cb = func")
platform/Callback.h-429- void attach(R(*func)(const volatile T *, ArgTs...), const volatile U *arg)
platform/Callback.h-430- {
platform/Callback.h-431- this->~Callback();
platform/Callback.h-432- new (this) Callback(func, arg);
--
platform/Callback.h:442: MBED_DEPRECATED_SINCE("mbed-os-5.4",
platform/Callback.h-443- "Replaced by simple assignment 'Callback cb = func")
platform/Callback.h-444- void attach(F f, MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, R(F::*)(ArgTs...)))
platform/Callback.h-445- {
platform/Callback.h-446- this->~Callback();
platform/Callback.h-447- new (this) Callback(f);
--
platform/Callback.h:457: MBED_DEPRECATED_SINCE("mbed-os-5.4",
platform/Callback.h-458- "Replaced by simple assignment 'Callback cb = func")
platform/Callback.h-459- void attach(const F f, MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, R(F::*)(ArgTs...) const))
platform/Callback.h-460- {
platform/Callback.h-461- this->~Callback();
platform/Callback.h-462- new (this) Callback(f);
--
platform/Callback.h:472: MBED_DEPRECATED_SINCE("mbed-os-5.4",
platform/Callback.h-473- "Replaced by simple assignment 'Callback cb = func")
platform/Callback.h-474- void attach(volatile F f, MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, R(F::*)(ArgTs...) volatile))
platform/Callback.h-475- {
platform/Callback.h-476- this->~Callback();
platform/Callback.h-477- new (this) Callback(f);
--
platform/Callback.h:487: MBED_DEPRECATED_SINCE("mbed-os-5.4",
platform/Callback.h-488- "Replaced by simple assignment 'Callback cb = func")
platform/Callback.h-489- void attach(const volatile F f, MBED_ENABLE_IF_CALLBACK_COMPATIBLE(F, R(F::*)(ArgTs...) const volatile))
platform/Callback.h-490- {
platform/Callback.h-491- this->~Callback();
platform/Callback.h-492- new (this) Callback(f);
--
platform/Callback.h:502: MBED_DEPRECATED_SINCE("mbed-os-5.1",
platform/Callback.h-503- "Arguments to callback have been reordered to attach(func, arg)")
platform/Callback.h-504- void attach(U *obj, R(*func)(T *, ArgTs...))
platform/Callback.h-505- {
platform/Callback.h-506- this->~Callback();
platform/Callback.h-507- new (this) Callback(func, obj);
--
platform/Callback.h:517: MBED_DEPRECATED_SINCE("mbed-os-5.1",
platform/Callback.h-518- "Arguments to callback have been reordered to attach(func, arg)")
platform/Callback.h-519- void attach(const U *obj, R(*func)(const T *, ArgTs...))
platform/Callback.h-520- {
platform/Callback.h-521- this->~Callback();
platform/Callback.h-522- new (this) Callback(func, obj);
--
platform/Callback.h:532: MBED_DEPRECATED_SINCE("mbed-os-5.1",
platform/Callback.h-533- "Arguments to callback have been reordered to attach(func, arg)")
platform/Callback.h-534- void attach(volatile U *obj, R(*func)(volatile T *, ArgTs...))
platform/Callback.h-535- {
platform/Callback.h-536- this->~Callback();
platform/Callback.h-537- new (this) Callback(func, obj);
--
platform/Callback.h:547: MBED_DEPRECATED_SINCE("mbed-os-5.1",
platform/Callback.h-548- "Arguments to callback have been reordered to attach(func, arg)")
platform/Callback.h-549- void attach(const volatile U *obj, R(*func)(const volatile T *, ArgTs...))
platform/Callback.h-550- {
platform/Callback.h-551- this->~Callback();
platform/Callback.h-552- new (this) Callback(func, obj);
--
platform/Callback.h:830:MBED_DEPRECATED_SINCE("mbed-os-5.1",
platform/Callback.h-831- "Arguments to callback have been reordered to callback(func, arg)")
platform/Callback.h-832-Callback<R(ArgTs...)> callback(U *obj, R(*func)(T *, ArgTs...))
platform/Callback.h-833-{
platform/Callback.h-834- return Callback<R(ArgTs...)>(func, obj);
platform/Callback.h-835-}
--
platform/Callback.h:846:MBED_DEPRECATED_SINCE("mbed-os-5.1",
platform/Callback.h-847- "Arguments to callback have been reordered to callback(func, arg)")
platform/Callback.h-848-Callback<R(ArgTs...)> callback(const U *obj, R(*func)(const T *, ArgTs...))
platform/Callback.h-849-{
platform/Callback.h-850- return Callback<R(ArgTs...)>(func, obj);
platform/Callback.h-851-}
--
platform/Callback.h:862:MBED_DEPRECATED_SINCE("mbed-os-5.1",
platform/Callback.h-863- "Arguments to callback have been reordered to callback(func, arg)")
platform/Callback.h-864-Callback<R(ArgTs...)> callback(volatile U *obj, R(*func)(volatile T *, ArgTs...))
platform/Callback.h-865-{
platform/Callback.h-866- return Callback<R(ArgTs...)>(func, obj);
platform/Callback.h-867-}
--
platform/Callback.h:878:MBED_DEPRECATED_SINCE("mbed-os-5.1",
platform/Callback.h-879- "Arguments to callback have been reordered to callback(func, arg)")
platform/Callback.h-880-Callback<R(ArgTs...)> callback(const volatile U *obj, R(*func)(const volatile T *, ArgTs...))
platform/Callback.h-881-{
platform/Callback.h-882- return Callback<R(ArgTs...)>(func, obj);
platform/Callback.h-883-}
--
platform/FileSystemLike.h:62: MBED_DEPRECATED_SINCE("mbed-os-5.5",
platform/FileSystemLike.h-63- "Replaced by `int open(FileHandle **, ...)` for propagating error codes")
platform/FileSystemLike.h-64- FileHandle *open(const char *path, int flags)
platform/FileSystemLike.h-65- {
platform/FileSystemLike.h-66- FileHandle *file;
platform/FileSystemLike.h-67- int err = open(&file, path, flags);
--
platform/FileSystemLike.h:77: MBED_DEPRECATED_SINCE("mbed-os-5.5",
platform/FileSystemLike.h-78- "Replaced by `int open(DirHandle **, ...)` for propagating error codes")
platform/FileSystemLike.h-79- DirHandle *opendir(const char *path)
platform/FileSystemLike.h-80- {
platform/FileSystemLike.h-81- DirHandle *dir;
platform/FileSystemLike.h-82- int err = open(&dir, path);
--
rtos/Semaphore.h:73: MBED_DEPRECATED_SINCE("mbed-os-5.13", "Replaced with acquire, try_acquire() and try_acquire_for() functions")
rtos/Semaphore.h-74- int32_t wait(uint32_t millisec = osWaitForever);
rtos/Semaphore.h-75-
rtos/Semaphore.h-76- /** Wait until a Semaphore resource becomes available.
rtos/Semaphore.h-77-
rtos/Semaphore.h-78- @deprecated Do not use this function. This function has been replaced with try_acquire_until().
--
rtos/Semaphore.h:89: MBED_DEPRECATED_SINCE("mbed-os-5.13", "Replaced with try_acquire_until()")
rtos/Semaphore.h-90- int32_t wait_until(uint64_t millisec);
rtos/Semaphore.h-91-
rtos/Semaphore.h-92- /** Wait until a Semaphore resource becomes available.
rtos/Semaphore.h-93-
rtos/Semaphore.h-94- @note You cannot call this function from ISR context.
--
rtos/RtosTimer.h:102: MBED_DEPRECATED_SINCE("mbed-os-5.1",
rtos/RtosTimer.h-103- "Replaced with RtosTimer(Callback<void()>, os_timer_type)")
rtos/RtosTimer.h:104: MBED_DEPRECATED_SINCE("mbed-os-5.2",
rtos/RtosTimer.h-105- "The RtosTimer has been superseded by the EventQueue. See RtosTimer.h for more details")
rtos/RtosTimer.h-106- RtosTimer(void (*func)(void const *argument), os_timer_type type = osTimerPeriodic, void *argument = nullptr)
rtos/RtosTimer.h-107- {
rtos/RtosTimer.h-108- constructor(mbed::callback((void (*)(void *))func, argument), type);
rtos/RtosTimer.h-109- }
--
rtos/RtosTimer.h:119: MBED_DEPRECATED_SINCE("mbed-os-5.2",
rtos/RtosTimer.h-120- "The RtosTimer has been superseded by the EventQueue. See RtosTimer.h for more details")
rtos/RtosTimer.h-121- RtosTimer(mbed::Callback<void()> func, os_timer_type type = osTimerPeriodic)
rtos/RtosTimer.h-122- {
rtos/RtosTimer.h-123- constructor(func, type);
rtos/RtosTimer.h-124- }
--
rtos/RtosTimer.h:139: MBED_DEPRECATED_SINCE("mbed-os-5.1",
rtos/RtosTimer.h-140- "The RtosTimer constructor does not support cv-qualifiers. Replaced by "
rtos/RtosTimer.h-141- "RtosTimer(callback(obj, method), os_timer_type).")
rtos/RtosTimer.h:142: MBED_DEPRECATED_SINCE("mbed-os-5.2",
rtos/RtosTimer.h-143- "The RtosTimer has been superseded by the EventQueue. See RtosTimer.h for more details")
rtos/RtosTimer.h-144- RtosTimer(T *obj, M method, os_timer_type type = osTimerPeriodic)
rtos/RtosTimer.h-145- {
rtos/RtosTimer.h-146- constructor(mbed::callback(obj, method), type);
rtos/RtosTimer.h-147- }
--
rtos/Thread.h:147: MBED_DEPRECATED_SINCE("mbed-os-5.1",
rtos/Thread.h-148- "Thread-spawning constructors hide errors. "
rtos/Thread.h-149- "Replaced by thread.start(task).")
rtos/Thread.h-150- Thread(mbed::Callback<void()> task,
rtos/Thread.h-151- osPriority priority = osPriorityNormal,
rtos/Thread.h-152- uint32_t stack_size = OS_STACK_SIZE,
--
rtos/Thread.h:179: MBED_DEPRECATED_SINCE("mbed-os-5.1",
rtos/Thread.h-180- "Thread-spawning constructors hide errors. "
rtos/Thread.h-181- "Replaced by thread.start(callback(task, argument)).")
rtos/Thread.h-182- Thread(T *argument, void (T::*task)(),
rtos/Thread.h-183- osPriority priority = osPriorityNormal,
rtos/Thread.h-184- uint32_t stack_size = OS_STACK_SIZE,
--
rtos/Thread.h:212: MBED_DEPRECATED_SINCE("mbed-os-5.1",
rtos/Thread.h-213- "Thread-spawning constructors hide errors. "
rtos/Thread.h-214- "Replaced by thread.start(callback(task, argument)).")
rtos/Thread.h-215- Thread(T *argument, void (*task)(T *),
rtos/Thread.h-216- osPriority priority = osPriorityNormal,
rtos/Thread.h-217- uint32_t stack_size = OS_STACK_SIZE,
--
rtos/Thread.h:245: MBED_DEPRECATED_SINCE("mbed-os-5.1",
rtos/Thread.h-246- "Thread-spawning constructors hide errors. "
rtos/Thread.h-247- "Replaced by thread.start(callback(task, argument)).")
rtos/Thread.h-248- Thread(void (*task)(void const *argument), void *argument = nullptr,
rtos/Thread.h-249- osPriority priority = osPriorityNormal,
rtos/Thread.h-250- uint32_t stack_size = OS_STACK_SIZE,
--
rtos/Thread.h:276: MBED_DEPRECATED_SINCE("mbed-os-5.1",
rtos/Thread.h-277- "The start function does not support cv-qualifiers. "
rtos/Thread.h-278- "Replaced by thread.start(callback(obj, method)).")
rtos/Thread.h-279- osStatus start(T *obj, M method)
rtos/Thread.h-280- {
rtos/Thread.h-281- return start(mbed::callback(obj, method));
--
rtos/Thread.h:329: MBED_DEPRECATED_SINCE("mbed-os-5.10",
rtos/Thread.h-330- "Other signal_xxx methods have been deprecated in favour of ThisThread::flags functions. "
rtos/Thread.h-331- "To match this naming scheme, derived from CMSIS-RTOS2, Thread::flags_set is now provided.")
rtos/Thread.h-332- int32_t signal_set(int32_t signals);
rtos/Thread.h-333-
rtos/Thread.h-334- /** State of the Thread */
--
rtos/Thread.h:413: MBED_DEPRECATED_SINCE("mbed-os-5.10",
rtos/Thread.h-414- "Static methods only affecting current thread cause confusion. "
rtos/Thread.h-415- "Replaced by ThisThread::flags_clear.")
rtos/Thread.h-416- static int32_t signal_clr(int32_t signals);
rtos/Thread.h-417-
rtos/Thread.h-418- /** Wait for one or more Thread Flags to become signaled for the current RUNNING thread.
--
rtos/Thread.h:427: MBED_DEPRECATED_SINCE("mbed-os-5.10",
rtos/Thread.h-428- "Static methods only affecting current thread cause confusion. "
rtos/Thread.h-429- "Replaced by ThisThread::flags_wait_all, ThisThread::flags_wait_all_for, ThisThread::flags_wait_any and ThisThread:wait_any_for.")
rtos/Thread.h-430- static osEvent signal_wait(int32_t signals, uint32_t millisec = osWaitForever);
rtos/Thread.h-431-
rtos/Thread.h-432- /** Wait for a specified time period in milliseconds
--
rtos/Thread.h:442: MBED_DEPRECATED_SINCE("mbed-os-5.10",
rtos/Thread.h-443- "Static methods only affecting current thread cause confusion. "
rtos/Thread.h-444- "Replaced by ThisThread::sleep_for.")
rtos/Thread.h-445- static osStatus wait(uint32_t millisec);
rtos/Thread.h-446-
rtos/Thread.h-447- /** Wait until a specified time in millisec
--
rtos/Thread.h:462: MBED_DEPRECATED_SINCE("mbed-os-5.10",
rtos/Thread.h-463- "Static methods only affecting current thread cause confusion. "
rtos/Thread.h-464- "Replaced by ThisThread::sleep_until.")
rtos/Thread.h-465- static osStatus wait_until(uint64_t millisec);
rtos/Thread.h-466-
rtos/Thread.h-467- /** Pass control to next thread that is in state READY.
--
rtos/Thread.h:473: MBED_DEPRECATED_SINCE("mbed-os-5.10",
rtos/Thread.h-474- "Static methods only affecting current thread cause confusion. "
rtos/Thread.h-475- "Replaced by ThisThread::yield.")
rtos/Thread.h-476- static osStatus yield();
rtos/Thread.h-477-
rtos/Thread.h-478- /** Get the thread id of the current running thread.
--
rtos/Thread.h:485: MBED_DEPRECATED_SINCE("mbed-os-5.10",
rtos/Thread.h-486- "Static methods only affecting current thread cause confusion. "
rtos/Thread.h-487- "Replaced by ThisThread::get_id. Use Thread::get_id for the ID of a specific Thread.")
rtos/Thread.h-488- static osThreadId gettid();
rtos/Thread.h-489-
rtos/Thread.h-490- /** Attach a function to be called by the RTOS idle task
--
rtos/Thread.h:496: MBED_DEPRECATED_SINCE("mbed-os-5.10",
rtos/Thread.h-497- "Static methods affecting system cause confusion. "
rtos/Thread.h-498- "Replaced by Kernel::attach_idle_hook.")
rtos/Thread.h-499- static void attach_idle_hook(void (*fptr)(void));
rtos/Thread.h-500-
rtos/Thread.h-501- /** Attach a function to be called when a task is killed
--
rtos/Thread.h:507: MBED_DEPRECATED_SINCE("mbed-os-5.10",
rtos/Thread.h-508- "Static methods affecting system cause confusion. "
rtos/Thread.h-509- "Replaced by Kernel::attach_thread_terminate_hook.")
rtos/Thread.h-510- static void attach_terminate_hook(void (*fptr)(osThreadId id));
rtos/Thread.h-511-
rtos/Thread.h-512- /** Thread destructor
--
rtos/Mutex.h:114: MBED_DEPRECATED_SINCE("mbed-os-5.10.0", "Replaced with lock(), trylock() and trylock_for() functions")
rtos/Mutex.h-115- osStatus lock(uint32_t millisec);
rtos/Mutex.h-116-
rtos/Mutex.h-117- /** Try to lock the mutex, and return immediately
rtos/Mutex.h-118- @return true if the mutex was acquired, false otherwise.
rtos/Mutex.h-119- @note equivalent to trylock_for(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment