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 602 of file ble_gapc.h.
uint16_t ble_gap_con_plan_tag_t::conn_idx |
Connection Index.
Definition at line 604 of file ble_gapc.h.
uint32_t ble_gap_con_plan_tag_t::duration |
Connection Duration (in 312.5 us).
Definition at line 607 of file ble_gapc.h.
uint32_t ble_gap_con_plan_tag_t::interval |
Connection Interval (in 312.5 us).
Definition at line 605 of file ble_gapc.h.
uint32_t ble_gap_con_plan_tag_t::offset |
Connection Offset (in 312.5 us).
Definition at line 606 of file ble_gapc.h.