/btstack/example/ |
H A D | hfp_ag_demo.c | 75 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 D | hfp_hf_demo.c | 85 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 D | hfp_ag_client_test.cpp | 75 static uint8_t codecs[2] = {1, 3}; variable 410 hfp_ag_init_codecs(sizeof(codecs), codecs); in TEST_GROUP()
|
H A D | hfp_hf_client_test.cpp | 73 static uint8_t codecs[2] = {1,2}; variable 483 hfp_hf_init_codecs(sizeof(codecs), codecs); in TEST_GROUP()
|
/btstack/src/classic/ |
H A D | hfp_ag.h | 73 uint8_t codecs_nr, const uint8_t * codecs); 86 void hfp_ag_init_codecs(uint8_t codecs_nr, const uint8_t * codecs);
|
H A D | hfp_hf.h | 66 … 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 D | hfp_hf.c | 1639 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 D | hfp_ag.c | 2685 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 D | hfp.h | 907 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 D | hfp.c | 293 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 D | uuid128_formats.py | 5 import codecs
|
H A D | bluetooth_psm.py | 13 import codecs
|
H A D | bluetooth_company_id.py | 13 import codecs
|
H A D | bluetooth_sdp.py | 12 import codecs
|
H A D | compile_gatt.py | 15 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 D | README.md | 67 …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 D | README.md | 3 LC3 and LC3 Plus are audio codecs designed for low-latency audio transport.
|
/btstack/ |
H A D | CHANGELOG.md | 321 - 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…
|