Skip to content

Jira 857, BLEPeripheral::connected() always returns false, git 444 - #454

Merged
ndgbuilder merged 1 commit into
arduino:masterfrom
SidLeung:Jira857
Feb 23, 2017
Merged

Jira 857, BLEPeripheral::connected() always returns false, git 444#454
ndgbuilder merged 1 commit into
arduino:masterfrom
SidLeung:Jira857

Conversation

@SidLeung

Copy link
Copy Markdown
Contributor

Root casue:

  • The stack need use connected device to get the state.
  • The current code used local address to get the link and get an error.

Code mods:

  1. BLEPeripheral.cpp:
    • Use central's address to get connection state.

Root casue:
  - The stack need use connected device to get the state.
  - The current code used local address to get the link and get an error.

Code mods:

1. BLEPeripheral.cpp:
   - Use central's address to get connection state.
@SidLeung

Copy link
Copy Markdown
Contributor Author

This PR is originated from #447

@eriknyquist , since you have approved this segment of code change at #447, please mark this PR approved.

@russmcinnis @noelpaz , no need re-test since you have tested this item using #447 for Jira 857.

@SidLeung

Copy link
Copy Markdown
Contributor Author

@yashaswini-hanji , please merge to main trunk and close out Jira 857.

@ndgbuilder
ndgbuilder merged commit a2df179 into arduino:master Feb 23, 2017
@yashaswini-hanji

Copy link
Copy Markdown
Contributor

PR merged and closed Jira 857

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants