|
dragoon
4383
|
Attribute metadata. More...
#include <ble_gatts.h>
Data Fields | |
| ble_gap_conn_sec_mode_t | read_perm |
| ble_gap_conn_sec_mode_t | write_perm |
| uint8_t | vlen:1 |
| uint8_t | vloc:2 |
| uint8_t | rd_auth:1 |
| uint8_t | wr_auth:1 |
Attribute metadata.
Definition at line 213 of file ble_gatts.h.
| uint8_t ble_gatts_attr_md_t::rd_auth |
Read authorization and value will be requested from the application on every read operation.
Definition at line 219 of file ble_gatts.h.
| ble_gap_conn_sec_mode_t ble_gatts_attr_md_t::read_perm |
Read permissions.
Definition at line 215 of file ble_gatts.h.
| uint8_t ble_gatts_attr_md_t::vlen |
Variable length attribute.
Definition at line 217 of file ble_gatts.h.
| uint8_t ble_gatts_attr_md_t::vloc |
Value location, see GATT Value Locations.
Definition at line 218 of file ble_gatts.h.
| uint8_t ble_gatts_attr_md_t::wr_auth |
Write authorization will be requested from the application on every Write Request operation (but not Write Command).
Definition at line 220 of file ble_gatts.h.
| ble_gap_conn_sec_mode_t ble_gatts_attr_md_t::write_perm |
Write permissions.
Definition at line 216 of file ble_gatts.h.