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

Commit c7fccda8 authored by KimJeongYeon's avatar KimJeongYeon
Browse files

btsnoop: Fix btsnoop_net runs unexpected



By default, btsnoop_net was disabled using "BT_NET_DEBUG" macro.
But, it enabled actually and manages socket connection for sending
btsnoop logs. The reason was, TRUE/FALSE macro were not defined.
This fix including "bt_types.h" to work macro properly.

Test: Turn on btsnoop logging and observe btsnoop_net runs or not.

Signed-off-by: default avatarKimJeongYeon <jeongyeon.kim@samsung.com>
parent fd1f601f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@

#include <mutex>

#include "bt_types.h"
#include "osi/include/log.h"
#include "osi/include/osi.h"