Loading system/stack/btm/btm_inq.cc +36 −36 Original line number Diff line number Diff line Loading @@ -1851,7 +1851,8 @@ tBTM_STATUS btm_initiate_rem_name(const RawAddress& remote_bda, uint64_t timeout } if (btm_cb.rnr.remname_active) { return BTM_BUSY; } else { } /* If the database entry exists for the device, use its clock offset */ tINQ_DB_ENT* p_i = btm_inq_db_find(remote_bda); if (p_i && (p_i->inq_info.results.inq_result_type & BT_DEVICE_TYPE_BREDR)) { Loading Loading @@ -1894,7 +1895,6 @@ tBTM_STATUS btm_initiate_rem_name(const RawAddress& remote_bda, uint64_t timeout return BTM_CMD_STARTED; } } /******************************************************************************* * Loading Loading
system/stack/btm/btm_inq.cc +36 −36 Original line number Diff line number Diff line Loading @@ -1851,7 +1851,8 @@ tBTM_STATUS btm_initiate_rem_name(const RawAddress& remote_bda, uint64_t timeout } if (btm_cb.rnr.remname_active) { return BTM_BUSY; } else { } /* If the database entry exists for the device, use its clock offset */ tINQ_DB_ENT* p_i = btm_inq_db_find(remote_bda); if (p_i && (p_i->inq_info.results.inq_result_type & BT_DEVICE_TYPE_BREDR)) { Loading Loading @@ -1894,7 +1895,6 @@ tBTM_STATUS btm_initiate_rem_name(const RawAddress& remote_bda, uint64_t timeout return BTM_CMD_STARTED; } } /******************************************************************************* * Loading