Home
last modified time | relevance | path

Searched refs:BTA_SUCCESS (Results 1 – 13 of 13) sorted by relevance

/system/bt/btif/test/
Dbtif_hf_client_service_test.cc17 return BTA_SUCCESS; in BTA_HfClientEnable()
/system/bt/test/mock/
Dmock_bta_hf_client_api.cc45 return BTA_SUCCESS; in BTA_HfClientEnable()
Dmock_bta_dm_api.cc49 return BTA_SUCCESS; in BTA_DmRemoveDevice()
54 return BTA_SUCCESS; in BTA_DmSetLocalDiRecord()
Dmock_bta_ag_api.cc42 return BTA_SUCCESS; in BTA_AgEnable()
/system/bt/btif/src/
Dbtif_gatt_util.cc70 if (result != BTA_SUCCESS && result != BTA_BUSY) { in btif_gatt_set_encryption_cb()
Dbtif_dm.cc1297 if (p_data->disc_res.result != BTA_SUCCESS && in btif_dm_search_services_evt()
1311 if ((p_data->disc_res.result == BTA_SUCCESS) && in btif_dm_search_services_evt()
1337 if (p_data->disc_res.result != BTA_SUCCESS || in btif_dm_search_services_evt()
Dbtif_av.cc1891 if ((p_av->start.status == BTA_SUCCESS) && p_av->start.suspending) in ProcessEvent()
/system/bt/main/
Dbte_conf.cc95 if (status != BTA_SUCCESS) { in bte_load_did_conf()
/system/bt/bta/ag/
Dbta_ag_api.cc67 return BTA_SUCCESS; in BTA_AgEnable()
/system/bt/bta/dm/
Dbta_dm_api.cc263 return BTA_SUCCESS; in BTA_DmRemoveDevice()
384 status = BTA_SUCCESS; in BTA_DmSetLocalDiRecord()
Dbta_dm_act.cc1188 p_msg->disc_result.result.disc_res.result = BTA_SUCCESS; in bta_dm_sdp_result()
1771 p_msg->disc_result.result.disc_res.result = BTA_SUCCESS; in bta_dm_discover_device()
2804 sec_event.bond_cancel_cmpl.result = BTA_SUCCESS; in bta_dm_bond_cancel_complete_cback()
3211 tBTA_STATUS bta_status = BTA_SUCCESS; in bta_dm_encrypt_cback()
3733 tBTA_STATUS st = (status == HCI_SUCCESS) ? BTA_SUCCESS : BTA_FAILURE; in bta_ble_energy_info_cmpl()
3736 if (BTA_SUCCESS == st) ctrl_state = bta_dm_pm_obtain_controller_state(); in bta_ble_energy_info_cmpl()
3796 (status == GATT_SUCCESS) ? BTA_SUCCESS : BTA_FAILURE; in bta_dm_gatt_disc_complete()
/system/bt/bta/include/
Dbta_api.h50 BTA_SUCCESS = 0, /* Successful operation. */ enumerator
273 #define BTA_DM_SEC_GRANTED BTA_SUCCESS
/system/bt/bta/hf_client/
Dbta_hf_client_main.cc443 return BTA_SUCCESS; in bta_hf_client_api_enable()