test

Fork of nrf51-sdk by Lancaster University

Embed: (wiki syntax)

« Back to documentation index

ble_gap_evt_connected_t Struct Reference

ble_gap_evt_connected_t Struct Reference
[Structures]

Event structure for BLE_GAP_EVT_CONNECTED. More...

#include <ble_gap.h>

Data Fields

ble_gap_addr_t peer_addr
 Bluetooth address of the peer device.
ble_gap_addr_t own_addr
 Bluetooth address of the local device used during connection setup.
uint8_t role
 BLE role for this connection, see GAP Roles.
uint8_t irk_match:1
 If 1, peer device's address resolved using an IRK.
uint8_t irk_match_idx:7
 Index in IRK list where the address was matched.
ble_gap_conn_params_t conn_params
 GAP Connection Parameters.

Detailed Description

Event structure for BLE_GAP_EVT_CONNECTED.

Definition at line 546 of file ble_gap.h.


Field Documentation

GAP Connection Parameters.

Definition at line 555 of file ble_gap.h.

uint8_t irk_match

If 1, peer device's address resolved using an IRK.

Definition at line 553 of file ble_gap.h.

uint8_t irk_match_idx

Index in IRK list where the address was matched.

Definition at line 554 of file ble_gap.h.

Bluetooth address of the local device used during connection setup.

Definition at line 549 of file ble_gap.h.

Bluetooth address of the peer device.

Definition at line 548 of file ble_gap.h.

uint8_t role

BLE role for this connection, see GAP Roles.

Definition at line 551 of file ble_gap.h.