linux/net/bluetooth/hci_codec.c

// SPDX-License-Identifier: GPL-2.0

/* Copyright (C) 2021 Intel Corporation */

#include <net/bluetooth/bluetooth.h>
#include <net/bluetooth/hci_core.h>
#include "hci_codec.h"

static int hci_codec_list_add(struct list_head *list,
			      struct hci_op_read_local_codec_caps *sent,
			      struct hci_rp_read_local_codec_caps *rp,
			      void *caps,
			      __u32 len)
{}

void hci_codec_list_clear(struct list_head *codec_list)
{}

static void hci_read_codec_capabilities(struct hci_dev *hdev, __u8 transport,
					struct hci_op_read_local_codec_caps
					*cmd)
{}

void hci_read_supported_codecs(struct hci_dev *hdev)
{}

void hci_read_supported_codecs_v2(struct hci_dev *hdev)
{}