Home
last modified time | relevance | path

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

/system/bt/bta/ag/
Dbta_ag_api.cc61 return BTA_FAILURE; in BTA_AgEnable()
/system/bt/bta/dm/
Dbta_dm_api.cc60 if (bta_dm_cb.disabling) return BTA_FAILURE; in BTA_EnableBluetooth()
408 tBTA_STATUS status = BTA_FAILURE; in BTA_DmSetLocalDiRecord()
Dbta_dm_act.cc260 enable_event.enable.status = BTA_FAILURE; in bta_dm_enable()
859 sec_event.bond_cancel_cmpl.result = BTA_FAILURE; in bta_dm_bond_cancel()
1119 di_disc.result = BTA_FAILURE; in bta_dm_di_disc_cmpl()
1165 di_disc.result = BTA_FAILURE; in bta_dm_disable_search_and_disc()
1183 uint16_t result = BTA_FAILURE; in bta_dm_di_disc()
1197 if (result == BTA_FAILURE) { in bta_dm_di_disc()
1541 p_msg->disc_result.result.disc_res.result = BTA_FAILURE; in bta_dm_sdp_result()
3218 sec_event.bond_cancel_cmpl.result = BTA_FAILURE; in bta_dm_bond_cancel_complete_cback()
3640 bta_status = BTA_FAILURE; in bta_dm_encrypt_cback()
4078 tBTA_STATUS st = (status == BTM_SUCCESS) ? BTA_SUCCESS : BTA_FAILURE; in bta_ble_energy_info_cmpl()
[all …]
/system/bt/bta/hf_client/
Dbta_hf_client_main.cc417 return BTA_FAILURE; in bta_hf_client_api_enable()
/system/bt/bta/include/
Dbta_api.h41 #define BTA_FAILURE 1 /* Generic failure. */ macro