ble_gatts_attr_md_t

S132 SoftDevice v7.3.0 API

S132 SoftDevice v7.3.0

Attribute metadata. More...

#include <ble_gatts.h>

Detailed Description

Attribute metadata.

Field Documentation

uint8_t ble_gatts_attr_md_t::rd_auth

Read authorization and value will be requested from the application on every read operation.

ble_gap_conn_sec_mode_t ble_gatts_attr_md_t::read_perm

Read permissions.

uint8_t ble_gatts_attr_md_t::vlen

Variable length attribute.

uint8_t ble_gatts_attr_md_t::vloc

Value location, see GATT Value Locations .

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).

ble_gap_conn_sec_mode_t ble_gatts_attr_md_t::write_perm

Write permissions.