-
Notifications
You must be signed in to change notification settings - Fork 513
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
RTL872x-based platforms: supports BLE GATT client, BLE central role and pairing APIs #2542
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
2958a65
[rtl872x] hal: makes BLE connections extendable.
XuGuohui 34b7832
[rtl872x] hal: implement APIs for getting/setting BLE PPCP.
XuGuohui 344ea64
[rtl872x] hal: implements connection related APIs.
XuGuohui cec451f
[rtl872x] hal: implement GATT client related APIs.
XuGuohui ab300c1
[rtl872x] hal: fix the issue that BLE GATT server indication may lose…
XuGuohui fd8748b
[rtl872x] hal: implement BLE pairing APIs
XuGuohui 161e0eb
[rtl872x] hal: give BLE connection semaphore only when MTU is updated
XuGuohui 2be8a0a
[rtl872x] ble: add comments
XuGuohui 70da17c
[rtl872x] hal: BLE peripheral and broadcaster concurrent roles.
XuGuohui 7393c8d
[rtl872x] BLE: fixes some race conditions and makes some improvements.
XuGuohui 38d50f3
[rtl872x] ble: coexistence workaround, minor LESC stuff
avtolstoy 12957a9
[rtl872x] ble: minor LESC_ONLY fix
avtolstoy d6c7949
[rtl872x] fix BLE race conditions.
XuGuohui 2e55fed
[test] enable tests of setting BLE address for P2.
XuGuohui cacabb3
[rtl872x] timer thread should have max priority otherwise its queue w…
avtolstoy 4466bd8
[rtl872x] ble: fix race condition with GAP_MSG_LE_CONN_STATE_CHANGE g…
avtolstoy 2472a56
[rtl872x] ble: thread safety for connections_ array
avtolstoy 7bc980d
[test] wiring/ble_central_peripheral/ble_central: delay when switchin…
avtolstoy 0b37089
[rtl872x] introduce a new SDK API to get pairing procedure type.
XuGuohui 2fb6d65
Set size to get ppcp params
keeramis a002f91
[rtl872x] ble: workaround for a BT stack race condition
avtolstoy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ambd_sdk
updated
4 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be supported with
GAP_AUTHEN_BIT_SC_ONLY_FLAG
, right?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added this in https://github.com/particle-iot/device-os/tree/feature%2Fp2_ble_central-v2, feel free to pull-in if necessary.