OSDN Git Service

service: Add hal::BluetoothGattInterface
authorArman Uguray <armansito@google.com>
Mon, 31 Aug 2015 23:29:07 +0000 (16:29 -0700)
committerArman Uguray <armansito@google.com>
Mon, 14 Sep 2015 21:04:12 +0000 (21:04 +0000)
commit9ded7b6175825afdac0e2cebef8755e4d7b03103
tree15f057b812502dd3a948a828b2102ad187d2e317
parent10b54c4b7f1a863a27eca4158f256062ec9c3770
service: Add hal::BluetoothGattInterface

Added hal::BluetoothGattInterface which is a C++ wrapper around the
HAL Bluetooth GATT interfaces. This follows the current pattern of hal/*
wrappers and is meant to be fakeable.

Bug: 23395353
Change-Id: Ib11afba9fe2f4632591d5db384edf32ca788bf2c
service/Android.mk
service/daemon.cpp
service/hal/bluetooth_gatt_interface.cpp [new file with mode: 0644]
service/hal/bluetooth_gatt_interface.h [new file with mode: 0644]
service/hal/bluetooth_interface.cpp
service/hal/bluetooth_interface.h
service/hal/fake_bluetooth_gatt_interface.cpp [new file with mode: 0644]
service/hal/fake_bluetooth_gatt_interface.h [new file with mode: 0644]
service/hal/fake_bluetooth_interface.h