Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dtbs_internal.h363 struct bt_gatt_subscribe_params current_calls_sub_params; member
Dtbs_client.c729 } else if (handle == tbs_inst->current_calls_sub_params.value_handle) { in notify_handler()
1627 sub_params = &current_inst->current_calls_sub_params; in discover_func()
2217 if (inst->current_calls_sub_params.value_handle == 0) { in bt_tbs_client_read_current_calls()
2222 return tbs_client_gatt_read(conn, inst, inst->current_calls_sub_params.value_handle, in bt_tbs_client_read_current_calls()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_ccp.c251 tbs_handles.current_calls = tbs_inst->current_calls_sub_params.value_handle; in tbs_client_read_val_cb()