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

Commit 74aa968f 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

Change-Id: Id4473f3db0f99789ad700101545aae349ae13a8a
parents 916d8403 e39f120b
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;