Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1145 const struct bt_hci_std_codec_info_v2 *std_codec_info; in read_codecs_v2() local
1156 num_std_codecs = hci_vendor_read_std_codecs(&std_codec_info); in read_codecs_v2()
1177 codec->codec_id = std_codec_info[i].codec_id; in read_codecs_v2()
1178 codec->transports = std_codec_info[i].transports; in read_codecs_v2()