Searched refs:BTA_FAILURE (Results 1 – 5 of 5) sorted by relevance
61 return BTA_FAILURE; in BTA_AgEnable()
60 if (bta_dm_cb.disabling) return BTA_FAILURE; in BTA_EnableBluetooth()408 tBTA_STATUS status = BTA_FAILURE; in BTA_DmSetLocalDiRecord()
260 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 …]
417 return BTA_FAILURE; in bta_hf_client_api_enable()
41 #define BTA_FAILURE 1 /* Generic failure. */ macro