Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/hci_codecs_info/src/
Dmain.c28 static const struct bt_hci_vs_codec_info_v2 vs_codecs[NUM_VS_CODECS] = {
45 const struct bt_hci_vs_codec_info_v2 **codecs) in hci_vendor_read_vs_codecs()
115 const struct bt_hci_vs_codec_info_v2 *codec; in ZTEST()
117 codec = (const struct bt_hci_vs_codec_info_v2 *)ptr; in ZTEST()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_internal.h57 const struct bt_hci_vs_codec_info_v2 **codecs);
Dhci.c1128 const struct bt_hci_vs_codec_info_v2 **codecs) in hci_vendor_read_vs_codecs()
1146 const struct bt_hci_vs_codec_info_v2 *vs_codec_info; in read_codecs_v2()
1162 num_vs_codecs * sizeof(struct bt_hci_vs_codec_info_v2); in read_codecs_v2()
1185 struct bt_hci_vs_codec_info_v2 *codec; in read_codecs_v2()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h950 struct bt_hci_vs_codec_info_v2 { struct
957 struct bt_hci_vs_codec_info_v2 codec_info[0]; argument