Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c58 struct ccc_store { struct
5748 struct ccc_store *entry;
5829 struct ccc_store ccc_store[CCC_STORE_MAX]; in ccc_set() local
5863 len = read_cb(cb_arg, ccc_store, sizeof(ccc_store)); in ccc_set()
5870 load.entry = ccc_store; in ccc_set()
5871 load.count = len / sizeof(*ccc_store); in ccc_set()
5874 LOG_DBG("Read CCC: handle 0x%04x value 0x%04x", ccc_store[i].handle, in ccc_set()
5875 ccc_store[i].value); in ccc_set()
6100 struct ccc_store store[CCC_STORE_MAX];