gatts_create_db_t::attribute_table Union Reference

< Attribute table. More...

#include <ble_gatts.h>

Public Attributes

const attm_desc_tattr_tab_16
 16 bits service description. More...
 
const attm_desc_128_tattr_tab_128
 128 bits service description. More...
 

Detailed Description

< Attribute table.

Definition at line 303 of file ble_gatts.h.

Member Data Documentation

◆ attr_tab_128

const attm_desc_128_t* gatts_create_db_t::attribute_table::attr_tab_128

128 bits service description.

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

Definition at line 306 of file ble_gatts.h.

◆ attr_tab_16

const attm_desc_t* gatts_create_db_t::attribute_table::attr_tab_16

16 bits service description.

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

Definition at line 305 of file ble_gatts.h.


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