Searched refs:BTA_SUCCESS (Results 1 – 9 of 9) sorted by relevance
87 return BTA_SUCCESS; in BTA_EnableBluetooth()118 return BTA_SUCCESS; in BTA_DisableBluetooth()141 return BTA_SUCCESS; in BTA_EnableTestMode()370 return (BTA_SUCCESS); in BTA_DmVendorSpecificCommand()773 return BTA_SUCCESS; in BTA_DmRemoveDevice()1114 status = BTA_SUCCESS; in BTA_DmSetLocalDiRecord()1143 return BTA_SUCCESS; in BTA_DmGetLocalDiRecord()1196 return BTA_SUCCESS; in BTA_DmGetDiRecord()
1455 result = BTA_SUCCESS; in bta_dm_di_disc()1795 p_msg->disc_result.result.disc_res.result = BTA_SUCCESS; in bta_dm_sdp_result()2474 p_msg->disc_result.result.disc_res.result = BTA_SUCCESS; in bta_dm_discover_device()3104 sec_event.enable.status = BTA_SUCCESS; in bta_dm_local_name_cback()3887 sec_event.bond_cancel_cmpl.result = BTA_SUCCESS; in bta_dm_bond_cancel_complete_cback()4456 tBTA_STATUS bta_status = BTA_SUCCESS; in bta_dm_encrypt_cback()5056 … p_msg->disc_result.result.disc_res.result = (status == BTA_GATT_OK) ? BTA_SUCCESS :BTA_FAILURE; in bta_dm_gatt_disc_complete()
86 return BTA_SUCCESS; in BTA_AgEnable()
518 if(remove_hid_bond(bd_addr) != BTA_SUCCESS) in btif_dm_cb_remove_bond()524 if (BTA_DmRemoveDevice((UINT8 *)bd_addr->address) == BTA_SUCCESS) in btif_dm_cb_remove_bond()591 if (p_src_data->disc_res.result == BTA_SUCCESS) in search_services_copy_cb()1087 if ((p_data->disc_res.result != BTA_SUCCESS) && in btif_dm_search_services_evt()1098 if ((p_data->disc_res.result == BTA_SUCCESS) && (p_data->disc_res.num_uuids > 0)) in btif_dm_search_services_evt()1680 if ((p_data->disc_res.result == BTA_SUCCESS) && (p_data->disc_res.num_uuids > 0)) { in bte_dm_search_services_evt()
332 if (result == BTA_SUCCESS) in btif_gatt_set_encryption_cb()
605 if (status == BTA_SUCCESS) in btif_enable_bluetooth_evt()676 if (status != BTA_SUCCESS) in btif_disable_bluetooth()
488 if ((p_av->start.status == BTA_SUCCESS) && (p_av->start.suspending == TRUE)) in btif_av_state_opened_handler()
443 if (BTA_DmSetLocalDiRecord(&rec, &rec_num) != BTA_SUCCESS) { in bte_load_did_conf()
43 #define BTA_SUCCESS 0 /* Successful operation. */ macro595 #define BTA_DM_SEC_GRANTED BTA_SUCCESS