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 nRF51822 by
ble_gatts_attr_context_t Struct Reference
[Generic Attribute Profile (GATT) Server]
GATT Attribute Context. More...
#include <ble_gatts.h>
Data Fields | |
ble_uuid_t | srvc_uuid |
Service UUID. | |
ble_uuid_t | char_uuid |
Characteristic UUID if applicable (BLE_UUID_TYPE_UNKNOWN if N/A). | |
ble_uuid_t | desc_uuid |
Descriptor UUID if applicable (BLE_UUID_TYPE_UNKNOWN if N/A). | |
uint16_t | srvc_handle |
Service Handle. | |
uint16_t | value_handle |
Characteristic Handle if applicable (BLE_GATT_HANDLE_INVALID if N/A). | |
uint8_t | type |
Attribute Type, see GATT Server Attribute Types. |
Detailed Description
GATT Attribute Context.
Definition at line 140 of file ble_gatts.h.
Field Documentation
Characteristic UUID if applicable (BLE_UUID_TYPE_UNKNOWN if N/A).
Definition at line 143 of file ble_gatts.h.
Descriptor UUID if applicable (BLE_UUID_TYPE_UNKNOWN if N/A).
Definition at line 144 of file ble_gatts.h.
uint16_t srvc_handle |
Service Handle.
Definition at line 145 of file ble_gatts.h.
Service UUID.
Definition at line 142 of file ble_gatts.h.
uint8_t type |
Attribute Type, see GATT Server Attribute Types.
Definition at line 147 of file ble_gatts.h.
uint16_t value_handle |
Characteristic Handle if applicable (BLE_GATT_HANDLE_INVALID if N/A).
Definition at line 146 of file ble_gatts.h.
Generated on Tue Jul 12 2022 18:44:28 by
