btgatt_value_t Struct Reference
#include <
bt_gatt_server.h
>
Data Fields |
|
uint8_t | value [ BTGATT_MAX_ATTR_LEN ] |
uint16_t | handle |
uint16_t | offset |
uint16_t | len |
uint8_t | auth_req |
Detailed Description
GATT value type used in response to remote read requests
Definition at line 31 of file bt_gatt_server.h .
Field Documentation
uint8_t auth_req |
Definition at line 37 of file bt_gatt_server.h .
uint16_t handle |
Definition at line 34 of file bt_gatt_server.h .
uint16_t len |
Definition at line 36 of file bt_gatt_server.h .
uint16_t offset |
Definition at line 35 of file bt_gatt_server.h .
uint8_t value[ BTGATT_MAX_ATTR_LEN ] |
Definition at line 33 of file bt_gatt_server.h .
The documentation for this struct was generated from the following file:
- hardware/libhardware/include/hardware/ bt_gatt_server.h