Lines Matching full:cte

12 /** Constant Tone Extension (CTE) types. */
14 /** Convenience value for purposes where non of CTE types is allowed. */
30 /** Convenience value that collects all possible CTE types in one entry. */
40 /** Possible statuses of PDU that contained reported CTE. */
46 * sampling of CTE.
50 * was able to process sampling of CTE in some other way.
53 /** There were no sufficient resources to sample CTE. */
60 * The structure holds information required to setup CTE transmission
64 /** Length of CTE in 8us units. */
67 * @brief CTE type.
73 /** Number of CTE to transmit in each periodic adv interval. */
84 * @note cte_type is a bit field that provides information about type of CTE an application
91 * @brief Bitfield with allowed CTE types.
116 /** Channel index used to receive PDU with CTE that was sampled. */
118 /** The RSSI of the PDU with CTE (excluding CTE). Range: -1270 to +200. Units: 0.1 dBm. */
122 /** Type of CTE (@ref bt_df_cte_type). */
124 /** Duration of slots when received CTE type is AoA (@ref bt_df_antenna_switching_slot). */
126 /** Status of received PDU with CTE (@ref bt_df_packet_status). */
143 * @brief Bitfield with allowed CTE types.
159 /** Received PDU without CTE. No valid data in report. */
161 /** Peer rejected CTE request. No valid data in report. */
168 /** PHY that was used to receive PDU with CTE that was sampled. */
170 /** Channel index used to receive PDU with CTE that was sampled. */
172 /** The RSSI of the PDU with CTE (excluding CTE). Range: -1270 to +200. Units: 0.1 dBm. */
176 /** Type of CTE (@ref bt_df_cte_type). */
178 /** Duration of slots when received CTE type is AoA (@ref bt_df_antenna_switching_slot). */
180 /** Status of received PDU with CTE (@ref bt_df_packet_status). */
182 /** Value of connection event counter when the CTE was received and sampled. */
194 /** Constant Tone Extension parameters for CTE transmission in connected mode. */
197 * Bitfield with allowed CTE types (@ref bt_df_cte_type. All enum members may be used except
209 * @brief Requested interval for initiating the CTE Request procedure.
215 /** Requested length of the CTE in 8 us units. */
218 * @brief Requested type of the CTE.
266 * @param params CTE receive and sampling parameters.
286 * @param params CTE receive and sampling parameters.
311 * @param params CTE transmission parameters.
323 * @param params CTE receive and sampling parameters.