Gap Connected Parameters.
Data Fields | |
uint8_t | status |
status corresponding to this event will be HCI error code as defined in BLE spec 4.1 | |
uint8_t | bdHandle |
bd handle of the remote device | |
uint8_t | role |
Connected as - master = CY_BLE_GAP_LL_ROLE_MASTER, Slave = CY_BLE_GAP_LL_ROLE_SLAVE. | |
uint8_t | peerAddrType |
Address type of the Bluetooth device address. More... | |
uint8_t * | peerAddr |
Peer Bluetooth device address of size CY_BLE_BD_ADDR_SIZE. | |
uint16_t | connIntv |
Connection interval used on this connection. More... | |
uint16_t | connLatency |
Slave latency for the connection in number of connection events. More... | |
uint16_t | supervisionTO |
Supervision timeout for the LE Link. More... | |
uint8_t | masterClockAccuracy |
Master Clock Accuracy parameter is only valid for a slave. More... | |
uint8_t cy_stc_ble_gap_connected_param_t::peerAddrType |
Address type of the Bluetooth device address.
uint16_t cy_stc_ble_gap_connected_param_t::connIntv |
Connection interval used on this connection.
Range: 0x0006 to 0x0C80 Time Range: 7.5 ms to 4 sec
uint16_t cy_stc_ble_gap_connected_param_t::connLatency |
Slave latency for the connection in number of connection events.
Range: 0x0000 to 0x01F3
uint16_t cy_stc_ble_gap_connected_param_t::supervisionTO |
Supervision timeout for the LE Link.
Supervision timeout will be supervisionTO * 10 ms Time Range: 100 msec to 32 secs
uint8_t cy_stc_ble_gap_connected_param_t::masterClockAccuracy |
Master Clock Accuracy parameter is only valid for a slave.
On a master, this parameter shall be set to 0x00.