Skip to content

This PR is for testing only, do not use #344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 22 commits into from
Closed

This PR is for testing only, do not use #344

wants to merge 22 commits into from

Conversation

SidLeung
Copy link
Contributor

No description provided.

sgbihu and others added 19 commits October 27, 2016 10:28
Know issues:
1. Memory issue. Some times the memcmp not work correct.
2. Central not complete. But can do scan.
1. Add the auto discover
2. Resolve the connect request was not scheduled issue
3. Implement the read/write request
Note: need change the compiler parameter in platform.txt.
"compiler.c.flags=-c -std=gnu11 -mcpu=quarkse_em -mlittle-endian -g -Os ..." to
"compiler.c.flags=-c -std=gnu11 -mcpu=quarkse_em -mlittle-endian -g -O0"
"compiler.cpp.flags=-c -mcpu=quarkse_em -mlittle-endian -g -Os ..." to
"compiler.cpp.flags=-c -mcpu=quarkse_em -mlittle-endian -g -O0 ..."
1. Add the Notify/Indicate feature
2. Add the notify central/peripheral example sketches
1. Fix the callback doesn't work issue
2. Fix the Klock scan issue
1. The discover can support mutiple services in GATT server.
2. The attributes doesn't include the CCCD and make regiter service failed
1. Enable buffer advertisment from peripheral
2. Enable ADV's RSSI
3. Enable scan without parameter
1. Support valueupdated event
2. Change the balloc/bfree to malloc/free
3. Change return type from BLE_STATUS_T to int
1. Implement BLEAttributeWithValue class
2. Change the code structure
3. Change the return value
1. Update example sketches;
2. Check the NULL pointers;
3. Add the writeValue to the template;
4. Delete reference in callback parameters;
Previously this method was returning the address of a function-local
variable. All example sketches for Central were attempting to access
this address after the method had returned, so would have invoked undefined
behaviour.
Apparently advertisedServicesUuid() has never worked. It should work now.
@kitsunami kitsunami added this to the Castor milestone Nov 11, 2016
Xie,Qi and others added 3 commits November 15, 2016 00:42
Mods:
- A KW issue that turns out to be a bug in BLEProfile::attribute.  It shunted the if check and caused the routine to bail early with nothing found.
@kitsunami kitsunami closed this Nov 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants