Home
last modified time | relevance | path

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

/system/bt/main/
Dbte_conf.c102 if (status != BTA_SUCCESS) { in bte_load_did_conf()
/system/bt/bta/hf_client/
Dbta_hf_client_api.c79 return BTA_SUCCESS; in BTA_HfClientEnable()
/system/bt/bta/ag/
Dbta_ag_api.c83 return BTA_SUCCESS; in BTA_AgEnable()
/system/bt/bta/dm/
Dbta_dm_api.c84 return BTA_SUCCESS; in BTA_EnableBluetooth()
115 return BTA_SUCCESS; in BTA_DisableBluetooth()
138 return BTA_SUCCESS; in BTA_EnableTestMode()
577 return BTA_SUCCESS; in BTA_DmRemoveDevice()
671 status = BTA_SUCCESS; in BTA_DmSetLocalDiRecord()
Dbta_dm_act.c1400 result = BTA_SUCCESS; in bta_dm_di_disc()
1724 p_msg->disc_result.result.disc_res.result = BTA_SUCCESS; in bta_dm_sdp_result()
2410 p_msg->disc_result.result.disc_res.result = BTA_SUCCESS; in bta_dm_discover_device()
3066 sec_event.enable.status = BTA_SUCCESS; in bta_dm_local_name_cback()
3762 sec_event.bond_cancel_cmpl.result = BTA_SUCCESS; in bta_dm_bond_cancel_complete_cback()
4237 tBTA_STATUS bta_status = BTA_SUCCESS; in bta_dm_encrypt_cback()
4855 status = BTA_SUCCESS; in bta_dm_ble_set_adv_config()
4878 status = BTA_SUCCESS; in bta_dm_ble_set_scan_rsp()
5240 tBTA_STATUS st = (status == BTM_SUCCESS) ? BTA_SUCCESS: BTA_FAILURE; in bta_ble_scan_cfg_cmpl()
5376 tBTA_STATUS st = (status == BTM_SUCCESS) ? BTA_SUCCESS: BTA_FAILURE; in bta_ble_energy_info_cmpl()
[all …]
/system/bt/btif/src/
Dbtif_gatt_util.c301 if (result != BTA_SUCCESS && result != BTA_BUSY) in btif_gatt_set_encryption_cb()
Dbtif_dm.c817 if (p_src_data->disc_res.result == BTA_SUCCESS) in search_services_copy_cb()
1450 if ((p_data->disc_res.result != BTA_SUCCESS) && in btif_dm_search_services_evt()
1461 if ((p_data->disc_res.result == BTA_SUCCESS) && (p_data->disc_res.num_uuids > 0)) in btif_dm_search_services_evt()
2122 if ((p_data->disc_res.result == BTA_SUCCESS) && (p_data->disc_res.num_uuids > 0)) { in bte_dm_search_services_evt()
2195 if(BTA_SUCCESS != status) in bte_scan_filt_param_cfg_evt()
Dbtif_core.c507 if (status == BTA_SUCCESS) in btif_enable_bluetooth_evt()
Dbtif_av.c616 if ((p_av->start.status == BTA_SUCCESS) && (p_av->start.suspending == TRUE)) in btif_av_state_opened_handler()
/system/bt/bta/include/
Dbta_api.h42 #define BTA_SUCCESS 0 /* Successful operation. */ macro
732 #define BTA_DM_SEC_GRANTED BTA_SUCCESS