Home
last modified time | relevance | path

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

/btstack/example/
H A Dhfp_ag_demo.c75 static uint8_t codecs[] = { variable
756 hfp_ag_init_codecs(sizeof(codecs), codecs); in btstack_main()
767 … rfcomm_channel_nr, hfp_ag_service_name, 0, supported_features, sizeof(codecs), codecs); in btstack_main()
H A Dhfp_hf_demo.c85 static uint8_t codecs[] = { variable
756 hfp_hf_init_codecs(sizeof(codecs), codecs); in btstack_main()
768 … rfcomm_channel_nr, hfp_hf_service_name, hf_supported_features, sizeof(codecs), codecs); in btstack_main()
/btstack/test/hfp/
H A Dhfp_ag_client_test.cpp75 static uint8_t codecs[2] = {1, 3}; variable
410 hfp_ag_init_codecs(sizeof(codecs), codecs); in TEST_GROUP()
H A Dhfp_hf_client_test.cpp73 static uint8_t codecs[2] = {1,2}; variable
483 hfp_hf_init_codecs(sizeof(codecs), codecs); in TEST_GROUP()
/btstack/src/classic/
H A Dhfp_ag.h73 uint8_t codecs_nr, const uint8_t * codecs);
86 void hfp_ag_init_codecs(uint8_t codecs_nr, const uint8_t * codecs);
H A Dhfp_hf.h66 … const char * name, uint16_t supported_features, uint8_t codecs_nr, const uint8_t * codecs);
83 void hfp_hf_init_codecs(uint8_t codecs_nr, const uint8_t * codecs);
H A Dhfp_hf.c1639 void hfp_hf_init_codecs(uint8_t codecs_nr, const uint8_t * codecs){ in hfp_hf_init_codecs() argument
1646 hfp_hf_codecs[i] = codecs[i]; in hfp_hf_init_codecs()
2373 … const char * name, uint16_t supported_features, uint8_t codecs_nr, const uint8_t * codecs){ in hfp_hf_create_sdp_record_with_codecs() argument
2400 switch (codecs[i]){ in hfp_hf_create_sdp_record_with_codecs()
2420 const uint8_t * codecs; in hfp_hf_create_sdp_record() local
2424 codecs = NULL; in hfp_hf_create_sdp_record()
2427 codecs = wide_band_codecs; in hfp_hf_create_sdp_record()
2429 …cs(service, service_record_handle, rfcomm_channel_nr, name, supported_features, codecs_nr, codecs); in hfp_hf_create_sdp_record()
H A Dhfp_ag.c2685 void hfp_ag_init_codecs(uint8_t codecs_nr, const uint8_t * codecs){ in hfp_ag_init_codecs() argument
2692 hfp_ag_codecs[i] = codecs[i]; in hfp_ag_init_codecs()
3304 uint8_t codecs_nr, const uint8_t * codecs){ in hfp_ag_create_sdp_record_with_codecs() argument
3338 switch (codecs[i]){ in hfp_ag_create_sdp_record_with_codecs()
3358 const uint8_t * codecs; in hfp_ag_create_sdp_record() local
3362 codecs = NULL; in hfp_ag_create_sdp_record()
3365 codecs = wide_band_codecs; in hfp_ag_create_sdp_record()
3368 … ability_to_reject_call, supported_features, codecs_nr, codecs); in hfp_ag_create_sdp_record()
H A Dhfp.h907 int hfp_supports_codec(uint8_t codec, int codecs_nr, uint8_t * codecs);
908 void hfp_hf_drop_mSBC_if_eSCO_not_supported(uint8_t * codecs, uint8_t * codecs_nr);
H A Dhfp.c293 int hfp_supports_codec(uint8_t codec, int codecs_nr, uint8_t * codecs){ in hfp_supports_codec() argument
300 if (codecs[i] != codec) continue; in hfp_supports_codec()
306 void hfp_hf_drop_mSBC_if_eSCO_not_supported(uint8_t * codecs, uint8_t * codecs_nr){ in hfp_hf_drop_mSBC_if_eSCO_not_supported() argument
311 if (codecs[i] != HFP_CODEC_MSBC) { in hfp_hf_drop_mSBC_if_eSCO_not_supported()
312 codecs[filtered_codec_count++] = codecs[i]; in hfp_hf_drop_mSBC_if_eSCO_not_supported()
/btstack/tool/
H A Duuid128_formats.py5 import codecs
H A Dbluetooth_psm.py13 import codecs
H A Dbluetooth_company_id.py13 import codecs
H A Dbluetooth_sdp.py12 import codecs
H A Dcompile_gatt.py15 import codecs
892 imported_fin = codecs.open (imported_file, encoding='utf-8')
1088 fin = codecs.open (args.gattfile, encoding='utf-8')
/btstack/port/esp32/
H A DREADME.md67 …io_esp32_v4.c` resp. `btstack_audio_esp32_v5.c` and supports generic I2S codecs as well as the ES8…
/btstack/3rd-party/lc3-google/
H A DREADME.md3 LC3 and LC3 Plus are audio codecs designed for low-latency audio transport.
/btstack/
H A DCHANGELOG.md321 - A2DP Sink: fix config API for AAC, ATRAC, and other codecs
584 - A2DP, AVDTP: provide capabilities and configuration events for A2DP codecs: SBC, MPEG Audio, MPEG…