Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bluetooth/hci_codecs_info/src/
Dmain.c38 const struct bt_hci_std_codec_info_v2 **codecs) in hci_vendor_read_std_codecs() argument
40 *codecs = std_codecs; in hci_vendor_read_std_codecs()
45 const struct bt_hci_vs_codec_info_v2 **codecs) in hci_vendor_read_vs_codecs() argument
47 *codecs = vs_codecs; in hci_vendor_read_vs_codecs()
75 const struct bt_hci_rp_read_codecs_v2 *codecs; in ZTEST() local
91 codecs = (const struct bt_hci_rp_read_codecs_v2 *)rsp->data; in ZTEST()
92 zassert_equal(codecs->status, 0, in ZTEST()
95 ptr = (uint8_t *)&codecs->status + sizeof(codecs->status); in ZTEST()
/Zephyr-Core-3.7.0/doc/hardware/peripherals/audio/
Dcodec.rst9 The Audio Codec API provides access to digital audio codecs.
/Zephyr-Core-3.7.0/scripts/build/
Dfile2hex.py16 import codecs
50 hexdata = codecs.encode(chunk, 'hex').decode("utf-8")
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/hci/
Dhci_internal.h55 const struct bt_hci_std_codec_info_v2 **codecs);
57 const struct bt_hci_vs_codec_info_v2 **codecs);
Dhci.c1106 const struct bt_hci_std_codec_info_v2 **codecs) in hci_vendor_read_std_codecs() argument
1108 ARG_UNUSED(codecs); in hci_vendor_read_std_codecs()
1115 const struct bt_hci_vs_codec_info_v2 **codecs) in hci_vendor_read_vs_codecs() argument
1117 ARG_UNUSED(codecs); in hci_vendor_read_vs_codecs()
1158 std_codecs = (struct bt_hci_std_codecs_v2 *)&rp->codecs[0]; in read_codecs_v2()
1169 vs_codecs = (struct bt_hci_vs_codecs_v2 *)&rp->codecs[std_codecs_bytes]; in read_codecs_v2()
/Zephyr-Core-3.7.0/boards/ti/cc3220sf_launchxl/doc/
Dindex.rst26 codecs, antenna selection, environmental sensing, and more
/Zephyr-Core-3.7.0/boards/ti/cc3235sf_launchxl/doc/
Dindex.rst26 codecs, antenna selection, environmental sensing, and more
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dhci_types.h909 uint8_t codecs[0]; member
933 uint8_t codecs[0]; member
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/audio/
Dbluetooth-le-audio-arch.rst49 GAF mandates the use of the LC3 codec, but also supports other codecs.
971 (https://www.bluetooth.com/specifications/assigned-numbers/), and the values for other codecs such
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/
DKconfig1029 codecs, codec capabilities, and controller delay.