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 BLE_WallbotBLE_Challenge by
ble_db_discovery_srv_t Struct Reference
[Structures]
Structure for holding information about the service and the characteristics found during the discovery process. More...
#include <ble_db_discovery.h>
Data Fields | |
ble_uuid_t | srv_uuid |
UUID of the service. | |
uint8_t | char_count |
Number of characteristics present in the service. | |
ble_db_discovery_char_t | charateristics [BLE_DB_DISCOVERY_MAX_CHAR_PER_SRV] |
Array of information related to the characteristics present in the service. | |
ble_gattc_handle_range_t | handle_range |
Service Handle Range. |
Detailed Description
Structure for holding information about the service and the characteristics found during the discovery process.
Definition at line 94 of file ble_db_discovery.h.
Field Documentation
uint8_t char_count |
Number of characteristics present in the service.
Definition at line 97 of file ble_db_discovery.h.
ble_db_discovery_char_t charateristics[BLE_DB_DISCOVERY_MAX_CHAR_PER_SRV] |
Array of information related to the characteristics present in the service.
Definition at line 98 of file ble_db_discovery.h.
Service Handle Range.
Definition at line 99 of file ble_db_discovery.h.
UUID of the service.
Definition at line 96 of file ble_db_discovery.h.
Generated on Tue Jul 12 2022 13:52:33 by
