class Device

Defined at line 26 of file ../../src/connectivity/bluetooth/hci/vendor/intel/device.h

Public Methods

void Device ()

Defined at line 29 of file ../../src/connectivity/bluetooth/hci/vendor/intel/device.h

zx_status_t Init (bool secure)

Load the firmware and complete device initialization.

If |secure| is true, use the "secure" firmware method.

Defined at line 125 of file ../../src/connectivity/bluetooth/hci/vendor/intel/device.cc

zx_status_t AddNode ()

Defined at line 102 of file ../../src/connectivity/bluetooth/hci/vendor/intel/device.cc

zx::result<> Start (fdf::DriverContext context)

fdf::DriverBase2 overrides

Defined at line 41 of file ../../src/connectivity/bluetooth/hci/vendor/intel/device.cc

void Stop (fdf::StopCompleter completer)

Defined at line 100 of file ../../src/connectivity/bluetooth/hci/vendor/intel/device.cc

Protected Methods

const std::shared_ptr<fdf::Namespace> & incoming ()

Defined at line 44 of file ../../src/connectivity/bluetooth/hci/vendor/intel/device.h