OSDN Git Service

service: Add four more IBluetooth API definitions
authorArman Uguray <armansito@google.com>
Sat, 15 Aug 2015 01:32:48 +0000 (18:32 -0700)
committerArman Uguray <armansito@google.com>
Tue, 18 Aug 2015 19:58:33 +0000 (19:58 +0000)
commit77bf8137962c2477f28041b29220b92f90a7460a
tree059b78a7edbd899f9adb722d1f11a12dc2b07dfb
parentfe6dd2a72b0f6d761821e75b048c13eb9ecd19ac
service: Add four more IBluetooth API definitions

Added bindings for the following IBluetooth API methods:

    String getAddress();
    ParcelUuid[] getUuids();
    boolean setName(in String name);
    String getName();

Bug: 23227962
Change-Id: Ia5f57056486bb832b2c9e7fc82837626716992ed
service/ipc/binder/IBluetooth.cpp
service/ipc/binder/IBluetooth.h
service/ipc/binder/bluetooth_binder_server.cpp
service/ipc/binder/bluetooth_binder_server.h