Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c272 enable_event.status = BTA_FAILURE; in bta_dm_enable()
1227 sec_event.bond_cancel_cmpl.result = BTA_FAILURE; in bta_dm_bond_cancel()
1509 result.status = BTA_FAILURE; in bta_dm_search_start()
1654 di_disc.result = BTA_FAILURE; in bta_dm_di_disc_cmpl()
1706 di_disc.result = BTA_FAILURE; in bta_dm_disable_search_and_disc()
1727 UINT16 result = BTA_FAILURE; in bta_dm_di_disc()
1743 if ( result == BTA_FAILURE && in bta_dm_di_disc()
2063 p_msg->disc_result.result.disc_res.result = BTA_FAILURE; in bta_dm_sdp_result()
3909 sec_event.bond_cancel_cmpl.result = BTA_FAILURE; in bta_dm_bond_cancel_complete_cback()
4242 status = BTA_FAILURE; in bta_dm_set_eir()
[all …]
Dbta_dm_api.c67 return BTA_FAILURE; in BTA_EnableBluetooth()
84 return BTA_FAILURE; in BTA_EnableBluetooth()
107 return BTA_FAILURE; in BTA_DisableBluetooth()
134 return BTA_FAILURE; in BTA_EnableTestMode()
798 return BTA_FAILURE; in BTA_DmRemoveDevice()
883 tBTA_STATUS status = BTA_FAILURE; in BTA_DmSetLocalDiRecord()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_api.c89 return BTA_FAILURE; in BTA_HfClientEnable()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_api.c67 return BTA_FAILURE; in BTA_AgEnable()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/core/
Dbtc_util.c403 case BTA_FAILURE: in btc_bta_status_to_esp_status()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h44 #define BTA_FAILURE 1 /* Generic failure. */ macro