Home
last modified time | relevance | path

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

/system/bt/bta/dm/
Dbta_dm_api.cc75 return BTA_SUCCESS; in BTA_EnableBluetooth()
95 return BTA_SUCCESS; in BTA_DisableBluetooth()
116 return BTA_SUCCESS; in BTA_EnableTestMode()
483 return BTA_SUCCESS; in BTA_DmRemoveDevice()
570 status = BTA_SUCCESS; in BTA_DmSetLocalDiRecord()
Dbta_dm_act.cc1333 result = BTA_SUCCESS; in bta_dm_di_disc()
1620 p_msg->disc_result.result.disc_res.result = BTA_SUCCESS; in bta_dm_sdp_result()
2184 p_msg->disc_result.result.disc_res.result = BTA_SUCCESS; in bta_dm_discover_device()
2784 sec_event.enable.status = BTA_SUCCESS; in bta_dm_local_name_cback()
3385 sec_event.bond_cancel_cmpl.result = BTA_SUCCESS; in bta_dm_bond_cancel_complete_cback()
3827 tBTA_STATUS bta_status = BTA_SUCCESS; in bta_dm_encrypt_cback()
4397 tBTA_STATUS st = (status == BTM_SUCCESS) ? BTA_SUCCESS : BTA_FAILURE; in bta_ble_energy_info_cmpl()
4400 if (BTA_SUCCESS == st) ctrl_state = bta_dm_pm_obtain_controller_state(); in bta_ble_energy_info_cmpl()
4551 (status == BTA_GATT_OK) ? BTA_SUCCESS : BTA_FAILURE; in bta_dm_gatt_disc_complete()
/system/bt/main/
Dbte_conf.cc92 if (status != BTA_SUCCESS) { in bte_load_did_conf()
/system/bt/bta/ag/
Dbta_ag_api.cc74 return BTA_SUCCESS; in BTA_AgEnable()
/system/bt/btif/src/
Dbtif_gatt_util.cc221 if (result != BTA_SUCCESS && result != BTA_BUSY) { in btif_gatt_set_encryption_cb()
Dbtif_dm.cc805 if (p_src_data->disc_res.result == BTA_SUCCESS) { in search_services_copy_cb()
1386 if (p_data->disc_res.result != BTA_SUCCESS && in btif_dm_search_services_evt()
1397 if ((p_data->disc_res.result == BTA_SUCCESS) && in btif_dm_search_services_evt()
1425 if (p_data->disc_res.result != BTA_SUCCESS || in btif_dm_search_services_evt()
2062 if ((p_data->disc_res.result == BTA_SUCCESS) && in bte_dm_search_services_evt()
2132 if (BTA_SUCCESS != status) { in bte_scan_filt_param_cfg_evt()
Dbtif_core.cc416 if (status == BTA_SUCCESS) { in btif_enable_bluetooth_evt()
Dbtif_av.cc814 if ((p_av->start.status == BTA_SUCCESS) && in btif_av_state_opened_handler()
/system/bt/bta/include/
Dbta_api.h40 #define BTA_SUCCESS 0 /* Successful operation. */ macro
497 #define BTA_DM_SEC_GRANTED BTA_SUCCESS
/system/bt/bta/hf_client/
Dbta_hf_client_main.cc444 return BTA_SUCCESS; in bta_hf_client_api_enable()