Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dhci_vhci.c415 hdev->get_codec_config_data = vhci_get_codec_config_data; in __vhci_create_device()
/linux/net/bluetooth/
H A Dhci_conn.c246 if (!codec->data_path || !hdev->get_codec_config_data) in configure_datapath_sync()
249 err = hdev->get_codec_config_data(hdev, ESCO_LINK, codec, &vnd_len, in configure_datapath_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h640 int (*get_codec_config_data)(struct hci_dev *hdev, __u8 type, member