|
@@ -26,17 +26,17 @@ struct mei_cl;
|
|
|
*
|
|
|
* @MEI_HBM_IDLE : protocol not started
|
|
|
* @MEI_HBM_STARTING : start request message was sent
|
|
|
- * @MEI_HBM_STARTED : start reply message was received
|
|
|
* @MEI_HBM_ENUM_CLIENTS : enumeration request was sent
|
|
|
* @MEI_HBM_CLIENT_PROPERTIES : acquiring clients properties
|
|
|
+ * @MEI_HBM_STARTED : enumeration was completed
|
|
|
* @MEI_HBM_STOPPED : stopping exchange
|
|
|
*/
|
|
|
enum mei_hbm_state {
|
|
|
MEI_HBM_IDLE = 0,
|
|
|
MEI_HBM_STARTING,
|
|
|
- MEI_HBM_STARTED,
|
|
|
MEI_HBM_ENUM_CLIENTS,
|
|
|
MEI_HBM_CLIENT_PROPERTIES,
|
|
|
+ MEI_HBM_STARTED,
|
|
|
MEI_HBM_STOPPED,
|
|
|
};
|
|
|
|