Searched refs:BT_GATT_CCC_INITIALIZER (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/subsys/bluetooth/audio/ |
D | audio_internal.h | 66 {BT_GATT_CCC_INITIALIZER(_changed, bt_audio_ccc_cfg_write, NULL)}), \
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | gatt_macs.h | 182 BT_GATT_CCC_INITIALIZER(_cfg_changed, NULL, NULL)),\
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | pb_gatt_srv.c | 153 BT_GATT_CCC_INITIALIZER(prov_ccc_changed, prov_ccc_write, NULL);
|
D | proxy_srv.c | 941 BT_GATT_CCC_INITIALIZER(proxy_ccc_changed, proxy_ccc_write, NULL);
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 1037 #define BT_GATT_CCC_INITIALIZER(_changed, _write, _match) \ macro 1070 {BT_GATT_CCC_INITIALIZER(_changed, NULL, NULL)}), _perm)
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt.c | 485 static struct _bt_gatt_ccc sc_ccc = BT_GATT_CCC_INITIALIZER(NULL,
|