Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h949 struct bt_hci_std_codec_info codec_info[0]; member
957 struct bt_hci_vs_codec_info codec_info[0]; member
972 struct bt_hci_std_codec_info_v2 codec_info[0]; member
981 struct bt_hci_vs_codec_info_v2 codec_info[0]; member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1211 codec = &std_codecs->codec_info[i]; in read_codecs_v2()
1222 codec = &vs_codecs->codec_info[i]; in read_codecs_v2()