Home
last modified time | relevance | path

Searched refs:bt_gatt_attr_value_handle (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.5.0/samples/bluetooth/central_otc/src/
Dmain.c386 otc.feature_handle = bt_gatt_attr_value_handle(attr); in discover_func()
399 otc.obj_name_handle = bt_gatt_attr_value_handle(attr); in discover_func()
412 otc.obj_type_handle = bt_gatt_attr_value_handle(attr); in discover_func()
425 otc.obj_size_handle = bt_gatt_attr_value_handle(attr); in discover_func()
438 otc.obj_id_handle = bt_gatt_attr_value_handle(attr); in discover_func()
451 otc.obj_properties_handle = bt_gatt_attr_value_handle(attr); in discover_func()
463 otc.oacp_handle = bt_gatt_attr_value_handle(attr); in discover_func()
475 otc.olcp_handle = bt_gatt_attr_value_handle(attr); in discover_func()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/
Dpacs_notify_client_test.c99 subscribe_params->value_handle = bt_gatt_attr_value_handle(attr); in discover_supported_contexts()
166 subscribe_params->value_handle = bt_gatt_attr_value_handle(attr); in discover_available_contexts()
233 subscribe_params->value_handle = bt_gatt_attr_value_handle(attr); in discover_src_loc()
300 subscribe_params->value_handle = bt_gatt_attr_value_handle(attr); in discover_snk_loc()
367 subscribe_params->value_handle = bt_gatt_attr_value_handle(attr); in discover_pacs_src()
434 subscribe_params->value_handle = bt_gatt_attr_value_handle(attr); in discover_pacs_snk()
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dtmap.c113 read_params[conn_id].single.handle = bt_gatt_attr_value_handle(attr); in discover_func()
/Zephyr-Core-3.5.0/samples/bluetooth/mtu_update/central/src/
Dcentral_mtu_update.c90 subscribe_params.value_handle = bt_gatt_attr_value_handle(attr); in discover_func()
/Zephyr-Core-3.5.0/samples/bluetooth/central_hr/src/
Dmain.c75 subscribe_params.value_handle = bt_gatt_attr_value_handle(attr); in discover_func()
/Zephyr-Core-3.5.0/samples/bluetooth/central_ht/src/
Dmain.c102 subscribe_params.value_handle = bt_gatt_attr_value_handle(attr); in discover_func()
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dgatt.h524 uint16_t bt_gatt_attr_value_handle(const struct bt_gatt_attr *attr);
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dgatt.c1868 uint16_t bt_gatt_attr_value_handle(const struct bt_gatt_attr *attr) in bt_gatt_attr_value_handle() function
1901 pdu.value_handle = sys_cpu_to_le16(bt_gatt_attr_value_handle(attr)); in bt_gatt_attr_read_chrc()
2772 uint16_t start_handle = bt_gatt_attr_value_handle(attr); in bt_gatt_find_by_uuid()
2822 data.handle = bt_gatt_attr_value_handle(data.attr); in bt_gatt_notify_cb()
2995 data.handle = bt_gatt_attr_value_handle(data.attr); in bt_gatt_notify_multiple()
3047 data.handle = bt_gatt_attr_value_handle(data.attr); in bt_gatt_indicate()