Nordic stack and drivers for the mbed BLE API. Version to work around build bug.

Dependents:   microbit_rubber_ducky microbit_mouse_BLE microbit_mouse_BLE_daybreak_version microbit_presenter

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

pm_peer_data_local_gatt_db_t Struct Reference

pm_peer_data_local_gatt_db_t Struct Reference
[Peer_manager]

Data on a local GATT database. More...

#include <peer_manager_types.h>

Data Fields

uint32_t flags
 Flags describing the database attributes.
uint16_t len
 Size of attribute array.
uint8_t * p_data
 Array to hold the database attributes.

Detailed Description

Data on a local GATT database.

Definition at line 125 of file peer_manager_types.h.


Field Documentation

uint32_t flags

Flags describing the database attributes.

Definition at line 127 of file peer_manager_types.h.

uint16_t len

Size of attribute array.

Definition at line 128 of file peer_manager_types.h.

uint8_t* p_data

Array to hold the database attributes.

Definition at line 129 of file peer_manager_types.h.