Lines Matching refs:interval
45 ** the interval.
47 ** interval - Amount of time between the start of two inquiry scans.
60 UINT16 GAP_SetDiscoverableMode (UINT16 mode, UINT16 duration, UINT16 interval)
64 status = BTM_SetDiscoverability(mode, duration, interval);
81 ** interval - pointer to the amount of time between the start of
91 UINT16 GAP_ReadDiscoverableMode (UINT16 *duration, UINT16 *interval)
93 return (BTM_ReadDiscoverability(duration, interval));
113 ** the interval.
115 ** interval - Amount of time between the start of two page scans.
128 UINT16 GAP_SetConnectableMode (UINT16 mode, UINT16 duration, UINT16 interval)
132 status = BTM_SetConnectability(mode, duration, interval);
213 ** interval - pointer to the amount of time between the start of
223 UINT16 GAP_ReadConnectableMode (UINT16 *duration, UINT16 *interval)
225 return (BTM_ReadConnectability(duration, interval));
383 ** GAP_ERR_ILL_INQ_TIME if a bad interval or duration was passed
455 ** GAP_ERR_ILL_INQ_TIME if a bad interval or duration was passed