Home
last modified time | relevance | path

Searched refs:ESP_BT_STATUS_FAIL (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_util.c321 esp_bt_status_t esp_status = ESP_BT_STATUS_FAIL; in btc_hci_to_esp_status()
342 esp_status = ESP_BT_STATUS_FAIL; in btc_hci_to_esp_status()
351 esp_bt_status_t esp_status = ESP_BT_STATUS_FAIL; in btc_btm_status_to_esp_status()
378 esp_status = ESP_BT_STATUS_FAIL; in btc_btm_status_to_esp_status()
381 esp_status = ESP_BT_STATUS_FAIL; in btc_btm_status_to_esp_status()
390 esp_bt_status_t esp_status = ESP_BT_STATUS_FAIL; in btc_bta_status_to_esp_status()
396 esp_status = ESP_BT_STATUS_FAIL; in btc_bta_status_to_esp_status()
414 esp_status = ESP_BT_STATUS_FAIL; in btc_bta_status_to_esp_status()
Dbtc_dm.c555 param.remove_bond_dev_cmpl.status = ESP_BT_STATUS_FAIL; in btc_dm_dev_unpaired_evt()
810 param.remove_bond_dev_cmpl.status = ESP_BT_STATUS_FAIL; in btc_dm_sec_cb_handler()
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c408 param.rmt_srvc_rec.stat = ESP_BT_STATUS_FAIL; in btc_gap_bt_search_service_record()
478 param.rmt_srvcs.stat = ESP_BT_STATUS_FAIL; in btc_gap_bt_search_services()
494 if (param.rmt_srvcs.stat == ESP_BT_STATUS_FAIL) { in btc_gap_bt_search_services()
603 return ESP_BT_STATUS_FAIL; in btc_gap_bt_get_cod()
644 return ESP_BT_STATUS_FAIL; in btc_gap_bt_remove_bond_device()
668 ret = ESP_BT_STATUS_FAIL; in btc_gap_bt_set_security_param()
/hal_espressif-3.7.0/components/bt/host/bluedroid/api/include/api/
Desp_bt_defs.h28 ESP_BT_STATUS_FAIL, /* relate to BT_STATUS_FAIL in bt_def.h */ enumerator
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_co.c109 ret = ESP_BT_STATUS_FAIL; in bta_dm_co_bt_set_io_cap()