Searched refs:codecs (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.7.0/tests/bluetooth/hci_codecs_info/src/ |
D | main.c | 38 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/ |
D | codec.rst | 9 The Audio Codec API provides access to digital audio codecs.
|
/Zephyr-Core-3.7.0/scripts/build/ |
D | file2hex.py | 16 import codecs 50 hexdata = codecs.encode(chunk, 'hex').decode("utf-8")
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/hci/ |
D | hci_internal.h | 55 const struct bt_hci_std_codec_info_v2 **codecs); 57 const struct bt_hci_vs_codec_info_v2 **codecs);
|
D | hci.c | 1106 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/ |
D | index.rst | 26 codecs, antenna selection, environmental sensing, and more
|
/Zephyr-Core-3.7.0/boards/ti/cc3235sf_launchxl/doc/ |
D | index.rst | 26 codecs, antenna selection, environmental sensing, and more
|
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/ |
D | hci_types.h | 909 uint8_t codecs[0]; member 933 uint8_t codecs[0]; member
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/audio/ |
D | bluetooth-le-audio-arch.rst | 49 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/ |
D | Kconfig | 1029 codecs, codec capabilities, and controller delay.
|