Home
last modified time | relevance | path

Searched refs:CodingFormat (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sco/
H A Dsco.h44 pw::bluetooth::emboss::CodingFormat transmit_receive_format;
54 .transmit_receive_format = pw::bluetooth::emboss::CodingFormat::TRANSPARENT,
64 .transmit_receive_format = pw::bluetooth::emboss::CodingFormat::TRANSPARENT,
77 .transmit_receive_format = pw::bluetooth::emboss::CodingFormat::CVSD,
87 .transmit_receive_format = pw::bluetooth::emboss::CodingFormat::CVSD,
97 .transmit_receive_format = pw::bluetooth::emboss::CodingFormat::CVSD,
107 .transmit_receive_format = pw::bluetooth::emboss::CodingFormat::CVSD,
115 .transmit_receive_format = pw::bluetooth::emboss::CodingFormat::CVSD,
122 .transmit_receive_format = pw::bluetooth::emboss::CodingFormat::CVSD,
/aosp_15_r20/external/python/bumble/tests/
Dbap_test.py25 from bumble.hci import CodecID, CodingFormat
103 coding_format=CodingFormat(CodecID.LC3),
123 codec_id=[CodingFormat(CodecID.LC3), CodingFormat(CodecID.LC3)],
216 coding_format=CodingFormat(CodecID.LC3),
232 coding_format=CodingFormat(CodecID.LC3),
306 codec_id=[CodingFormat(CodecID.LC3), CodingFormat(CodecID.LC3)],
Dhci_test.py29 CodingFormat,
466 assert command.codec_id == CodingFormat(CodecID.TRANSPARENT)
474 codec_id=CodingFormat(CodecID.TRANSPARENT),
/aosp_15_r20/external/python/bumble/bumble/
Dhfp.py59 CodingFormat,
1946 transmit_coding_format: CodingFormat
1947 receive_coding_format: CodingFormat
1955 input_coding_format: CodingFormat = CodingFormat(CodecID.LINEAR_PCM)
1956 output_coding_format: CodingFormat = CodingFormat(CodecID.LINEAR_PCM)
1989 transmit_coding_format=CodingFormat(CodecID.CVSD),
1990 receive_coding_format=CodingFormat(CodecID.CVSD),
1997 transmit_coding_format=CodingFormat(CodecID.CVSD),
1998 receive_coding_format=CodingFormat(CodecID.CVSD),
2005 transmit_coding_format=CodingFormat(CodecID.CVSD),
[all …]
Dhci.py1454 class CodingFormat: class
2616 ('transmit_coding_format', CodingFormat.parse_from_bytes),
2617 ('receive_coding_format', CodingFormat.parse_from_bytes),
2622 ('input_coding_format', CodingFormat.parse_from_bytes),
2623 ('output_coding_format', CodingFormat.parse_from_bytes),
2680 ('transmit_coding_format', CodingFormat.parse_from_bytes),
2681 ('receive_coding_format', CodingFormat.parse_from_bytes),
2686 ('input_coding_format', CodingFormat.parse_from_bytes),
2687 ('output_coding_format', CodingFormat.parse_from_bytes),
4934 ('codec_id', CodingFormat.parse_from_bytes),
[all …]
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Dsco_data_channel_test.cc42 pw::bluetooth::emboss::CodingFormat::MSBC); in MsbcConnectionParams()
46 pw::bluetooth::emboss::CodingFormat::MSBC); in MsbcConnectionParams()
54 pw::bluetooth::emboss::CodingFormat::MSBC); in MsbcConnectionParams()
58 pw::bluetooth::emboss::CodingFormat::MSBC); in MsbcConnectionParams()
89 pw::bluetooth::emboss::CodingFormat::CVSD); in cvsd_connection_params()
93 pw::bluetooth::emboss::CodingFormat::CVSD); in cvsd_connection_params()
101 pw::bluetooth::emboss::CodingFormat::CVSD); in cvsd_connection_params()
105 pw::bluetooth::emboss::CodingFormat::CVSD); in cvsd_connection_params()
918 pw::bluetooth::emboss::CodingFormat::U_LAW); in TEST_F()
920 pw::bluetooth::emboss::CodingFormat::U_LAW); in TEST_F()
H A Dsco_data_channel.cc366 pw::bluetooth::emboss::CodingFormat::MSBC) { in ConfigureHci()
369 pw::bluetooth::emboss::CodingFormat::CVSD) { in ConfigureHci()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dhelpers.cc2217 view.coding_format().Write(pw::bluetooth::emboss::CodingFormat::A_LAW); in FidlToScoCodingFormat()
2220 view.coding_format().Write(pw::bluetooth::emboss::CodingFormat::U_LAW); in FidlToScoCodingFormat()
2223 view.coding_format().Write(pw::bluetooth::emboss::CodingFormat::CVSD); in FidlToScoCodingFormat()
2227 pw::bluetooth::emboss::CodingFormat::TRANSPARENT); in FidlToScoCodingFormat()
2231 pw::bluetooth::emboss::CodingFormat::LINEAR_PCM); in FidlToScoCodingFormat()
2234 view.coding_format().Write(pw::bluetooth::emboss::CodingFormat::MSBC); in FidlToScoCodingFormat()
2237 view.coding_format().Write(pw::bluetooth::emboss::CodingFormat::LC3); in FidlToScoCodingFormat()
2240 view.coding_format().Write(pw::bluetooth::emboss::CodingFormat::G729A); in FidlToScoCodingFormat()
2350 pw::bluetooth::emboss::CodingFormat::LINEAR_PCM) { in FidlToScoParameters()
2360 pw::bluetooth::emboss::CodingFormat::LINEAR_PCM) { in FidlToScoParameters()
[all …]
H A Dhelpers_test.cc1893 pw::bluetooth::emboss::CodingFormat::MSBC); in TEST_F()
1898 pw::bluetooth::emboss::CodingFormat::MSBC); in TEST_F()
1909 pw::bluetooth::emboss::CodingFormat::LINEAR_PCM); in TEST_F()
1914 pw::bluetooth::emboss::CodingFormat::LINEAR_PCM); in TEST_F()
2556 pw::bluetooth::emboss::CodingFormat::U_LAW); in TEST()
2559 pw::bluetooth::emboss::CodingFormat::A_LAW); in TEST()
2562 pw::bluetooth::emboss::CodingFormat::CVSD); in TEST()
2565 pw::bluetooth::emboss::CodingFormat::TRANSPARENT); in TEST()
2568 pw::bluetooth::emboss::CodingFormat::LINEAR_PCM); in TEST()
2571 pw::bluetooth::emboss::CodingFormat::MSBC); in TEST()
[all …]
/aosp_15_r20/external/python/bumble/bumble/profiles/
Dascs.py131 ('codec_id', hci.CodingFormat.parse_from_bytes),
143 codec_id: List[hci.CodingFormat]
288 codec_id = hci.CodingFormat(hci.CodecID.LC3)
362 codec_id=hci.CodingFormat(hci.CodecID.TRANSPARENT),
381 codec_id: hci.CodingFormat, argument
Dpacs.py43 coding_format: hci.CodingFormat
49 offset, coding_format = hci.CodingFormat.parse_from_bytes(data, 0)
/aosp_15_r20/external/python/bumble/examples/
Drun_vcp_renderer.py30 CodingFormat,
96 coding_format=CodingFormat(CodecID.LC3),
Drun_unicast_server.py34 CodingFormat,
55 coding_format=CodingFormat(CodecID.LC3),
Drun_mcp_client.py35 CodingFormat,
87 coding_format=CodingFormat(CodecID.LC3),
/aosp_15_r20/external/python/bumble/apps/lea_unicast/
Dapp.py46 from bumble.hci import Address, CodecID, CodingFormat, HCI_IsoDataPacket
61 coding_format=CodingFormat(CodecID.LC3),
83 coding_format=CodingFormat(CodecID.LC3),
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sco/
H A Dsco_connection_manager_test.cc45 pw::bluetooth::emboss::CodingFormat::MSBC); in InitializeConnectionParams()
49 pw::bluetooth::emboss::CodingFormat::CVSD); in InitializeConnectionParams()
57 pw::bluetooth::emboss::CodingFormat::A_LAW); in InitializeConnectionParams()
61 pw::bluetooth::emboss::CodingFormat::LINEAR_PCM); in InitializeConnectionParams()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/public/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dhelpers.h318 pw::bluetooth::emboss::CodingFormat CodingFormatFromFidl(
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/iso/
H A Diso_stream_test.cc153 codec_id_view.coding_format().Write(pw::bluetooth::emboss::CodingFormat::LC3); in GenerateCodecId()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dadapter_test.cc1733 pw::bluetooth::emboss::CodingFormat::U_LAW); in GetSupportedDelayRangeHelper()
/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/
H A Dhci_common.emb1078 enum CodingFormat:
H A Dhci_commands.emb911 0 [+1] hci.CodingFormat coding_format
923 0 [+1] hci.CodingFormat coding_format
H A Dhci_events.emb1517 $next [+1] hci.CodingFormat air_mode