Share via


HCI_EVENT (Compact 2013)

3/26/2014

This enumeration lists the states of the Bluetooth controller hardware.

Syntax

enum HCI_EVENT {
  DEVICE_UP,
  DEVICE_DOWN,
  DEVICE_ERROR
};

Elements

  • DEVICE_UP
    Device is up.
  • DEVICE_DOWN
    Device is down.
  • DEVICE_ERROR
    Device encountered an error.

Requirements

Header

bt_hcip.h

See Also

Reference

Bluetooth HCI Transport Layer Enumerations