Skip to content

Commit

Permalink
Merge pull request #71 from HumanDynamics/adv_data_fix
Browse files Browse the repository at this point in the history
Fix for advertising issue
  • Loading branch information
OrenLederman authored Oct 10, 2016
2 parents 29befc6 + bc75151 commit 2cec207
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/nRF_badge/data_collector/incl/ble_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ void BLEresume(ble_pauseReq_src source)
if(pauseRequest[src]) return; // if any pending pause requests, don't restart advertising
}
// If no pending pause requests, restart advertising.
if (needAdvDataUpdate) setAdvData();
BLEstartAdvertising();
}

Expand Down

0 comments on commit 2cec207

Please sign in to comment.