TI BLE5-Stack API Documentation  2.02.00.00
Macros
GATT Attribute Access Permissions Bit Fields

Macros

#define GATT_PERMIT_AUTHEN_READ   0x04
 Read requires Authentication.
 
#define GATT_PERMIT_AUTHEN_WRITE   0x08
 Write requires Authentication.
 
#define GATT_PERMIT_AUTHOR_READ   0x10
 Read requires Authorization.
 
#define GATT_PERMIT_AUTHOR_WRITE   0x20
 Write requires Authorization.
 
#define GATT_PERMIT_ENCRYPT_READ   0x40
 Read requires Encryption.
 
#define GATT_PERMIT_ENCRYPT_WRITE   0x80
 Write requires Encryption.
 
#define GATT_PERMIT_READ   0x01
 Attribute is Readable.
 
#define GATT_PERMIT_WRITE   0x02
 Attribute is Writable.
 

Detailed Description

© Copyright 1995-2021, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale