Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/run_cvd/launch/bluetooth_connector.h"
#include <stddef.h>
#include <optional>
#include <string>
#include <vector>
#include "cuttlefish/common/libs/fs/shared_fd.h"
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/config/cuttlefish_config.h"
#include "cuttlefish/host/libs/config/known_paths.h"
#include "cuttlefish/host/libs/feature/command_source.h"
Namespaces | |
namespace | cuttlefish |
Macros | |
#define | HCI_MAX_ACL_SIZE 1024 |
#define | HCI_MAX_FRAME_SIZE (HCI_MAX_ACL_SIZE + 4) |
Functions | |
Result< std::optional< MonitorCommand > > | cuttlefish::BluetoothConnector (const CuttlefishConfig &config, const CuttlefishConfig::InstanceSpecific &instance) |
Variables | |
constexpr const size_t | kBufferSize = (HCI_MAX_FRAME_SIZE + 1) * 2 |
#define HCI_MAX_ACL_SIZE 1024 |
#define HCI_MAX_FRAME_SIZE (HCI_MAX_ACL_SIZE + 4) |
|
constexpr |