Zephyr Project API  3.4.0
A Scalable Open Source RTOS

GATT CCC configuration entry. More...

#include <gatt.h>

Data Fields

uint8_t id
 
bt_addr_le_t peer
 
bool link_encrypted
 
uint16_t value
 

Detailed Description

GATT CCC configuration entry.

Field Documentation

◆ id

uint8_t bt_gatt_ccc_cfg::id

Local identity, BT_ID_DEFAULT in most cases.

◆ link_encrypted

bool bt_gatt_ccc_cfg::link_encrypted

Separate storage for encrypted and unencrypted context. This indicate that the link was encrypted when the CCC was written.

◆ peer

bt_addr_le_t bt_gatt_ccc_cfg::peer

Remote peer address.

◆ value

uint16_t bt_gatt_ccc_cfg::value

Configuration value.


The documentation for this struct was generated from the following file: