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 |
Set connection CTE Request enable info.
Definition at line 687 of file ble_gapc.h.
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.
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.
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.