mbed-os/features
Kimmo Vaisanen 1279c20ce6 Cellular: Change visibility of _is_connected as protected
AT_CellularContext::do_connect() is a virtual API and therefore can be overwritten in
inherited class. The problem was that it sets AT_CellularContext::_is_connected flag but
earlier it was set as private member making it impossible to set in overwritten do_connect()
method.

This commit fixes the problem by changing _is_connected as protected enabling its use
in inherited class.
2019-10-04 10:29:56 +03:00
..
FEATURE_BLE Adapt to Target that don't support 3M BT Uart Baud 2019-09-24 16:49:54 -07:00
FEATURE_BOOTLOADER Squashed 'features/nanostack/coap-service/' changes from 086e7ba..3c79829 2019-05-21 14:21:19 +03:00
cellular Cellular: Change visibility of _is_connected as protected 2019-10-04 10:29:56 +03:00
cryptocell/FEATURE_CRYPTOCELL310 Merge pull request #10991 from RonEld/update_readme_for_optin_in_modules 2019-09-06 11:41:41 +02:00
deprecated_warnings Squashed 'features/nanostack/coap-service/' changes from 086e7ba..3c79829 2019-05-21 14:21:19 +03:00
device_key Upstream PR #11073 review request changes (#11135) 2019-08-02 12:32:40 +01:00
frameworks Delaying message id random initialization to later stage. 2019-09-13 16:17:14 +03:00
lorawan LoRa: Fix build warning about _ongoing_tx_msg 2019-09-30 12:36:55 +03:00
lwipstack TCP Packet loss when TCP Receive mailbox is full. 2019-09-25 10:58:25 -07:00
mbedtls tls: Update to Mbed TLS 2.19.1 2019-09-17 15:24:09 +01:00
nanostack tls: Update export keys callback to use const 2019-09-17 12:57:05 +01:00
netsocket Merge pull request #11357 from kivaisan/offloaded_tlssocket_bg96 2019-10-03 11:54:32 +01:00
nfc Remove extraneous parentheses. 2019-09-03 09:58:08 +01:00
storage Check return of BlockDevice::init() in TDBStore. 2019-09-30 13:26:56 +03:00
unsupported Merge pull request #10653 from desowin/stm-usb-host 2019-06-09 18:01:46 +01:00