ble_gatts_create_db_t::attribute_table Union Reference

< Attribute table. More...

#include <ble_gatts.h>

+ Collaboration diagram for ble_gatts_create_db_t::attribute_table:

Public Attributes

const ble_gatts_attm_desc_tattr_tab_16
 16 bits service description. More...
 
const ble_gatts_attm_desc_128_tattr_tab_128
 128 bits service description. More...
 

Detailed Description

< Attribute table.

Definition at line 293 of file ble_gatts.h.

Member Data Documentation

◆ attr_tab_128

const ble_gatts_attm_desc_128_t* ble_gatts_create_db_t::attribute_table::attr_tab_128

128 bits service description.

The pointer point to attribute table of 128 bits service. See ble_gatts_attm_desc_128_t.

Definition at line 296 of file ble_gatts.h.

◆ attr_tab_16

const ble_gatts_attm_desc_t* ble_gatts_create_db_t::attribute_table::attr_tab_16

16 bits service description.

The pointer point to attribute table of 16 bits service. See ble_gatts_attm_desc_t.

Definition at line 295 of file ble_gatts.h.


The documentation for this union was generated from the following file: