Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dgatt.c525 #define CF_BIT_LAST CF_BIT_NOTIFY_MULTI macro
527 #define CF_NUM_BITS (CF_BIT_LAST + 1)
528 #define CF_NUM_BYTES ((CF_BIT_LAST / 8) + 1)
660 for (i = 0U; i <= CF_BIT_LAST && (i / 8) < len; i++) { in cf_set_value()