Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Daudio_internal.h66 {BT_GATT_CCC_INITIALIZER(_changed, bt_audio_ccc_cfg_write, NULL)}), \
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dgatt_macs.h182 BT_GATT_CCC_INITIALIZER(_cfg_changed, NULL, NULL)),\
/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_gatt_srv.c153 BT_GATT_CCC_INITIALIZER(prov_ccc_changed, prov_ccc_write, NULL);
Dproxy_srv.c941 BT_GATT_CCC_INITIALIZER(proxy_ccc_changed, proxy_ccc_write, NULL);
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h1037 #define BT_GATT_CCC_INITIALIZER(_changed, _write, _match) \ macro
1070 {BT_GATT_CCC_INITIALIZER(_changed, NULL, NULL)}), _perm)
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c485 static struct _bt_gatt_ccc sc_ccc = BT_GATT_CCC_INITIALIZER(NULL,