Home
last modified time | relevance | path

Searched refs:data_path (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbtc_hf_client.c159 uint8_t data_path; in btc_hf_client_init() local
167 data_path = ESP_SCO_DATA_PATH_HCI; in btc_hf_client_init()
169 data_path = ESP_SCO_DATA_PATH_PCM; in btc_hf_client_init()
171 esp_bredr_sco_datapath_set(data_path); in btc_hf_client_init()
/hal_espressif-3.6.0/zephyr/esp32/include/bt/
Desp_bt.h347 esp_err_t esp_bredr_sco_datapath_set(esp_sco_data_path_t data_path);
/hal_espressif-3.6.0/components/bt/include/esp32/include/
Desp_bt.h344 esp_err_t esp_bredr_sco_datapath_set(esp_sco_data_path_t data_path);
/hal_espressif-3.6.0/zephyr/esp32/src/bt/
Desp_bt_adapter.c185 extern void bredr_sco_datapath_set(uint8_t data_path);
1300 esp_err_t esp_bredr_sco_datapath_set(esp_sco_data_path_t data_path) in esp_bredr_sco_datapath_set() argument
1305 bredr_sco_datapath_set(data_path); in esp_bredr_sco_datapath_set()
/hal_espressif-3.6.0/components/bt/controller/esp32/
Dbt.c226 extern void bredr_sco_datapath_set(uint8_t data_path);
1993 esp_err_t esp_bredr_sco_datapath_set(esp_sco_data_path_t data_path) in esp_bredr_sco_datapath_set() argument
1998 bredr_sco_datapath_set(data_path); in esp_bredr_sco_datapath_set()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbtc_hf_ag.c327 uint8_t data_path = ESP_SCO_DATA_PATH_HCI; in btc_hf_init() local
329 uint8_t data_path = ESP_SCO_DATA_PATH_PCM; in btc_hf_init() local
331 esp_bredr_sco_datapath_set(data_path); in btc_hf_init()