commit | be6176dded26b4449dd28a128e8ec07f9980388d | [log] [tgz] |
---|---|---|
author | Myles Watson <mylesgw@google.com> | Tue Feb 21 13:27:01 2017 -0800 |
committer | Myles Watson <mylesgw@google.com> | Wed Feb 22 00:23:09 2017 +0000 |
tree | 186240b55fdfbfc046aec2685ab0460f1e6eb8da | |
parent | 5fcb802c846edefe854abd15d06b58aa1c1130c3 [diff] [blame] |
Bluetooth: Export AsyncFdWatcher for reuse Test: Bluetooth starts/stops Change-Id: I1dcd8684fd150b5eb27c75e5d7803070009e0bf5
diff --git a/bluetooth/1.0/default/vendor_interface.h b/bluetooth/1.0/default/vendor_interface.h index ce5769c..98357f5 100644 --- a/bluetooth/1.0/default/vendor_interface.h +++ b/bluetooth/1.0/default/vendor_interface.h
@@ -59,7 +59,7 @@ void *lib_handle_; bt_vendor_interface_t *lib_interface_; - AsyncFdWatcher fd_watcher_; + async::AsyncFdWatcher fd_watcher_; int uart_fd_; PacketReadCallback packet_read_cb_; InitializeCompleteCallback initialize_complete_cb_;