Searched refs:ccc_store (Results 1 – 2 of 2) sorted by relevance
47 app=tests/bsim/bluetooth/host/gatt/ccc_store compile48 app=tests/bsim/bluetooth/host/gatt/ccc_store conf_file=prj_2.conf compile
59 struct ccc_store { struct5489 struct ccc_store *entry;5571 struct ccc_store ccc_store[CCC_STORE_MAX]; in ccc_set() local5605 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];