Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aae9d9f2 authored by Zach Johnson's avatar Zach Johnson
Browse files

Setting inqfilt_active to true has no effect

nothing meaningful happens between when it's set
and when it's set to false.

Bug: 159815595
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: I7379b1183f5c477cf092541b149247fe1f21ccd7
parent f572acf3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1188,8 +1188,6 @@ tINQ_DB_ENT* btm_inq_db_new(const RawAddress& p_bda) {
 *
 ******************************************************************************/
static void btm_set_inq_event_filter() {
  btm_cb.btm_inq_vars.inqfilt_active = true;

  tBTM_INQUIRY_VAR_ST* p_inq = &btm_cb.btm_inq_vars;

#if (BTM_INQ_DEBUG == TRUE)