Skip to content

Conversation

@SidLeung
Copy link
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
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.

Copy link
Contributor

@russmcinnis russmcinnis left a comment

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
Copy link
Contributor Author

SidLeung commented Mar 1, 2017

@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
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.

5 participants