Lines Matching +full:sync +full:- +full:mode
4 * SPDX-License-Identifier: Apache-2.0
16 /** Angle of Arrival mode. Antenna switching done on receiver site. */
19 * @brief Angle of Departure mode with 1 us antenna switching slots.
25 * @brief Angle of Departure mode with 2 us antenna switching slots.
118 /** The RSSI of the PDU with CTE (excluding CTE). Range: -1270 to +200. Units: 0.1 dBm. */
172 /** The RSSI of the PDU with CTE (excluding CTE). Range: -1270 to +200. Units: 0.1 dBm. */
194 /** Constant Tone Extension parameters for CTE transmission in connected mode. */
260 * @brief Enable receive and sampling of Constant Tone Extension for the given sync set.
263 * sync is established.
265 * @param sync Periodic advertising sync object.
270 int bt_df_per_adv_sync_cte_rx_enable(struct bt_le_per_adv_sync *sync,
274 * @brief Disable receive and sampling of Constant Tone Extension for the given sync set.
276 * @param sync Periodic advertising sync object.
280 int bt_df_per_adv_sync_cte_rx_disable(struct bt_le_per_adv_sync *sync);