You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Jira 541 Peripheral Start fails on X Number of Attributes
-Change the interface and add return value
2. Fix BLE Peripheral is not advertising
-Add a delay after register the profile.
3. Modify some comments based on code review
4. Jira 544 BLE peripheral disconnect and end functions
-The state not aligned and make disconnect failed. Update when connect and disconnect event received
5. Delete the duplicated code that base class has implemented
6. Fix Jira 665 BLECentral Preview -- compile issue when instantiating BLE descriptor
-Fix the build error.
Note:
i . The current code only support one descriptor on characteristic.
ii . The central discover logic need more twist.
iii. Now is so long and can't process CCCD and another characteristic.
iv . The library will support one other descriptor except CCCD.
7. Improve the discover logic and support another descriptor
i. Improve the discover logic
ii. Support another the descriptor and CCCD at same time.
8. Modify the comments and delete the unused API
9. Fix Jira 670 A compile error occurs with two BLE methods with the same name
i. Add method uuid_cstr in BLEAttribute class.
ii. Remove the duplicate file.
10. Fix Jira 672 BLE documentation in code needs to specify units
i. Change the scan and connection interval's unit to ms.
ii. Unify the advertising interval unit as millisecond
iii. Delete some unused code.
11. Fix Jria 671 Support update connection interval in central/peripheral
i. Central can update the connection interval.
ii. Unify the interval unit to ms at user API.
12. Adjust the example comments and functions
i. Fix Jira 675 - BLE callbacks should use passed arguments instead of global variables
ii. Adjust the code struture to align with Arduino's requirement
13. Fix Jira 680 LED and LED Central sketches need some work
-Add a delay to make sure profile register process success.
-The UART send too fast may makes the profile registration failed.
14. Fix Jira 673 BLE Api should pass arguments that are typedef
15. Fix Jira 671 Support update connection interval in central/peripheral
i. Add peripheral update the connection interval feature.
ii. Update the library.
16. Fix Jira 687 Edit the keyword.txt of CurieBLE to reflect Library changes
17. Make example function ready. But need to resolve Jira 675
18. Fix Jira 676 Review Edit Update BLE User Manual with China Flex
19. Fix Jira 685 BLE Peripheral sketches shall state which associated Central sketch to use
20. Fix Jira 588 - BLE Corrupted Long Write
i. Modify the BLECharacteristic to implement the Long write feature.
21. Fix Jira 683 Typecasting and Pointers should be avoided in sketch
i. Add write in Characteristic template
ii. Add method in BLE Role class to avoid typecaste
iii. Modify the advertise address parameter and related example sketches
22. Fix Jira 704 Type Characteristic should be documented
23. Fix Jira 684 Documentation about the central/peripheral
0 commit comments