Home
last modified time | relevance | path

Searched refs:codec (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_audio.c3 void set_audio_state(uint16_t handle, sco_codec_t codec, sco_state_t state) in set_audio_state() argument
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_api.c287 void BTA_AgSetCodec(UINT16 handle, tBTA_AG_PEER_CODEC codec) in BTA_AgSetCodec() argument
294 p_buf->codec = codec; in BTA_AgSetCodec()
Dbta_ag_act.c785 tBTA_AG_PEER_CODEC codec_type = p_data->api_setcodec.codec; in bta_ag_setcodec()
/hal_espressif-latest/components/bt/host/bluedroid/hci/include/hci/
Dhci_audio.h40 void set_audio_state(uint16_t handle, sco_codec_t codec, sco_state_t state);
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hf_client_co.h39 void bta_hf_client_co_audio_state(UINT16 handle, UINT8 state, tBTA_HFP_PEER_CODEC codec);
Dbta_ag_co.h50 void bta_ag_sco_audio_state(UINT16 handle, UINT8 app_id, UINT8 state, tBTA_AG_PEER_CODEC codec);
Dbta_ag_api.h595 void BTA_AgSetCodec(UINT16 handle, tBTA_AG_PEER_CODEC codec);
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c462 static void bta_hf_client_handle_bcs(UINT32 codec) in bta_hf_client_handle_bcs() argument
464 APPL_TRACE_DEBUG("%s %u", __FUNCTION__, codec); in bta_hf_client_handle_bcs()
466 if (codec == BTM_SCO_CODEC_CVSD || in bta_hf_client_handle_bcs()
467 (codec == BTM_SCO_CODEC_MSBC && bta_hf_client_cb.msbc_enabled == TRUE)) { in bta_hf_client_handle_bcs()
468 bta_hf_client_cb.scb.negotiated_codec = codec; in bta_hf_client_handle_bcs()
469 bta_hf_client_send_at_bcs(codec); in bta_hf_client_handle_bcs()
1420 void bta_hf_client_send_at_bcs(UINT32 codec) in bta_hf_client_send_at_bcs() argument
1430 at_len = snprintf(buf, BTA_HF_CLIENT_AT_MAX_LEN, "AT+BCS=%u\r", codec); in bta_hf_client_send_at_bcs()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hf_ag_api.h203 esp_hf_wbs_config_t codec; /*!< codec mode CVSD or mSBC */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/
Dbta_hf_client_int.h275 extern void bta_hf_client_send_at_bcs(UINT32 codec);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbta_hf_client_co.c88 void bta_hf_client_co_audio_state(UINT16 handle, UINT8 state, tBTA_HFP_PEER_CODEC codec) in bta_hf_client_co_audio_state() argument
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbta_ag_co.c357 void bta_ag_sco_audio_state(UINT16 handle, UINT8 app_id, UINT8 state, tBTA_AG_PEER_CODEC codec) in bta_ag_sco_audio_state() argument
Dbtc_hf_ag.c1634 param.wbs_rep.codec = p_data->val.num; in btc_hf_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/include/
Dbta_ag_int.h207 tBTA_AG_PEER_CODEC codec; member