diff options
author | Matthew Xie <mattx@google.com> | 2014-05-23 17:07:19 -0700 |
---|---|---|
committer | Matthew Xie <mattx@google.com> | 2014-05-23 17:07:19 -0700 |
commit | d34c7d3d1a183240ed964942a92c8d30470ae283 (patch) | |
tree | 762509f37f024cf3c49b090e05b32754db69eaa7 | |
parent | fb8326e77eb23a67a86d7b0ed8897c239d49d3e9 (diff) | |
download | hardware_libhardware-d34c7d3d1a183240ed964942a92c8d30470ae283.zip hardware_libhardware-d34c7d3d1a183240ed964942a92c8d30470ae283.tar.gz hardware_libhardware-d34c7d3d1a183240ed964942a92c8d30470ae283.tar.bz2 |
Revert "bt: add interface function to provide wakelock access"
This reverts commit 19f3696f852d6787076b70a7d31f5684ad2aa93f.
-rw-r--r-- | include/hardware/bluetooth.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/hardware/bluetooth.h b/include/hardware/bluetooth.h index 5e100ec..c00a8f7 100644 --- a/include/hardware/bluetooth.h +++ b/include/hardware/bluetooth.h @@ -324,10 +324,6 @@ typedef void (*le_test_mode_callback)(bt_status_t status, uint16_t num_packets); /** TODO: Add callbacks for Link Up/Down and other generic * notifications/callbacks */ -/** Wakelock callback */ -/* Called to take/release wakelock to allow timers to work (temporary kluge) */ -typedef void (*bt_wakelock_callback)(int acquire); - /** Bluetooth DM callback structure. */ typedef struct { /** set to sizeof(bt_callbacks_t) */ @@ -344,7 +340,6 @@ typedef struct { callback_thread_event thread_evt_cb; dut_mode_recv_callback dut_mode_recv_cb; le_test_mode_callback le_test_mode_cb; - bt_wakelock_callback bt_wakelock_cb; } bt_callbacks_t; /** NOTE: By default, no profiles are initialized at the time of init/enable. |