Default Subrate command param. More...
#include <ble_gapc.h>
Public Attributes | |
uint16_t | subrate_min |
uint16_t | subrate_max |
uint16_t | max_latency |
uint16_t | continuation_num |
uint16_t | superv_timeout |
Default Subrate command param.
Definition at line 784 of file ble_gapc.h.
uint16_t ble_gap_dft_subrate_param_t::continuation_num |
Minimum number of underlying connection events to remain active.
Definition at line 789 of file ble_gapc.h.
uint16_t ble_gap_dft_subrate_param_t::max_latency |
Maximum Peripheral latency allowed in requests by a Peripheral.
Definition at line 788 of file ble_gapc.h.
uint16_t ble_gap_dft_subrate_param_t::subrate_max |
Maximum subrate factor allowed in requests by a Peripheral(Range: 0x0001 - 0x01F4, Default: 0x0001).
Definition at line 787 of file ble_gapc.h.
uint16_t ble_gap_dft_subrate_param_t::subrate_min |
Minimum subrate factor allowed in requests by a Peripheral(Range: 0x0001 - 0x01F4, Default: 0x0001).
Definition at line 786 of file ble_gapc.h.
uint16_t ble_gap_dft_subrate_param_t::superv_timeout |
Maximum supervision timeout allowed in requests by a Peripheral.
Definition at line 790 of file ble_gapc.h.