OSDN Git Service

Refactor bte_main into more of a shell.
authorZach Johnson <zachoverflow@google.com>
Tue, 9 Sep 2014 01:31:39 +0000 (18:31 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Mon, 16 Mar 2015 23:51:33 +0000 (16:51 -0700)
commit733a06ed9c38fc7f3b00cece9c88ac72b6cc3d98
tree555c757845a3a7427544c525eabcdfbe722d27c3
parentbb9b7170d8dba6a41b828fb2a349b8edd418dcfa
Refactor bte_main into more of a shell.

Moves all HCI initialization into hci_layer. Removes superfluous exposed
functionality on the HCI layer (like turning the chip on/off and logging)

Also reorganizes some of hci_layer to group related functions together.
hci/Android.mk
hci/include/btsnoop.h
hci/include/hci_layer.h
hci/src/btsnoop.c
hci/src/hci_layer.c
hci/test/hci_layer_test.cpp
main/bte_main.c