Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. bool start(uint32_t duration, void (*scanCompleteCB)(BLEScanResults), bool is_continue = false);
  2.  
  3. void OnScanResults(BLEScanResults scanResults)
  4. { }
  5.  
  6. scanResults = scan->start(60, OnScanResults, true);
  7.  
  8. void (*scanCompleteCB)(BLEScanResults)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement