Patched version of nrf51822 FOTA compatible driver, with GPTIO disabled, as it clashed with the mbed definitions...
Fork of nRF51822 by
ble_gatts_attr_context_t Struct Reference
[Structures]
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 153 of file ble_gatts.h.
Field Documentation
Characteristic UUID if applicable (BLE_UUID_TYPE_UNKNOWN if N/A).
Definition at line 156 of file ble_gatts.h.
Descriptor UUID if applicable (BLE_UUID_TYPE_UNKNOWN if N/A).
Definition at line 157 of file ble_gatts.h.
| uint16_t srvc_handle |
Service Handle.
Definition at line 158 of file ble_gatts.h.
Service UUID.
Definition at line 155 of file ble_gatts.h.
| uint8_t type |
Attribute Type, see GATT Server Attribute Types.
Definition at line 160 of file ble_gatts.h.
| uint16_t value_handle |
Characteristic Handle if applicable (BLE_GATT_HANDLE_INVALID if N/A).
Definition at line 159 of file ble_gatts.h.
Generated on Tue Jul 12 2022 17:56:15 by
1.7.2
