/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sco/ |
H A D | sco.h | 44 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/ |
D | bap_test.py | 25 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)],
|
D | hci_test.py | 29 CodingFormat, 466 assert command.codec_id == CodingFormat(CodecID.TRANSPARENT) 474 codec_id=CodingFormat(CodecID.TRANSPARENT),
|
/aosp_15_r20/external/python/bumble/bumble/ |
D | hfp.py | 59 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 …]
|
D | hci.py | 1454 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 D | sco_data_channel_test.cc | 42 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 D | sco_data_channel.cc | 366 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 D | helpers.cc | 2217 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 D | helpers_test.cc | 1893 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/ |
D | ascs.py | 131 ('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
|
D | pacs.py | 43 coding_format: hci.CodingFormat 49 offset, coding_format = hci.CodingFormat.parse_from_bytes(data, 0)
|
/aosp_15_r20/external/python/bumble/examples/ |
D | run_vcp_renderer.py | 30 CodingFormat, 96 coding_format=CodingFormat(CodecID.LC3),
|
D | run_unicast_server.py | 34 CodingFormat, 55 coding_format=CodingFormat(CodecID.LC3),
|
D | run_mcp_client.py | 35 CodingFormat, 87 coding_format=CodingFormat(CodecID.LC3),
|
/aosp_15_r20/external/python/bumble/apps/lea_unicast/ |
D | app.py | 46 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 D | sco_connection_manager_test.cc | 45 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 D | helpers.h | 318 pw::bluetooth::emboss::CodingFormat CodingFormatFromFidl(
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/iso/ |
H A D | iso_stream_test.cc | 153 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 D | adapter_test.cc | 1733 pw::bluetooth::emboss::CodingFormat::U_LAW); in GetSupportedDelayRangeHelper()
|
/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/ |
H A D | hci_common.emb | 1078 enum CodingFormat:
|
H A D | hci_commands.emb | 911 0 [+1] hci.CodingFormat coding_format 923 0 [+1] hci.CodingFormat coding_format
|
H A D | hci_events.emb | 1517 $next [+1] hci.CodingFormat air_mode
|