The Structure for BLE Connection Arrangement. More...
#include <ble_gapc.h>
Public Attributes | |
uint16_t | conn_idx |
uint32_t | interval |
uint32_t | offset |
uint32_t | duration |
The Structure for BLE Connection Arrangement.
Definition at line 347 of file ble_gapc.h.
uint16_t ble_gap_con_plan_tag_t::conn_idx |
Connection Index.
Definition at line 349 of file ble_gapc.h.
uint32_t ble_gap_con_plan_tag_t::duration |
Connection Duration (in 625us).
Definition at line 352 of file ble_gapc.h.
uint32_t ble_gap_con_plan_tag_t::interval |
Connection Interval (in 625us).
Definition at line 350 of file ble_gapc.h.
uint32_t ble_gap_con_plan_tag_t::offset |
Connection Offset (in 625us).
Definition at line 351 of file ble_gapc.h.