Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

ble_gap_evt_disconnected_t Struct Reference

ble_gap_evt_disconnected_t Struct Reference
[Generic Access Profile (GAP)]

Event data for disconnected event. More...

#include <ble_gap.h>

Data Fields

uint8_t reason
 HCI error code.

Detailed Description

Event data for disconnected event.

Definition at line 477 of file ble_gap.h.


Field Documentation

uint8_t reason

HCI error code.

Definition at line 479 of file ble_gap.h.