Loading system/hci/src/btsnoop_net.cc +3 −3 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ static int listen_socket_ = -1; static int client_socket_ = -1; void btsnoop_net_open() { #if (BT_NET_DEBUG != TRUE) #if (BT_NET_DEBUG != true) return; // Disable using network sockets for security reasons #endif Loading @@ -61,7 +61,7 @@ void btsnoop_net_open() { } void btsnoop_net_close() { #if (BT_NET_DEBUG != TRUE) #if (BT_NET_DEBUG != true) return; // Disable using network sockets for security reasons #endif Loading @@ -74,7 +74,7 @@ void btsnoop_net_close() { } void btsnoop_net_write(const void* data, size_t length) { #if (BT_NET_DEBUG != TRUE) #if (BT_NET_DEBUG != true) return; // Disable using network sockets for security reasons #endif Loading system/hci/src/hci_inject.cc +2 −2 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ static thread_t* thread; static list_t* clients; static bool hci_inject_open(const hci_t* hci_interface) { #if (BT_NET_DEBUG != TRUE) #if (BT_NET_DEBUG != true) return true; // Disable using network sockets for security reasons #endif Loading Loading @@ -98,7 +98,7 @@ error:; } static void hci_inject_close(void) { #if (BT_NET_DEBUG != TRUE) #if (BT_NET_DEBUG != true) return; // Disable using network sockets for security reasons #endif Loading Loading
system/hci/src/btsnoop_net.cc +3 −3 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ static int listen_socket_ = -1; static int client_socket_ = -1; void btsnoop_net_open() { #if (BT_NET_DEBUG != TRUE) #if (BT_NET_DEBUG != true) return; // Disable using network sockets for security reasons #endif Loading @@ -61,7 +61,7 @@ void btsnoop_net_open() { } void btsnoop_net_close() { #if (BT_NET_DEBUG != TRUE) #if (BT_NET_DEBUG != true) return; // Disable using network sockets for security reasons #endif Loading @@ -74,7 +74,7 @@ void btsnoop_net_close() { } void btsnoop_net_write(const void* data, size_t length) { #if (BT_NET_DEBUG != TRUE) #if (BT_NET_DEBUG != true) return; // Disable using network sockets for security reasons #endif Loading
system/hci/src/hci_inject.cc +2 −2 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ static thread_t* thread; static list_t* clients; static bool hci_inject_open(const hci_t* hci_interface) { #if (BT_NET_DEBUG != TRUE) #if (BT_NET_DEBUG != true) return true; // Disable using network sockets for security reasons #endif Loading Loading @@ -98,7 +98,7 @@ error:; } static void hci_inject_close(void) { #if (BT_NET_DEBUG != TRUE) #if (BT_NET_DEBUG != true) return; // Disable using network sockets for security reasons #endif Loading