Home
last modified time | relevance | path

Searched refs:bt_gatt_chrc (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/edtt_ble_test_app/gatt_test_app/src/gatt/
Dgatt_macs.h67 (&(struct bt_gatt_chrc) {.uuid = _uuid, \
/Zephyr-Core-2.7.6/include/bluetooth/
Dgatt.h256 struct bt_gatt_chrc { struct
663 ((struct bt_gatt_chrc[]) { \
/Zephyr-Core-2.7.6/subsys/bluetooth/audio/
Dmics_client.c275 struct bt_gatt_chrc *chrc = (struct bt_gatt_chrc *)attr->user_data; in mics_discover_func()
Dvocs_client.c365 struct bt_gatt_chrc *chrc; in vocs_discover_func()
367 chrc = (struct bt_gatt_chrc *)attr->user_data; in vocs_discover_func()
Daics_client.c571 struct bt_gatt_chrc *chrc; in aics_discover_func()
573 chrc = (struct bt_gatt_chrc *)attr->user_data; in aics_discover_func()
Dvcs_client.c440 struct bt_gatt_chrc *chrc; in vcs_discover_func()
473 chrc = (struct bt_gatt_chrc *)attr->user_data; in vcs_discover_func()
Dvocs.c275 struct bt_gatt_chrc *chrc; in bt_vocs_register()
Daics.c455 struct bt_gatt_chrc *chrc; in bt_aics_register()
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/
Dgatt.c387 struct bt_gatt_chrc *chrc_data; in alloc_characteristic()
395 (&(struct bt_gatt_chrc){})), in alloc_characteristic()
497 struct bt_gatt_chrc *chrc = attr->user_data; in add_ccc()
525 struct bt_gatt_chrc *chrc = attr_chrc->user_data; in add_cep()
1156 struct bt_gatt_chrc *data; in disc_chrc_cb()
/Zephyr-Core-2.7.6/subsys/bluetooth/shell/
Dgatt.c165 struct bt_gatt_chrc *gatt_chrc; in discover_func()
717 total_len += stats.chrc_count * sizeof(struct bt_gatt_chrc); in cmd_show_db()
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dgatt.c1463 struct bt_gatt_chrc *chrc = attr->user_data; in bt_gatt_attr_value_handle()
1479 struct bt_gatt_chrc *chrc = attr->user_data; in bt_gatt_attr_read_chrc()
2313 struct bt_gatt_chrc *chrc = data.attr->user_data; in bt_gatt_notify_cb()
2391 struct bt_gatt_chrc *chrc = data.attr->user_data; in bt_gatt_indicate()
2673 struct bt_gatt_chrc *chrc = attr->user_data; in bt_gatt_is_subscribed()
3298 struct bt_gatt_chrc value; in parse_characteristic()
3325 value = (struct bt_gatt_chrc)BT_GATT_CHRC_INIT( in parse_characteristic()