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.c1180 const struct bt_hci_std_codec_info_v2 *std_codec_info; in read_codecs_v2() local
1191 num_std_codecs = hci_vendor_read_std_codecs(&std_codec_info); in read_codecs_v2()
1212 codec->codec_id = std_codec_info[i].codec_id; in read_codecs_v2()
1213 codec->transports = std_codec_info[i].transports; in read_codecs_v2()