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_gattc_handle_value_t Struct Reference
[Generic Attribute Profile (GATT) Client]
GATT read by UUID handle value pair. More...
#include <ble_gattc.h>
Data Fields | |
uint16_t | handle |
Attribute Handle. | |
uint8_t * | p_value |
Pointer to value, variable length (length available as value_len in ble_gattc_evt_read_by_uuid_rsp_t). |
Detailed Description
GATT read by UUID handle value pair.
Definition at line 152 of file ble_gattc.h.
Field Documentation
uint16_t handle |
Attribute Handle.
Definition at line 154 of file ble_gattc.h.
uint8_t* p_value |
Pointer to value, variable length (length available as value_len in ble_gattc_evt_read_by_uuid_rsp_t).
Please note that this pointer is absolute to the memory provided by the user when retrieving the event, so it will effectively point to a location inside the handle_value array.
Definition at line 155 of file ble_gattc.h.
Generated on Tue Jul 12 2022 18:44:28 by
