Searched refs:codecs (Results 1 – 11 of 11) sorted by relevance
/Zephyr-Core-3.4.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() 76 const struct bt_hci_rp_read_codecs_v2 *codecs; in ZTEST() local 92 codecs = (const struct bt_hci_rp_read_codecs_v2 *)rsp->data; in ZTEST() 93 zassert_equal(codecs->status, 0, in ZTEST() 96 ptr = (uint8_t *)&codecs->status + sizeof(codecs->status); in ZTEST()
|
/Zephyr-Core-3.4.0/scripts/build/ |
D | file2hex.py | 16 import codecs 45 hexdata = codecs.encode(chunk, 'hex').decode("utf-8")
|
/Zephyr-Core-3.4.0/doc/hardware/peripherals/audio/ |
D | codec.rst | 9 The Audio Codec API provides access to digital audio codecs.
|
/Zephyr-Core-3.4.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 | 1103 const struct bt_hci_std_codec_info_v2 **codecs) in hci_vendor_read_std_codecs() argument 1105 ARG_UNUSED(codecs); in hci_vendor_read_std_codecs() 1112 const struct bt_hci_vs_codec_info_v2 **codecs) in hci_vendor_read_vs_codecs() argument 1114 ARG_UNUSED(codecs); in hci_vendor_read_vs_codecs() 1155 std_codecs = (struct bt_hci_std_codecs_v2 *)&rp->codecs[0]; in read_codecs_v2() 1166 vs_codecs = (struct bt_hci_vs_codecs_v2 *)&rp->codecs[std_codecs_bytes]; in read_codecs_v2()
|
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/ |
D | bap_broadcast_sink.c | 1302 struct bt_codec *codecs[BROADCAST_SNK_STREAM_CNT] = { NULL }; in bt_bap_broadcast_sink_sync() local 1375 codecs[stream_count++] = codec; in bt_bap_broadcast_sink_sync() 1398 codec = codecs[i]; in bt_bap_broadcast_sink_sync()
|
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/ |
D | bluetooth-audio-arch.rst | 27 GAF mandates the use of the LC3 codec, but also supports other codecs.
|
/Zephyr-Core-3.4.0/boards/arm/cc3220sf_launchxl/doc/ |
D | index.rst | 26 codecs, antenna selection, environmental sensing, and more
|
/Zephyr-Core-3.4.0/boards/arm/cc3235sf_launchxl/doc/ |
D | index.rst | 26 codecs, antenna selection, environmental sensing, and more
|
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/ |
D | hci_types.h | 763 uint8_t codecs[0]; member 787 uint8_t codecs[0]; member
|
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/ |
D | Kconfig | 976 codecs, codec capabilities, and controller delay.
|