bluetoothengine/bthid/bthidserver/inc/bthidconnection.h
branchRCL_3
changeset 11 a42ed326b458
parent 0 f63038272f30
equal deleted inserted replaced
10:0707dd69d236 11:a42ed326b458
    55     ELinkLost, /*!< The connection is in link loss. */
    55     ELinkLost, /*!< The connection is in link loss. */
    56     EConnected, /*!< The connection is active */
    56     EConnected, /*!< The connection is active */
    57     EHostReconnecting, /*!< Host is reconnecting to the device */
    57     EHostReconnecting, /*!< Host is reconnecting to the device */
    58     EHIDReconnecting, /*!< The device is reconnection to the host */
    58     EHIDReconnecting, /*!< The device is reconnection to the host */
    59     EDisconnecting, /*!< The connection is being closed */
    59     EDisconnecting, /*!< The connection is being closed */
    60     EConnecting
    60     EConnecting,      /*!< The connection is being set up from phone side */
       
    61     EHIDInitConnecting /*!< The connection is being set up from remote HID */
    61     };
    62     };
    62 
    63 
    63 /*!
    64 /*!
    64  This class represents a single connection to a bluetooth HID device.
    65  This class represents a single connection to a bluetooth HID device.
    65  It creates instances of separate active objects to perform reading from,
    66  It creates instances of separate active objects to perform reading from,