OSDN Git Service

service: Add scan structures
authorArman Uguray <armansito@google.com>
Tue, 17 Nov 2015 21:11:03 +0000 (13:11 -0800)
committerArman Uguray <armansito@google.com>
Sat, 12 Dec 2015 00:25:15 +0000 (16:25 -0800)
commit57dcd7e47681d3f452ab0f2b34f413af9be51e9e
tree82dfd0b4254558d3c8374c42b686bfec4d0674b8
parent0f29c005ee0a1a5c68c9b8e33f099fffefb5bab8
service: Add scan structures

Added the ScanFilter, ScanSettings, ScanResult structures that are
used in the BLE scan API.

Bug: 25744656
Change-Id: Id1bb28e7ebe85fd40013876aa097e1d0f0a4e471
12 files changed:
service/Android.mk
service/common/bluetooth/binder/parcel_helpers.cpp
service/common/bluetooth/binder/parcel_helpers.h
service/common/bluetooth/scan_filter.cpp [new file with mode: 0644]
service/common/bluetooth/scan_filter.h [new file with mode: 0644]
service/common/bluetooth/scan_result.cpp [new file with mode: 0644]
service/common/bluetooth/scan_result.h [new file with mode: 0644]
service/common/bluetooth/scan_settings.cpp [new file with mode: 0644]
service/common/bluetooth/scan_settings.h [new file with mode: 0644]
service/common/bluetooth/uuid.cpp
service/common/bluetooth/uuid.h
service/test/parcel_helpers_unittest.cpp