Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/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()
53 const struct bt_hci_rp_read_codecs *codecs; in test_read_codecs() local
69 codecs = (struct bt_hci_rp_read_codecs *)rsp->data; in test_read_codecs()
70 zassert_equal(codecs->status, 0, in test_read_codecs()
73 ptr = (uint8_t *)&codecs->status + sizeof(codecs->status); in test_read_codecs()
108 const struct bt_hci_rp_read_codecs_v2 *codecs; in test_read_codecs_v2() local
124 codecs = (const struct bt_hci_rp_read_codecs_v2 *)rsp->data; in test_read_codecs_v2()
[all …]
/Zephyr-Core-2.7.6/scripts/
Dfile2hex.py16 import codecs
45 hexdata = codecs.encode(chunk, 'hex').decode("utf-8")
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/hci/
Dhci_internal.h57 const struct bt_hci_std_codec_info_v2 **codecs);
59 const struct bt_hci_vs_codec_info_v2 **codecs);
Dhci.c861 const struct bt_hci_std_codec_info_v2 **codecs) in hci_vendor_read_std_codecs() argument
863 ARG_UNUSED(codecs); in hci_vendor_read_std_codecs()
870 const struct bt_hci_vs_codec_info_v2 **codecs) in hci_vendor_read_vs_codecs() argument
872 ARG_UNUSED(codecs); in hci_vendor_read_vs_codecs()
907 std_codecs = (struct bt_hci_std_codecs *)&rp->codecs[0]; in read_codecs()
917 vs_codecs = (struct bt_hci_vs_codecs *)&rp->codecs[std_codecs_bytes]; in read_codecs()
958 std_codecs = (struct bt_hci_std_codecs_v2 *)&rp->codecs[0]; in read_codecs_v2()
969 vs_codecs = (struct bt_hci_vs_codecs_v2 *)&rp->codecs[std_codecs_bytes]; in read_codecs_v2()
/Zephyr-Core-2.7.6/doc/reference/audio/
Dcodec.rst9 The Audio Codec API provides access to digital audio codecs.
/Zephyr-Core-2.7.6/boards/arm/cc3235sf_launchxl/doc/
Dindex.rst26 codecs, antenna selection, environmental sensing, and more
/Zephyr-Core-2.7.6/boards/arm/cc3220sf_launchxl/doc/
Dindex.rst26 codecs, antenna selection, environmental sensing, and more
/Zephyr-Core-2.7.6/include/bluetooth/
Dhci.h718 uint8_t codecs[0]; member
742 uint8_t codecs[0]; member
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/
DKconfig656 codecs, codec capabilities, and controller delay.