OSDN Git Service

service: Implement IBluetooth IsEnabled, Enable, and Disable
authorArman Uguray <armansito@google.com>
Fri, 14 Aug 2015 00:05:03 +0000 (17:05 -0700)
committerArman Uguray <armansito@google.com>
Tue, 18 Aug 2015 19:22:34 +0000 (12:22 -0700)
commitfcf2e0391950a8b140082fbe78688fa89471fbed
tree72b93affa02d209446213fbefbfa88d79128462e
parentd6a4b0c950f44d3eab34825880d26c19e362d22b
service: Implement IBluetooth IsEnabled, Enable, and Disable

Implemented the IsEnabled, Enable, and Disable methods of the IBluetooth
interface. Added a simple REPL logic to client/main.cpp so that these commands
can be tested real-time via command-line.

Bug: 23169366
Change-Id: Id27a82e5cdadc5ea0b6f88d3ab3a6b7882f6212a
service/client/main.cpp
service/ipc/binder/IBluetooth.cpp
service/ipc/binder/IBluetooth.h
service/ipc/binder/bluetooth_binder_server.cpp
service/logging_helpers.cpp