You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/10/06 10:10:26 UTC

[GitHub] [mynewt-nimble] haukepetersen commented on issue #1049: bug: legacy scan always returns type BLE_HCI_ADV_TYPE_ADV_DIRECT_IND_LD

haukepetersen commented on issue #1049:
URL: https://github.com/apache/mynewt-nimble/issues/1049#issuecomment-935900298


   Strange indeed...
   
   In this particular case I am using the following scan parameters:
   ```c
   struct ble_gap_disc_params p = { 0 };
   p.itvl = BLE_GAP_SCAN_ITVL_MS(100);
   p.window = BLE_GAP_SCAN_WIN_MS(10);
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org