Skip to content
Snippets Groups Projects
user avatar
Zach Johnson authored
If profile connection requests come in too quickly
for us to handle, clients can effectively DoS the bluetooth
stack.

We used to see out of buffer errors because the requests
were batched up and sitting on buffers the rest of the stack
needed. With the switch to pure allocation we didn't see that
specific problem anymore, but we were still running into the
sanity assert.

Bug: 18323666
85b1baf4
History
Name Last commit Last update
gki
system
Android.mk
CleanSpec.mk