Zephyr Project API 4.1.0
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

GATT CCC configuration entry. More...

#include <gatt.h>

Data Fields

uint8_t id
 Local identity, BT_ID_DEFAULT in most cases.
 
bt_addr_le_t peer
 Remote peer address.
 
uint16_t value
 Configuration value Value used to enable or disable notifications or indications for a specific characteristic.
 

Detailed Description

GATT CCC configuration entry.

bt_gatt_ccc_cfg is used within bt_gatt_attr_read_ccc and bt_gatt_attr_write_ccc to read and write the ccc configurations respectively.

Field Documentation

◆ id

uint8_t bt_gatt_ccc_cfg::id

Local identity, BT_ID_DEFAULT in most cases.

◆ peer

bt_addr_le_t bt_gatt_ccc_cfg::peer

Remote peer address.

◆ value

uint16_t bt_gatt_ccc_cfg::value

Configuration value Value used to enable or disable notifications or indications for a specific characteristic.


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