Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dgatt.c501 #define CF_BIT_LAST CF_BIT_NOTIFY_MULTI macro
503 #define CF_NUM_BITS (CF_BIT_LAST + 1)
504 #define CF_NUM_BYTES ((CF_BIT_LAST / 8) + 1)
636 for (i = 0U; i <= CF_BIT_LAST && (i / 8) < len; i++) { in cf_set_value()