Bluedroid hangs up for >45 ms during channel switch
问题 I have an application that needs to transmit bursts of data to android device. A sequence of packets during this burst is attached. We observe that during channel change, stack goes too busy and does not transmit anything for ~45-48 ms. This leads to data loss on transmitting device. We cannot hold that amount of data on transmitter to cope with delay in bluedroid. Are there any suggested changes in AOSP / bluedroid that can improve this situation? Any suggestions on where to start looking?