Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nrf51-sdk by
ble_gatt_db_srv_t Struct Reference
Structure for holding information about the service and the characteristics present on a server. More...
#include <ble_gatt_db.h>
Data Fields | |
ble_uuid_t | srv_uuid |
UUID of the service. | |
uint8_t | char_count |
Number of characteristics present in the service. | |
ble_gattc_handle_range_t | handle_range |
Service Handle Range. | |
ble_gatt_db_char_t | charateristics [BLE_GATT_DB_MAX_CHARS] |
Array of information related to the characteristics present in the service. |
Detailed Description
Structure for holding information about the service and the characteristics present on a server.
Definition at line 54 of file ble_gatt_db.h.
Field Documentation
uint8_t char_count |
Number of characteristics present in the service.
Definition at line 57 of file ble_gatt_db.h.
ble_gatt_db_char_t charateristics[BLE_GATT_DB_MAX_CHARS] |
Array of information related to the characteristics present in the service.
This list can extend further than one.
Definition at line 59 of file ble_gatt_db.h.
Service Handle Range.
Definition at line 58 of file ble_gatt_db.h.
UUID of the service.
Definition at line 56 of file ble_gatt_db.h.
Generated on Tue Jul 12 2022 14:11:24 by
