The structure of BLE_GAP_CONNECTED_IND. More...
#include <bf0_ble_gap.h>
Data Fields | |
uint8_t | conn_idx |
Connection index. | |
uint16_t | con_interval |
Connection interval, time = N * 1.25ms. | |
uint16_t | con_latency |
Connection latency. | |
uint16_t | sup_to |
Link supervision timeout, time = N * 10 ms. | |
uint8_t | peer_addr_type |
Peer address type. | |
bd_addr_t | peer_addr |
Peer BT address. | |
uint8_t | role |
Role of device in connection (0 = Master / 1 = Slave) | |
ble_gap_connect_configure_t | config_info |
Need one and only one user to fill this filed to provide link configurations. | |
The structure of BLE_GAP_CONNECTED_IND.