Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/core/
Dbtc_util.c329 esp_bt_status_t esp_status = ESP_BT_STATUS_FAIL; in btc_hci_to_esp_status()
350 esp_status = ESP_BT_STATUS_FAIL; in btc_hci_to_esp_status()
359 esp_bt_status_t esp_status = ESP_BT_STATUS_FAIL; in btc_btm_status_to_esp_status()
386 esp_status = ESP_BT_STATUS_FAIL; in btc_btm_status_to_esp_status()
389 esp_status = ESP_BT_STATUS_FAIL; in btc_btm_status_to_esp_status()
398 esp_bt_status_t esp_status = ESP_BT_STATUS_FAIL; in btc_bta_status_to_esp_status()
404 esp_status = ESP_BT_STATUS_FAIL; in btc_bta_status_to_esp_status()
422 esp_status = ESP_BT_STATUS_FAIL; in btc_bta_status_to_esp_status()
Dbtc_dm.c519 param.remove_bond_dev_cmpl.status = ESP_BT_STATUS_FAIL; in btc_dm_dev_unpaired_evt()
713 param.remove_bond_dev_cmpl.status = ESP_BT_STATUS_FAIL; in btc_dm_sec_cb_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c416 param.rmt_srvc_rec.stat = ESP_BT_STATUS_FAIL; in btc_gap_bt_search_service_record()
486 param.rmt_srvcs.stat = ESP_BT_STATUS_FAIL; in btc_gap_bt_search_services()
502 if (param.rmt_srvcs.stat == ESP_BT_STATUS_FAIL) { in btc_gap_bt_search_services()
611 return ESP_BT_STATUS_FAIL; in btc_gap_bt_get_cod()
652 return ESP_BT_STATUS_FAIL; in btc_gap_bt_remove_bond_device()
676 ret = ESP_BT_STATUS_FAIL; in btc_gap_bt_set_security_param()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_bt_defs.h35 ESP_BT_STATUS_FAIL, /* relate to BT_STATUS_FAIL in bt_def.h */ enumerator
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_co.c110 ret = ESP_BT_STATUS_FAIL; in bta_dm_co_bt_set_io_cap()