this is using the mbed os version 5-13-1

Dependencies:   mbed-http

Revisions of source/BleManager.cpp

Revision Date Message Actions
124:eae4512b131b 2019-06-15 new features now tested. File  Diff  Annotate
123:a49e9ffbaca6 2019-06-14 Implemented the following features:; 1. FW version; 2. BLE MAC address; 3. BLE name; 4. WiFi MAC address; Not fully tested File  Diff  Annotate
121:ac4f59839e4f 2019-06-01 - BLE AT commands and responses implemented; - configuration storage implemented; - configuration delete implemented; - factory reset implemented; BLE connection with Box tested ok so far. File  Diff  Annotate
120:779b74689747 2019-05-27 - progressed implementation of AT/BLE commands; - started basic testing; - sending short strings from BLE works ok File  Diff  Annotate
119:8d939a902333 2019-05-27 - implemented cloud connection keep-alive mechanism; - implemented BLE manager state machine for processing messages from radio RX and AT commands.; this version passes end-2-end testing File  Diff  Annotate
118:8df0e9c2ee3f 2019-05-25 - fixed memory leak bug with ATCMD manager; - added BLE memory pool and queues and connected up to main, BLE manager and ATCMD; - code compiling; - python test passing File  Diff  Annotate
116:2296cf274661 2019-05-19 refactoring main, atcmd, BLE and WiFi. added data structures into main and replaced values with references in main. tested and works. File  Diff  Annotate
113:888e262ff0a9 2019-05-18 BLE now working at startup. File  Diff  Annotate
108:3c8fb2c6e7bf 2019-05-06 this version is passing regression File  Diff  Annotate
103:7b566b522427 2019-05-02 reached cloud hello message in box comms sequence File  Diff  Annotate
90:ed0267eca7b5 2019-04-07 https response format implemented and tested File  Diff  Annotate
87:99b37d26ff2a 2019-03-29 http/https request and response implemented File  Diff  Annotate
79:a2187bbfa407 2019-03-20 now have working mechanism for comms between threads using memory pool and queue.; Next stage expand this for data. File  Diff  Annotate
78:07bb86e3ce14 2019-03-16 Main Manager class constructors and configuration structures implemented. File  Diff  Annotate
77:0b505d1e15f4 2019-03-15 BLE & ATCmdManager working concurrently File  Diff  Annotate
76:6afda865fbf8 2019-03-15 secure BLE with Uart now working. File  Diff  Annotate
75:08eff6258e1b 2019-03-14 Ble Security example now working! File  Diff  Annotate
74:f26e846adfe9 2019-03-10 ATCmdManager now instaltiates ok File  Diff  Annotate