Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c55 struct ccc_store { struct
5724 struct ccc_store *entry;
5805 struct ccc_store ccc_store[CCC_STORE_MAX]; in ccc_set() local
5839 len = read_cb(cb_arg, ccc_store, sizeof(ccc_store)); in ccc_set()
5846 load.entry = ccc_store; in ccc_set()
5847 load.count = len / sizeof(*ccc_store); in ccc_set()
5850 LOG_DBG("Read CCC: handle 0x%04x value 0x%04x", ccc_store[i].handle, in ccc_set()
5851 ccc_store[i].value); in ccc_set()
6076 struct ccc_store store[CCC_STORE_MAX];