Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/
Dcompile.sh47 app=tests/bsim/bluetooth/host/gatt/ccc_store compile
48 app=tests/bsim/bluetooth/host/gatt/ccc_store conf_file=prj_2.conf compile
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dgatt.c59 struct ccc_store { struct
5489 struct ccc_store *entry;
5571 struct ccc_store ccc_store[CCC_STORE_MAX]; in ccc_set() local
5605 len = read_cb(cb_arg, ccc_store, sizeof(ccc_store)); in ccc_set()
5612 load.entry = ccc_store; in ccc_set()
5613 load.count = len / sizeof(*ccc_store); in ccc_set()
5616 LOG_DBG("Read CCC: handle 0x%04x value 0x%04x", ccc_store[i].handle, in ccc_set()
5617 ccc_store[i].value); in ccc_set()
5844 struct ccc_store store[CCC_STORE_MAX];