Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Daudio_internal.h65 BT_GATT_CCC_MANAGED(((struct _bt_gatt_ccc[]) \
/Zephyr-latest/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.c731 CONTAINER_OF((struct _bt_gatt_ccc *) attr->user_data, in bt_gatt_ots_oacp_cfg_changed()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dgatt_macs.h181 BT_GATT_H_MANAGED((&(struct _bt_gatt_ccc) \
/Zephyr-latest/subsys/bluetooth/mesh/
Dpb_gatt_srv.c152 static struct _bt_gatt_ccc prov_ccc =
Dproxy_srv.c940 static struct _bt_gatt_ccc proxy_ccc =
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h946 struct _bt_gatt_ccc { struct
1069 BT_GATT_CCC_MANAGED(((struct _bt_gatt_ccc[]) \
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c485 static struct _bt_gatt_ccc sc_ccc = BT_GATT_CCC_INITIALIZER(NULL,
1112 struct _bt_gatt_ccc *ccc; in convert_to_id_on_match()
1638 static void gatt_unregister_ccc(struct _bt_gatt_ccc *ccc) in gatt_unregister_ccc()
2121 struct _bt_gatt_ccc *ccc) in find_ccc_cfg()
2143 struct _bt_gatt_ccc *ccc = attr->user_data; in bt_gatt_attr_read_ccc()
2160 struct _bt_gatt_ccc *ccc) in gatt_ccc_changed()
2194 struct _bt_gatt_ccc *ccc = attr->user_data; in bt_gatt_attr_write_ccc()
2726 struct _bt_gatt_ccc *ccc; in notify_cb()
3307 struct _bt_gatt_ccc *ccc; in update_ccc()
3369 struct _bt_gatt_ccc *ccc; in disconnected_cb()
[all …]
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c743 total_len += stats.ccc_count * sizeof(struct _bt_gatt_ccc); in cmd_show_db()