Searched refs:BTA_FAILURE (Results 1 – 6 of 6) sorted by relevance
272 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 …]
67 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()
89 return BTA_FAILURE; in BTA_HfClientEnable()
67 return BTA_FAILURE; in BTA_AgEnable()
403 case BTA_FAILURE: in btc_bta_status_to_esp_status()
44 #define BTA_FAILURE 1 /* Generic failure. */ macro