Subrate Request 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 |
Subrate Request command param.
Definition at line 800 of file ble_gapc.h.
uint16_t ble_gap_subrate_req_t::continuation_num |
Minimum number of underlying connection events to remain active.
Definition at line 805 of file ble_gapc.h.
uint16_t ble_gap_subrate_req_t::max_latency |
Maximum Peripheral latency allowed in requests by a Peripheral.
Definition at line 804 of file ble_gapc.h.
uint16_t ble_gap_subrate_req_t::subrate_max |
Maximum subrate factor allowed in requests by a Peripheral(Range: 0x0001 - 0x01F4, Default: 0x0001).
Definition at line 803 of file ble_gapc.h.
uint16_t ble_gap_subrate_req_t::subrate_min |
Minimum subrate factor allowed in requests by a Peripheral(Range: 0x0001 - 0x01F4, Default: 0x0001).
Definition at line 802 of file ble_gapc.h.
uint16_t ble_gap_subrate_req_t::superv_timeout |
Maximum supervision timeout allowed in requests by a Peripheral.
Definition at line 806 of file ble_gapc.h.