Loading system/bta/sys/bta_sys_main.c +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ static pthread_mutex_t bta_alarm_lock; extern thread_t *bt_workqueue_thread; /* trace level */ /* TODO Bluedroid - Hard-coded trace levels - Needs to be configurable */ /* TODO Hard-coded trace levels - Needs to be configurable */ UINT8 appl_trace_level = BT_TRACE_LEVEL_WARNING; //APPL_INITIAL_TRACE_LEVEL; UINT8 btif_trace_level = BT_TRACE_LEVEL_WARNING; Loading system/btif/src/bluetooth.c +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ ***********************************************************************************/ #define LOG_NDDEBUG 0 #define LOG_TAG "bt_bluedroid" #define LOG_TAG "bt_btif" #include <stdio.h> #include <stdlib.h> Loading system/btif/src/btif_av.c +0 −8 Original line number Diff line number Diff line Loading @@ -16,14 +16,6 @@ * ******************************************************************************/ /***************************************************************************** * * Filename: btif_av.c * * Description: Bluedroid AV implementation * *****************************************************************************/ #include "btif_av.h" #include <assert.h> Loading system/btif/src/btif_sock_l2cap.c +1 −1 Original line number Diff line number Diff line Loading @@ -997,7 +997,7 @@ void btsock_l2cap_signaled(int fd, int flags, uint32_t user_id) * typically written to the socket in a tight loop, hence we risk the ioctl * will return the total amount of data in the buffer, which could be * multiple 64kbyte chunks. * UPDATE: As bluedroid cannot handle 64kbyte buffers, the size is reduced * UPDATE: As the stack cannot handle 64kbyte buffers, the size is reduced * to around 8kbyte - and using malloc for buffer allocation here seems to * be wrong * UPDATE: Since we are responsible for freeing the buffer in the Loading system/doc/btsnoop_net.md +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ btsnoop_net exposes Bluetooth snoop logs over a local TCP socket which enables real-time debugging of HCI data with hcidump. This feature is enabled by setting `BtSnoopLogOutput=true` in `bt_stack.conf`. Once it has been enabled and the stack restarted, bluedroid will listen for Once it has been enabled and the stack restarted, the stack will listen for incoming TCP connections on port 8872. To use this feature with hcidump on a Linux host, you can run: Loading Loading
system/bta/sys/bta_sys_main.c +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ static pthread_mutex_t bta_alarm_lock; extern thread_t *bt_workqueue_thread; /* trace level */ /* TODO Bluedroid - Hard-coded trace levels - Needs to be configurable */ /* TODO Hard-coded trace levels - Needs to be configurable */ UINT8 appl_trace_level = BT_TRACE_LEVEL_WARNING; //APPL_INITIAL_TRACE_LEVEL; UINT8 btif_trace_level = BT_TRACE_LEVEL_WARNING; Loading
system/btif/src/bluetooth.c +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ ***********************************************************************************/ #define LOG_NDDEBUG 0 #define LOG_TAG "bt_bluedroid" #define LOG_TAG "bt_btif" #include <stdio.h> #include <stdlib.h> Loading
system/btif/src/btif_av.c +0 −8 Original line number Diff line number Diff line Loading @@ -16,14 +16,6 @@ * ******************************************************************************/ /***************************************************************************** * * Filename: btif_av.c * * Description: Bluedroid AV implementation * *****************************************************************************/ #include "btif_av.h" #include <assert.h> Loading
system/btif/src/btif_sock_l2cap.c +1 −1 Original line number Diff line number Diff line Loading @@ -997,7 +997,7 @@ void btsock_l2cap_signaled(int fd, int flags, uint32_t user_id) * typically written to the socket in a tight loop, hence we risk the ioctl * will return the total amount of data in the buffer, which could be * multiple 64kbyte chunks. * UPDATE: As bluedroid cannot handle 64kbyte buffers, the size is reduced * UPDATE: As the stack cannot handle 64kbyte buffers, the size is reduced * to around 8kbyte - and using malloc for buffer allocation here seems to * be wrong * UPDATE: Since we are responsible for freeing the buffer in the Loading
system/doc/btsnoop_net.md +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ btsnoop_net exposes Bluetooth snoop logs over a local TCP socket which enables real-time debugging of HCI data with hcidump. This feature is enabled by setting `BtSnoopLogOutput=true` in `bt_stack.conf`. Once it has been enabled and the stack restarted, bluedroid will listen for Once it has been enabled and the stack restarted, the stack will listen for incoming TCP connections on port 8872. To use this feature with hcidump on a Linux host, you can run: Loading