LEGO Mindstorms EV3


Bluetooth Device Types
*/

typedef   enum
{
  BTTYPE_PC                     = 3,    //!< Bluetooth type PC
  BTTYPE_PHONE                  = 4,    //!< Bluetooth type PHONE
  BTTYPE_BRICK                  = 5,    //!< Bluetooth type BRICK
  BTTYPE_UNKNOWN                = 6,    //!< Bluetooth type UNKNOWN

  BTTYPES
}
BTTYPE;


/*  

LEGO® Robotics Firmware Documentation
Confidential Information © 2013 The LEGO Group