Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dcentral.c92 static const struct bt_uuid_16 ccc_uuid = BT_UUID_INIT_16(BT_UUID_GATT_CCC_VAL); in discover_func() local
100 params->uuid = &ccc_uuid.uuid; in discover_func()
/Zephyr-Core-3.5.0/samples/bluetooth/mtu_update/central/src/
Dcentral_mtu_update.c37 static const struct bt_uuid *ccc_uuid = BT_UUID_GATT_CCC; variable
87 discover_params.uuid = ccc_uuid; in discover_func()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dgatt.c5216 static struct bt_uuid_16 ccc_uuid = BT_UUID_INIT_16(0); in gatt_ccc_discover() local
5218 memcpy(&ccc_uuid, BT_UUID_GATT_CCC, sizeof(ccc_uuid)); in gatt_ccc_discover()
5222 params->disc_params->uuid = &ccc_uuid.uuid; in gatt_ccc_discover()