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

/system/bt/bta/ag/
H A Dbta_ag_api.cc52 * Returns BTA_SUCCESS if OK, BTA_FAILURE otherwise.
60 return BTA_FAILURE;
/system/bt/bta/dm/
H A Dbta_dm_api.cc60 if (bta_dm_cb.disabling) return BTA_FAILURE;
410 tBTA_STATUS status = BTA_FAILURE;
H A Dbta_dm_act.cc256 enable_event.enable.status = BTA_FAILURE;
842 sec_event.bond_cancel_cmpl.result = BTA_FAILURE;
1102 di_disc.result = BTA_FAILURE;
1148 di_disc.result = BTA_FAILURE;
1166 uint16_t result = BTA_FAILURE;
1180 if (result == BTA_FAILURE) {
1524 p_msg->disc_result.result.disc_res.result = BTA_FAILURE;
3193 sec_event.bond_cancel_cmpl.result = BTA_FAILURE;
3615 bta_status = BTA_FAILURE;
4056 tBTA_STATUS st = (status == BTM_SUCCESS) ? BTA_SUCCESS : BTA_FAILURE;
[all...]
/system/bt/bta/hf_client/
H A Dbta_hf_client_main.cc415 return BTA_FAILURE;
/system/bt/bta/include/
H A Dbta_api.h41 #define BTA_FAILURE 1 /* Generic failure. */ macro
1182 * BTA_FAILURE if cached name is not available

Completed in 127 milliseconds