Home
last modified time | relevance | path

Searched refs:_bt_gatt_ccc (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Daudio_internal.h65 BT_GATT_CCC_MANAGED(((struct _bt_gatt_ccc[]) \
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dgatt_macs.h181 BT_GATT_H_MANAGED((&(struct _bt_gatt_ccc) \
/Zephyr-Core-3.7.0/subsys/bluetooth/services/ots/
Dots_internal.h123 struct _bt_gatt_ccc ccc;
Dots_olcp.c314 CONTAINER_OF((struct _bt_gatt_ccc *) attr->user_data, in bt_gatt_ots_olcp_cfg_changed()
Dots_oacp.c730 CONTAINER_OF((struct _bt_gatt_ccc *) attr->user_data, in bt_gatt_ots_oacp_cfg_changed()
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dpb_gatt_srv.c152 static struct _bt_gatt_ccc prov_ccc =
Dproxy_srv.c927 static struct _bt_gatt_ccc proxy_ccc =
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dgatt.h818 struct _bt_gatt_ccc { struct
941 BT_GATT_CCC_MANAGED(((struct _bt_gatt_ccc[]) \
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dgatt.c488 static struct _bt_gatt_ccc sc_ccc = BT_GATT_CCC_INITIALIZER(NULL,
1152 struct _bt_gatt_ccc *ccc; in convert_to_id_on_match()
1676 static void gatt_unregister_ccc(struct _bt_gatt_ccc *ccc) in gatt_unregister_ccc()
2137 struct _bt_gatt_ccc *ccc) in find_ccc_cfg()
2159 struct _bt_gatt_ccc *ccc = attr->user_data; in bt_gatt_attr_read_ccc()
2176 struct _bt_gatt_ccc *ccc) in gatt_ccc_changed()
2201 struct _bt_gatt_ccc *ccc = attr->user_data; in bt_gatt_attr_write_ccc()
2739 struct _bt_gatt_ccc *ccc; in notify_cb()
3315 struct _bt_gatt_ccc *ccc; in update_ccc()
3377 struct _bt_gatt_ccc *ccc; in disconnected_cb()
[all …]
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Dgatt.c752 total_len += stats.ccc_count * sizeof(struct _bt_gatt_ccc); in cmd_show_db()