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

Commit 971aaf55 authored by Andre Eisenbach's avatar Andre Eisenbach Committed by android-build-merger
Browse files

Fix HDP select thread id type am: 5ea66fa0 am: e39f120b

am: 74aa968f

Change-Id: Ibce71a56f288ec44c802d22f5e2063758065dc41
parents ea4b5f75 74aa968f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ const int btif_hl_signal_select_close_connected = 3;

static int listen_s = -1;
static int connected_s = -1;
static int select_thread_id = -1;
static pthread_t select_thread_id = -1;
static int signal_fds[2] = {-1, -1};
static list_t* soc_queue;
static int reg_counter;