Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c92 struct ccc_value { struct
98 static struct ccc_value ccc_values[MAX_CCC_COUNT]; argument
826 uint8_t ccc_value; in alloc_value() local
858 ccc_value = 0; in alloc_value()
860 ccc_value = ccc_values[i].value; in alloc_value()
863 if (tester_test_bit(value->flags, GATT_VALUE_CCC_FLAG) && ccc_value) { in alloc_value()
864 if (ccc_value == BT_GATT_CCC_NOTIFY) { in alloc_value()