OSDN Git Service

Add legacy/gd shim hci layer module
authorChris Manton <cmanton@google.com>
Wed, 11 Sep 2019 16:28:41 +0000 (09:28 -0700)
committerChris Manton <cmanton@google.com>
Thu, 19 Sep 2019 16:52:50 +0000 (09:52 -0700)
commitd4348634412ecf7bde5fe83f01b05c99fbaee650
tree8aa568d1c218cb0c80f69c9faab74a3cc13c21b7
parente89c630811874c9edb35658b5e9a0950d4d4854a
Add legacy/gd shim hci layer module

Bug: 140418843
Test: bluetooth_test_gd
Test: Run sdp query on walleye with Gd disabled
Change-Id: I29b36cea79ea1e42a30269731683fc8f6979c88f
14 files changed:
gd/shim/Android.bp
gd/shim/hci_layer.cc [new file with mode: 0644]
gd/shim/hci_layer.h [new file with mode: 0644]
gd/shim/ihci_layer.h [new file with mode: 0644]
gd/shim/istack.h
gd/shim/only_include_this_file_into_legacy_stack___ever.h
gd/shim/stack.cc
gd/shim/stack.h
main/Android.bp
main/bte_main.cc
main/shim/entry.cc
main/shim/entry.h
main/shim/hci_layer.cc [new file with mode: 0644]
main/shim/hci_layer.h [new file with mode: 0644]