diff options
author | 2015-06-16 12:44:55 -0700 | |
---|---|---|
committer | 2015-08-04 10:39:47 -0700 | |
commit | 0fecf8d3a2333d9d5ffb99247b5b58c88641d07b (patch) | |
tree | a368df64057cacd53c87179e4c20d666bc09c800 /BUILD.gn | |
parent | 15f566c46e25b78b63b8bffec0d01d88057f9b06 (diff) |
test_vendor_lib: Use EPOLLOUT
HciTransport checks for write-readiness before sending any packets
back to the HCI. Packets are maintained on a queue and only written
when the EPOLLOUT flag is set in the epoll_event.
Bug: 21586676
Change-Id: Iebd9599286b62746e2be7e424c522058ae978bb1
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,5 +1,4 @@ # -# # Copyright (C) 2015 Google, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); |