mbed HRM11017を使ってkonashi.jsでナイトライダー

Dependencies:   BLE_API_Native_IRC mbed

Fork of BLE_RCBController by Junichi Katsu

Embed: (wiki syntax)

« Back to documentation index

ble_gap_evt_connected_t Struct Reference

ble_gap_evt_connected_t Struct Reference
[Generic Access Profile (GAP)]

Event data for connected event. More...

#include <ble_gap.h>

Data Fields

ble_gap_addr_t peer_addr
 Bluetooth address of the peer device.
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 data for connected event.

Definition at line 434 of file ble_gap.h.


Field Documentation

GAP Connection Parameters.

Definition at line 439 of file ble_gap.h.

uint8_t irk_match

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

Definition at line 437 of file ble_gap.h.

uint8_t irk_match_idx

Index in IRK list where the address was matched.

Definition at line 438 of file ble_gap.h.

Bluetooth address of the peer device.

Definition at line 436 of file ble_gap.h.