Home
last modified time | relevance | path

Searched refs:CCC (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dcentral.c30 CCC, enumerator
62 subscribe_params.ccc_handle = gatt_handles[CCC]; in subscribe()
113 gatt_handles[CCC] = attr->handle; in discover_func()
139 LOG_DBG("ccc handle: %d", gatt_handles[CCC]); in gatt_discover()
/Zephyr-latest/subsys/bluetooth/host/
DKconfig.gatt78 forgot the CCC values and sets them again. If this behavior is not
198 bool "Support to automatic discover the CCC handles of characteristics"
201 This option enables support for GATT to initiate discovery for CCC
202 handles if the CCC handle is unknown by the application.
DKconfig218 bool "Load CCC values from settings when peer connects"
224 Disabling this option will increase memory usage as CCC values for all
231 Triggers the storage of the CF and CCC right after a write.
243 bool "Store CCC value immediately after it has been written"
249 been updated. If the option is disabled, the CCC is only stored on
273 int "Max number of Client Characteristic Configuration (CCC)"
277 Defines the max number of Client Characteristic Configuration (CCC)
/Zephyr-latest/drivers/i3c/
DKconfig24 The I3C shell supports info, bus recovery, CCC, I3C read and
/Zephyr-latest/doc/releases/
Drelease-notes-3.0.rst349 by default. Storing CCC right after it's written reduces risk of
350 inconsistency of CCC values between bonded peers
363 * Added storing of the CCC data upon paring complete
1107 * :github:`40759` - Bluetooth: host: Improper restore of CCC values and handling Service Change ind…
1108 * :github:`40758` - Bluetooth: host: CCC values are not immediately stored on GATT Server by defaul…
1187 * :github:`39989` - Zephyr does not persist CCC data written before bonding when bonding has comple…
Drelease-notes-2.1.rst376 * GATT: Added an initializer for GATT CCC structures
378 * Added ability to load CCC settings on demand to reduce memory usage
598 * :github:`20299` - bluetooth: host: Connection not being unreferenced when using CCC match callback
Drelease-notes-2.4.rst691 * The application can now request for the CCC descriptor to be discovered
705 * Fixed CCC restoring when using settings lazy loading.
708 * GATT no longer assumes the position of the CCC descriptor and instead
1294 * :github:`26862` - Bluetooth: GATT: CCC is not properly stored
1643 * :github:`23961` - CCC does not get cleared when CONFIG_BT_KEYS_OVERWRITE_OLDEST is enabled
Drelease-notes-2.0.rst579 * :github:`18547` - Bluetooth: GATT: Fix using variable size storage for CCC
710 * :github:`18188` - [zephyr 1.14] Re-enabling CCC gets broken when used along with Robust Caching
976 * :github:`16734` - Bluetooth: GATT: Writing 1 byte to a CCC access invalid memory
1244 * :github:`15508` - No space to store CCC cfg
Drelease-notes-1.12.rst210 * settings-based persistent storage functionality for BLE (including CCC) and
221 * GATT CCC handling fixes
Drelease-notes-1.14.rst147 * :github:`16734` - Bluetooth: GATT: Writing 1 byte to a CCC access invalid memory
232 * :github:`20299` - bluetooth: host: Connection not being unreferenced when using CCC match callback
347 * :github:`16734` - Bluetooth: GATT: Writing 1 byte to a CCC access invalid memory
2054 * :github:`10460` - Bluetooth: settings: No space to store CCC config after successful pairing
2074 * :github:`10312` - Bluetooth: settings: CCC not stored on device reset
Drelease-notes-2.2.rst751 * :github:`23023` - Bluetooth: GATT CCC problem (GATT Server)
837 * :github:`22514` - Bluetooth: gatt: CCC cfg not flushed if device was previously paired
Drelease-notes-2.5.rst1560 * :github:`29150` - CONFIG_BT_SETTINGS_CCC_LAZY_LOADING never loads CCC
1935 * :github:`10460` - Bluetooth: settings: No space to store CCC config after successful pairing
Drelease-notes-2.3.rst1080 * :github:`23961` - CCC does not get cleared when CONFIG_BT_KEYS_OVERWRITE_OLDEST is enabled
Drelease-notes-3.3.rst2827 - :github:`54770` - Bluetooth: GATT: CCC and CF values written by privacy-disabled peer before bond…
2856 * :github:`54770` - Bluetooth: GATT: CCC and CF values written by privacy-disabled peer before bond…
Drelease-notes-3.7.rst910 * Added shell support for querying bus and CCC commands.
Drelease-notes-2.6.rst1074 * :github:`35876` - Bluetooth: host: CCC store not correctly handled for multiple connections
Drelease-notes-3.2.rst2219 * :github:`47682` - bt_gatt_unsubscribe creates write request to CCC and then cancels it