from bbc microbit library

Fork of nrf51-sdk by Lancaster University

Embed: (wiki syntax)

« Back to documentation index

pm_peer_data_remote_gatt_db_t Struct Reference

pm_peer_data_remote_gatt_db_t Struct Reference
[Peer_manager]

Data on a remote GATT database. More...

#include <peer_manager_types.h>

Data Fields

uint32_t service_count
 Number of stored services.
ble_gatt_db_srv_tp_data
 Array to hold the database attributes.

Detailed Description

Data on a remote GATT database.

Definition at line 170 of file peer_manager_types.h.


Field Documentation

Array to hold the database attributes.

Definition at line 173 of file peer_manager_types.h.

uint32_t service_count

Number of stored services.

Definition at line 172 of file peer_manager_types.h.