OSDN Git Service

service: Introduce Adapter
authorArman Uguray <armansito@google.com>
Thu, 13 Aug 2015 23:09:35 +0000 (16:09 -0700)
committerArman Uguray <armansito@google.com>
Tue, 18 Aug 2015 19:19:05 +0000 (19:19 +0000)
commit4fdadb6c834ec5299f47fc4e1c59c00410e07a45
tree909c304fa9de0cc97d3d56ad0c2e76233f6beb24
parent2202cd58a1c623224eae92969f8a0fc8dbd1c17b
service: Introduce Adapter

This CL introduces the Adapter class, which is meant to replace the CoreStack
class. Adapter interfaces with hal::BluetoothInterface rather than calling into
libhardware directly.

Bug: 23169364
Change-Id: Id0a19277d55e83ec3bee3653d5d8795efbd5781b
service/Android.mk
service/adapter.cpp [new file with mode: 0644]
service/adapter.h [new file with mode: 0644]
service/test/adapter_unittest.cpp [new file with mode: 0644]
service/test/fake_hal_bluetooth_interface.cpp
service/test/fake_hal_bluetooth_interface.h