Lines Matching +full:initial +full:- +full:timeout +full:- +full:ms

6  * Copyright (c) 2015-2016 Intel Corporation
8 * SPDX-License-Identifier: Apache-2.0
42 uint16_t timeout; member
47 * @param int_min Minimum Connection Interval (N * 1.25 ms)
48 * @param int_max Maximum Connection Interval (N * 1.25 ms)
50 * @param to Supervision Timeout (N * 10 ms)
57 .timeout = (to), \
62 * @param int_min Minimum Connection Interval (N * 1.25 ms)
63 * @param int_max Maximum Connection Interval (N * 1.25 ms)
65 * @param to Supervision Timeout (N * 10 ms)
73 * Connection Interval: 30-50 ms
75 * Timeout: 4 s
208 * after a packet containing a Link Layer PDU with a non-zero Length
212 /** Connection Supervision timeout (N * 10 ms).
214 * maximum supervision timeout allowed in requests by a peripheral.
224 * a packet containing a Link Layer PDU with a non-zero Length
240 * a packet containing a Link Layer PDU with a non-zero Length
246 /** Connection Supervision timeout (N * 10 ms). */
265 /** Supported AA-Only RTT precision. */
267 /** AA-Only RTT variant is not supported. */
269 /** 10ns time-of-flight accuracy. */
271 /** 150ns time-of-flight accuracy. */
279 /** 10ns time-of-flight accuracy. */
281 /** 150ns time-of-flight accuracy. */
289 /** 10ns time-of-flight accuracy. */
291 /** 150ns time-of-flight accuracy. */
313 /** Mode-3 */
315 /** RTT AA-Only */
339 /** Phase-based normalized attack detector metric
343 /** Phase-based normalized attack detector metric
355 /** Subfeature: Phase-based Ranging from RTT sounding sequence. */
359 * - Bit 0: 10 us
360 * - Bit 1: 20 us
361 * - Bit 2: 30 us
362 * - Bit 3: 40 us
363 * - Bit 4: 50 us
364 * - Bit 5: 60 us
365 * - Bit 6: 80 us
370 * - Bit 0: 10 us
371 * - Bit 1: 20 us
372 * - Bit 2: 30 us
373 * - Bit 3: 40 us
374 * - Bit 4: 50 us
375 * - Bit 5: 60 us
376 * - Bit 6: 80 us
381 * - Bit 0: 15 us
382 * - Bit 1: 20 us
383 * - Bit 2: 30 us
384 * - Bit 3: 40 us
385 * - Bit 4: 50 us
386 * - Bit 5: 60 us
387 * - Bit 6: 80 us
388 * - Bit 7: 100 us
389 * - Bit 8: 120 us
394 * - Bit 0: 10 us
395 * - Bit 1: 20 us
402 * - Bit 0: 18dB
403 * - Bit 1: 21dB
404 * - Bit 2: 24dB
405 * - Bit 3: 27dB
406 * - Bit 4: 30dB
418 /** Mode-1 (RTT) */
420 /** Mode-2 (PBR) */
422 /** Mode-3 (RTT and PBR) */
430 /** Mode-1 (RTT) */
432 /** Mode-2 (PBR) */
434 /** Mode-3 (RTT and PBR) */
450 /** RTT with 32-bit sounding sequence */
452 /** RTT with 96-bit sounding sequence */
454 /** RTT with 32-bit random sequence */
456 /** RTT with 64-bit random sequence */
458 /** RTT with 96-bit random sequence */
460 /** RTT with 128-bit random sequence */
476 /** Use Channel Selection Algorithm #3b for non-mode-0 CS steps */
478 /** Use Channel Selection Algorithm #3c for non-mode-0 CS steps */
484 /** Use Hat shape for user-specified channel sequence */
486 /** Use X shape for user-specified channel sequence */
503 * at the beginning of the current CS subevent directly after the last mode-0 step of that
507 /** Number of CS mode-0 steps to be included at the beginning of each CS subevent */
515 /** The number of times the Channel_Map field will be cycled through for non-mode-0 steps
521 /** User-specified channel sequence shape */
603 * This is a 15-bit signed integer in the range [-100, 100] ppm.
612 * Range: -127 to 20
695 * sequentially-consistent view for objects allocated during the current
737 * The range of the returned value is 0..CONFIG_BT_MAX_CONN-1
755 uint16_t timeout; /**< Connection supervision timeout */ member
776 * Note that this may be inaccurate, as something like 7.5 ms cannot be
818 /** Level 4: Authenticated Secure Connections and 128-bit key. */
820 /** Bit to force new pairing procedure, bit-wise OR with requested
897 /** Per-manufacturer unique revision */
948 * - 0xXX - Transmit power level
949 * + Range: -127 to 20
952 * - 0x7E - Remote device is not managing power levels on this PHY.
953 * - 0x7F - Transmit power level is not available
963 * - 0xXX - Change in transmit power level (positive indicates increased
966 * - 0x7F - Change is not available or is out of range.
1057 * @return -EBUSY The remote information is not yet available.
1068 * @return -ENOBUFS HCI command buffer is not available.
1079 * @retval -ENOBUFS HCI command buffer is not available.
1090 * @retval -ENOBUFS HCI command buffer is not available.
1102 * @retval -ENOBUFS HCI command buffer is not available.
1212 * - @ref BT_HCI_ERR_AUTH_FAIL
1213 * - @ref BT_HCI_ERR_REMOTE_USER_TERM_CONN
1214 * - @ref BT_HCI_ERR_REMOTE_LOW_RESOURCES
1215 * - @ref BT_HCI_ERR_REMOTE_POWER_OFF
1216 * - @ref BT_HCI_ERR_UNSUPP_REMOTE_FEATURE
1217 * - @ref BT_HCI_ERR_PAIRING_NOT_SUPPORTED
1218 * - @ref BT_HCI_ERR_UNACCEPT_CONN_PARAM
1248 /** Bit-field of create connection options. */
1251 /** Scan interval (N * 0.625 ms)
1261 /** Scan window (N * 0.625 ms)
1271 /** @brief Scan interval LE Coded PHY (N * 0.625 MS)
1277 /** @brief Scan window LE Coded PHY (N * 0.625 MS)
1283 /** @brief Connection initiation timeout (N * 10 MS)
1286 * timeout.
1290 uint16_t timeout; member
1296 * @param _interval Create connection scan interval (N * 0.625 ms).
1297 * @param _window Create connection scan window (N * 0.625 ms).
1306 .timeout = 0, \
1312 * @param _interval Create connection scan interval (N * 0.625 ms).
1313 * @param _window Create connection scan window (N * 0.625 ms).
1329 * Scan window: 30 ms.
1330 * Scan interval: 60 ms.
1344 * will return -EINVAL if dereferenced @p conn is not NULL.
1354 * @param[in] conn_param Initial connection parameters.
1385 * will return -EINVAL if dereferenced @p conn is not NULL.
1391 * @param[in] conn_param Initial connection parameters.
1410 * @param conn_param Initial connection parameters.
1413 * @return -ENOMEM No free connection object available.
1428 * will be re-established if connectable advertisement from peer is received.
1433 * @param param If non-NULL, auto connect is enabled with the given
1538 * +--------------+-------------+-------------------+-------------------+--------+
1540 * +--------------+-------------+-------------------+-------------------+--------+
1549 * +--------------+-------------+-------------------+-------------------+--------+
1553 * - 1:1 configuration, where both A and B support 1 antenna each
1554 * - 1:N_AP configuration, where A supports 1 antenna, B supports N_AP antennas, and
1556 * - N_AP:1 configuration, where A supports N_AP antennas, B supports 1 antenna, and
1558 * - 2:2 configuration, where both A and B support 2 antennas and N_AP = 4
1581 /* Transmit power level used for CS procedures (-127 to 20 dB; 0x7F if unavailable) */
1591 * units of 0.625 ms
1604 /* Maximum duration for each procedure in units of 0.625 ms (0x0001 to 0xFFFF) */
1622 * In case the err parameter is non-zero it means that the
1631 * @param err HCI error. Zero for success, non-zero otherwise.
1634 * - @ref BT_HCI_ERR_UNKNOWN_CONN_ID Creating the connection started by
1636 * @ref bt_conn_disconnect or by the timeout in the host through
1637 * @ref bt_conn_le_create_param timeout parameter, which defaults to
1639 * - @p BT_HCI_ERR_ADV_TIMEOUT High duty cycle directed connectable
1641 * within the timeout.
1669 * Use this to e.g. re-start connectable advertising or scanning.
1673 * Bluetooth API calls in this context is error-prone and strongly
1713 * @param timeout Connection supervision timeout.
1716 uint16_t latency, uint16_t timeout);
1746 * @param err Security error. Zero for success, non-zero otherwise.
1822 * crossing or reporting the initial path loss threshold zone after using
1861 * This callback notifies the application that the remote mode-0
1934 * @retval -EEXIST if @p cb was already registered.
1946 * @retval -EINVAL If @p cb is NULL
1947 * @retval -ENOENT if @p cb was not registered
1982 * The initial value of this flag depends on BT_BONDABLE Kconfig setting.
1993 * The initial value of this flag depends on @kconfig{CONFIG_BT_BONDABLE} Kconfig
2046 * @return Zero on success or -EINVAL if NULL
2105 * @param passkey A valid passkey (0 - 999999) or BT_PASSKEY_INVALID
2148 * and a subset of the packet data, except for the initial Code octet.
2195 * pairing_confirm is registered both will be called for Just-Works
2216 * range of 0 - 999999, and is expected to be padded with zeroes so
2222 * to non-NULL the cancel callback must also be provided, since
2240 * of digits entered and show a password-field-like feedback to the
2260 * must be in the range of 0 - 999999, and should be expected to
2261 * be zero-padded, as that's how the peer device will typically be
2268 * device lacks the ability to enter a passkey. If set to non-NULL
2281 * be in the range of 0 - 999999, and should be zero-padded to
2290 * device lacks the ability to confirm a passkey. If set to non-NULL
2310 * This callback must be set to non-NULL in order to support OOB
2345 * to non-NULL the cancel callback must also be provided, since
2482 * @retval -EINVAL Improper use of the API.
2483 * @retval -ENOMEM Failed to allocate.
2484 * @retval -ENOBUFS Failed to allocate.
2569 * @param param Initial connection parameters.