Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dtbs_internal.h375 struct bt_gatt_subscribe_params call_cp_sub_params; member
Dtbs_client.c739 } else if (handle == tbs_inst->call_cp_sub_params.value_handle) { in notify_handler()
919 if (inst->call_cp_sub_params.value_handle == 0) { in tbs_client_common_call_control()
927 return bt_gatt_write_without_response(conn, inst->call_cp_sub_params.value_handle, in tbs_client_common_call_control()
1653 sub_params = &current_inst->call_cp_sub_params; in discover_func()
1976 return bt_gatt_write_without_response(conn, inst->call_cp_sub_params.value_handle, in bt_tbs_client_originate_call()
2004 if (inst->call_cp_sub_params.value_handle == 0) { in bt_tbs_client_join_calls()
2021 inst->call_cp_sub_params.value_handle, in bt_tbs_client_join_calls()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_ccp.c256 tbs_handles.control_point = tbs_inst->call_cp_sub_params.value_handle; in tbs_client_read_val_cb()