ble_gap_set_conn_cte_req_enable_t Struct Reference

Set connection CTE Request enable info. More...

#include <ble_gapc.h>

Public Attributes

uint16_t cte_req_interval
 
uint8_t cte_req_len
 
uint8_t cte_req_type
 

Detailed Description

Set connection CTE Request enable info.

Definition at line 687 of file ble_gapc.h.

Member Data Documentation

◆ cte_req_interval

uint16_t ble_gap_set_conn_cte_req_enable_t::cte_req_interval

Defines whether the cte request procedure is initiated only once or periodically. 0x0000: initiate the Constant Tone Extension Request procedure once. 0x0001 to 0xFFFF: requested interval for initiating the cte request procedure in number of connection events.

Definition at line 689 of file ble_gapc.h.

◆ cte_req_len

uint8_t ble_gap_set_conn_cte_req_enable_t::cte_req_len

Minimum length of the cte being requested in 8us units, range 0x02 to 0x14.

Definition at line 692 of file ble_gapc.h.

◆ cte_req_type

uint8_t ble_gap_set_conn_cte_req_enable_t::cte_req_type

The type for requested cte, see ble_gap_cte_type_t.

Definition at line 693 of file ble_gapc.h.


The documentation for this struct was generated from the following file: