Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_gatt_cli.c81 .data_out_cccd_uuid = BT_UUID_INIT_16(BT_UUID_GATT_CCC_VAL),
Dproxy_cli.c153 .data_out_cccd_uuid = BT_UUID_INIT_16(BT_UUID_GATT_CCC_VAL),
/Zephyr-latest/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()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/
Dmain.c97 static const struct bt_uuid_16 ccc_uuid = BT_UUID_INIT_16(BT_UUID_GATT_CCC_VAL);
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c99 static const struct bt_uuid_16 ccc_uuid = BT_UUID_INIT_16(BT_UUID_GATT_CCC_VAL);
/Zephyr-latest/include/zephyr/bluetooth/
Duuid.h882 #define BT_UUID_GATT_CCC_VAL 0x2902 macro
887 BT_UUID_DECLARE_16(BT_UUID_GATT_CCC_VAL)
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c831 case BT_UUID_GATT_CCC_VAL: in gen_hash_m()
4250 case BT_UUID_GATT_CCC_VAL: in parse_read_std_char_desc()