Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c273 enable_event.status = BTA_FAILURE; in bta_dm_enable()
1288 sec_event.bond_cancel_cmpl.result = BTA_FAILURE; in bta_dm_bond_cancel()
1604 result.status = BTA_FAILURE; in bta_dm_search_start()
1749 di_disc.result = BTA_FAILURE; in bta_dm_di_disc_cmpl()
1801 di_disc.result = BTA_FAILURE; in bta_dm_disable_search_and_disc()
1822 UINT16 result = BTA_FAILURE; in bta_dm_di_disc()
1838 if ( result == BTA_FAILURE && in bta_dm_di_disc()
2156 p_msg->disc_result.result.disc_res.result = BTA_FAILURE; in bta_dm_sdp_result()
4022 sec_event.bond_cancel_cmpl.result = BTA_FAILURE; in bta_dm_bond_cancel_complete_cback()
4372 status = BTA_FAILURE; in bta_dm_set_eir()
[all …]
Dbta_dm_api.c68 return BTA_FAILURE; in BTA_EnableBluetooth()
85 return BTA_FAILURE; in BTA_EnableBluetooth()
108 return BTA_FAILURE; in BTA_DisableBluetooth()
135 return BTA_FAILURE; in BTA_EnableTestMode()
910 return BTA_FAILURE; in BTA_DmRemoveDevice()
995 tBTA_STATUS status = BTA_FAILURE; in BTA_DmSetLocalDiRecord()
1037 tBTA_STATUS status = BTA_FAILURE; in BTA_DmRemoveLocalDiRecord()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_api.c90 return BTA_FAILURE; in BTA_HfClientEnable()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_api.c67 return BTA_FAILURE; in BTA_AgEnable()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hd/
Dbta_hd_main.c325 tBTA_STATUS status = BTA_FAILURE; in bta_hd_bqb_set_local_di_record()
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_util.c402 case BTA_FAILURE: in btc_bta_status_to_esp_status()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h44 #define BTA_FAILURE 1 /* Generic failure. */ macro