< Attribute table. More...
#include <ble_gatts.h>
Public Attributes | |
const attm_desc_t * | attr_tab_16 |
16 bits service description. More... | |
const attm_desc_128_t * | attr_tab_128 |
128 bits service description. More... | |
< Attribute table.
Definition at line 303 of file ble_gatts.h.
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.
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.