diff options
Diffstat (limited to 'bluetooth/aidl/default/BluetoothHci.h')
-rw-r--r-- | bluetooth/aidl/default/BluetoothHci.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bluetooth/aidl/default/BluetoothHci.h b/bluetooth/aidl/default/BluetoothHci.h index 0ed0623e47..a0908f840c 100644 --- a/bluetooth/aidl/default/BluetoothHci.h +++ b/bluetooth/aidl/default/BluetoothHci.h @@ -24,6 +24,7 @@ #include "async_fd_watcher.h" #include "h4_protocol.h" +#include "net_bluetooth_mgmt.h" namespace aidl::android::hardware::bluetooth::impl { @@ -64,8 +65,10 @@ class BluetoothHci : public BnBluetoothHci { ::android::hardware::bluetooth::async::AsyncFdWatcher mFdWatcher; + int getFdFromDevPath(); void send(::android::hardware::bluetooth::hci::PacketType type, const std::vector<uint8_t>& packet); + std::unique_ptr<NetBluetoothMgmt> management_{}; }; } // namespace aidl::android::hardware::bluetooth::impl |