OSDN Git Service

Modulizification of the HCI layer
authorZach Johnson <zachoverflow@google.com>
Wed, 24 Sep 2014 01:30:45 +0000 (18:30 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Mon, 16 Mar 2015 23:51:35 +0000 (16:51 -0700)
commit093948aaec3d88f3e52cae28b286d694f2645f82
tree91c382274688fd0450757123069fffab6e146c6d
parentb1f991590b530715bb6fb4c44695af1e87e167f6
Modulizification of the HCI layer

Shutdown is managed by the stack manager now, so we don't need to lock
around it. The fetching of the device address is a bit hacky right now,
until it becomes part of its own module.
hci/Android.mk
hci/include/hci_layer.h
hci/include/packet_fragmenter.h
hci/src/hci_layer.c
hci/test/hci_layer_test.cpp
hci/test/packet_fragmenter_test.cpp
main/bte_main.c