Searched refs:codec (Results 1 – 14 of 14) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/hci/ |
D | hci_audio.c | 3 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/ |
D | bta_ag_api.c | 287 void BTA_AgSetCodec(UINT16 handle, tBTA_AG_PEER_CODEC codec) in BTA_AgSetCodec() argument 294 p_buf->codec = codec; in BTA_AgSetCodec()
|
D | bta_ag_act.c | 785 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/ |
D | hci_audio.h | 40 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/ |
D | bta_hf_client_co.h | 39 void bta_hf_client_co_audio_state(UINT16 handle, UINT8 state, tBTA_HFP_PEER_CODEC codec);
|
D | bta_ag_co.h | 50 void bta_ag_sco_audio_state(UINT16 handle, UINT8 app_id, UINT8 state, tBTA_AG_PEER_CODEC codec);
|
D | bta_ag_api.h | 595 void BTA_AgSetCodec(UINT16 handle, tBTA_AG_PEER_CODEC codec);
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/ |
D | bta_hf_client_at.c | 462 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/ |
D | esp_hf_ag_api.h | 203 esp_hf_wbs_config_t codec; /*!< codec mode CVSD or mSBC */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/ |
D | bta_hf_client_int.h | 275 extern void bta_hf_client_send_at_bcs(UINT32 codec);
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/ |
D | bta_hf_client_co.c | 88 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/ |
D | bta_ag_co.c | 357 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
|
D | btc_hf_ag.c | 1634 param.wbs_rep.codec = p_data->val.num; in btc_hf_cb_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/include/ |
D | bta_ag_int.h | 207 tBTA_AG_PEER_CODEC codec; member
|