TI BLE-Stack for Bluetooth 4.2 API Documentation  3.01.00.07
Macros
GATT Attribute Access Permissions Bit Fields

Macros

#define SNP_GATT_PERMIT_AUTHEN_READ   0x04
 permission to authenticated read the attribute value
 
#define SNP_GATT_PERMIT_AUTHEN_WRITE   0x08
 permission to authenticated write the attribute value
 
#define SNP_GATT_PERMIT_ENCRYPT_READ   0x40
 permission to encrypted read the attribute value
 
#define SNP_GATT_PERMIT_ENCRYPT_WRITE   0x80
 permission to encrypted write the attribute value
 
#define SNP_GATT_PERMIT_READ   0x01
 For now, Only read and write permissions are allowed. permission to read the attribute value.
 
#define SNP_GATT_PERMIT_WRITE   0x02
 permission to write the attribute value
 

Detailed Description

Copyright 2017, Texas Instruments Incorporated