Skip to content

Jira 858, Can't trigger BLEConnected, BLEDisconnected events, git 445 - #455

Closed
SidLeung wants to merge 1 commit into
arduino:masterfrom
SidLeung:Jira858
Closed

Jira 858, Can't trigger BLEConnected, BLEDisconnected events, git 445#455
SidLeung wants to merge 1 commit into
arduino:masterfrom
SidLeung:Jira858

Conversation

@SidLeung

Copy link
Copy Markdown
Contributor

Root casue:

  • The callback regiter before the begin and the begin
    reset the callback.

Code mods:

  1. BLEPeripheral.cpp:
    • Remove clearing of callback register array at begin(). The
      array is cleared upon system initialization.

@SidLeung SidLeung self-assigned this Feb 23, 2017
@SidLeung SidLeung added this to the Deneb milestone Feb 23, 2017
@SidLeung

Copy link
Copy Markdown
Contributor Author

This PR originates from one segment of #447 to address Jira 858 (git issue 445).

@eriknyquist , Made the changes you requested in #447, please review.

@russmcinnis @noelpaz , please re-test this item since there is code change involved since the last round. Thanks.

@russmcinnis russmcinnis left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

system tests and unit tests passed. Connect and Disconnect events are logged in the serial console as expected.

Root casue:
  - The callback regiter before the begin and the begin
    reset the callback.

Code mods:
1. BLEPeripheral.cpp:
   - Remove clearing of callback register array at begin(). The
     array is cleared upon system initialization.
@SidLeung

SidLeung commented Mar 1, 2017

Copy link
Copy Markdown
Contributor Author

@yashaswini-hanji , please merge this PR to main trunk and close the Jira ticket

@SidLeung SidLeung assigned yashaswini-hanji and unassigned SidLeung Mar 1, 2017
@yashaswini-hanji

Copy link
Copy Markdown
Contributor

PR merged and Jira closed

@yashaswini-hanji yashaswini-hanji removed their assignment Mar 1, 2017
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.

7 participants