#include <ble_gatts.h>
Public Attributes | |
const ble_gatts_attm_desc_t * | attr_tab_16 |
const ble_gatts_attm_desc_128_t * | attr_tab_128 |
< Attribute table.
Definition at line 293 of file ble_gatts.h.
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.
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.