Fix hci_hal_host
Separate hci_hal_host (linux socket-based) and rootcanal implementation, since they are different. We get an entire packet through linux socket, but we get a tcp stream from rootcanal, so handling of the incoming packets are different. Fix the crash when we block at reading HCI reset response. Test: run gd on chrome os Tag: #stability Bug: 181909671 Change-Id: I194744e61cf20f003a117405a20570a94382bce6
Showing
- BUILD.gn 0 additions, 1 deletionBUILD.gn
- system/gd/docs/architecture/style_guide.md 4 additions, 2 deletionssystem/gd/docs/architecture/style_guide.md
- system/gd/hal/Android.bp 1 addition, 1 deletionsystem/gd/hal/Android.bp
- system/gd/hal/hci_hal_host.cc 23 additions, 77 deletionssystem/gd/hal/hci_hal_host.cc
- system/gd/hal/hci_hal_host_rootcanal.cc 369 additions, 0 deletionssystem/gd/hal/hci_hal_host_rootcanal.cc
Loading
Please register or sign in to comment