Home
last modified time | relevance | path

Searched refs:technology_sub_params (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/subsys/bluetooth/audio/
Dtbs_internal.h341 struct bt_gatt_subscribe_params technology_sub_params; member
Dtbs_client.c597 } else if (handle == tbs_inst->technology_sub_params.value_handle) { in notify_handler()
1443 sub_params = &current_inst->technology_sub_params; in discover_func()
1965 if (inst->technology_sub_params.value_handle == 0) { in bt_tbs_client_read_technology()
1970 return tbs_client_gatt_read(conn, inst, inst->technology_sub_params.value_handle, in bt_tbs_client_read_technology()
/Zephyr-Core-3.6.0/tests/bluetooth/tester/src/
Dbtp_ccp.c244 tbs_handles.bearer_technology = tbs_inst->technology_sub_params.value_handle; in tbs_client_read_val_cb()