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.
Dependencies: BLE_API TB6612FNG mbed
Fork of BLE_RCBController2 by
ble_gatts_hvx_params_t Struct Reference
[Structures]
GATT HVx parameters. More...
#include <ble_gatts.h>
Data Fields | |
uint16_t | handle |
Characteristic Value Handle. | |
uint8_t | type |
Indication or Notification, see GATT Handle Value operations. | |
uint16_t | offset |
Offset within the attribute value. | |
uint16_t * | p_len |
Length in bytes to be written, length in bytes written after successful return. | |
uint8_t * | p_data |
Actual data content, use NULL to use the current attribute value. |
Detailed Description
GATT HVx parameters.
Definition at line 201 of file ble_gatts.h.
Field Documentation
uint16_t handle |
Characteristic Value Handle.
Definition at line 203 of file ble_gatts.h.
uint16_t offset |
Offset within the attribute value.
Definition at line 205 of file ble_gatts.h.
uint8_t* p_data |
Actual data content, use NULL to use the current attribute value.
Definition at line 207 of file ble_gatts.h.
uint16_t* p_len |
Length in bytes to be written, length in bytes written after successful return.
Definition at line 206 of file ble_gatts.h.
uint8_t type |
Indication or Notification, see GATT Handle Value operations.
Definition at line 204 of file ble_gatts.h.
Generated on Tue Jul 12 2022 19:13:55 by
