Home
last modified time | relevance | path

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

/system/bt/bta/hf_client/
Dbta_hf_client_api.c64 return BTA_FAILURE; in BTA_HfClientEnable()
/system/bt/bta/dm/
Dbta_dm_act.c269 enable_event.status = BTA_FAILURE; in bta_dm_enable()
1000 sec_event.bond_cancel_cmpl.result = BTA_FAILURE; in bta_dm_bond_cancel()
1357 di_disc.result = BTA_FAILURE; in bta_dm_di_disc_cmpl()
1406 di_disc.result = BTA_FAILURE; in bta_dm_disable_search_and_disc()
1425 UINT16 result = BTA_FAILURE; in bta_dm_di_disc()
1438 if (result == BTA_FAILURE) { in bta_dm_di_disc()
1813 p_msg->disc_result.result.disc_res.result = BTA_FAILURE; in bta_dm_sdp_result()
3663 sec_event.bond_cancel_cmpl.result = BTA_FAILURE; in bta_dm_bond_cancel_complete_cback()
4188 bta_status = BTA_FAILURE; in bta_dm_encrypt_cback()
4746 tBTA_STATUS status = BTA_FAILURE; in bta_dm_ble_set_adv_config()
[all …]
Dbta_dm_api.c66 return BTA_FAILURE; in BTA_EnableBluetooth()
582 tBTA_STATUS status = BTA_FAILURE; in BTA_DmSetLocalDiRecord()
/system/bt/bta/ag/
Dbta_ag_api.c63 return BTA_FAILURE; in BTA_AgEnable()
/system/bt/bta/include/
Dbta_api.h42 #define BTA_FAILURE 1 /* Generic failure. */ macro