TI BLE-Stack for Bluetooth API Documentation  3.03.01.00
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 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale