OSDN Git Service

service: Add IBluetooth interface definition
authorArman Uguray <armansito@google.com>
Thu, 6 Aug 2015 04:06:17 +0000 (21:06 -0700)
committerArman Uguray <armansito@google.com>
Fri, 7 Aug 2015 21:34:57 +0000 (14:34 -0700)
commit61f2f365799c40ce52e7b08507b32f20ca0773a3
tree5a32a4c7ce31d69cc1a61f9d1c4502d5fb99623b
parent4161eb610dc8152fad833aa1f187a9af52fd7c0d
service: Add IBluetooth interface definition

This CL adds the initial IBluetooth interface definition. Client and server
proxy classes have been added, which would normally be autogenerated in Android
Framework Land. This currently only includes the first five methods from
IBluetooth.aidl but will be extended in the future.

Bug: 22743677
Change-Id: I32be9801e91877c2961e24232cdfaecd80ee2368
service/Android.mk
service/ipc/binder/IBluetooth.cpp [new file with mode: 0644]
service/ipc/binder/IBluetooth.h [new file with mode: 0644]