You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "Christopher Collins (JIRA)" <ji...@apache.org> on 2016/05/19 23:25:12 UTC

[jira] [Created] (MYNEWT-296) BLE Host - Scanning procedures provide an incomplete set of parameters

Christopher Collins created MYNEWT-296:
------------------------------------------

             Summary: BLE Host - Scanning procedures provide an incomplete set of parameters
                 Key: MYNEWT-296
                 URL: https://issues.apache.org/jira/browse/MYNEWT-296
             Project: Mynewt
          Issue Type: Bug
            Reporter: Christopher Collins
            Assignee: Christopher Collins


{code}
int
ble_gap_disc(uint32_t duration_ms, uint8_t discovery_mode,
             uint8_t scan_type, uint8_t filter_policy,
             ble_gap_disc_fn *cb, void *cb_arg)
{code}

We need to support all the parameters (scan interval, window, etc.).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)