NimBLE-Arduino 2.1.2
|
#include <ble_gatt_priv.h>
Public Attributes | |
uint16_t | svcs |
uint16_t | incs |
uint16_t | chrs |
uint16_t | dscs |
uint16_t | cccds |
uint16_t | cpfds |
uint16_t | cafds |
uint16_t | attrs |
Contains counts of resources required by the GATT server. The contents of this struct are generally used to populate a configuration struct before the host is initialized.
uint16_t ble_gatt_resources::attrs |
Total number of ATT attributes.
uint16_t ble_gatt_resources::cafds |
Number of aggregate presentation foramt descriptors. Each of these also contributes to the total descriptor count.
uint16_t ble_gatt_resources::cccds |
Number of client characteristic configuration descriptors. Each of these also contributes to the total descriptor count.
uint16_t ble_gatt_resources::chrs |
Number of characteristics.
uint16_t ble_gatt_resources::cpfds |
Number of client presentation format descriptors. Each of these also contributes to the total descriptor count.
uint16_t ble_gatt_resources::dscs |
Number of descriptors.
uint16_t ble_gatt_resources::incs |
Number of included services.
uint16_t ble_gatt_resources::svcs |
Number of services.