*/ 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; /*