typedef enum { VM_BT_CM_PIN_AND_SSP = 0, VM_BT_CM_FIXED_PIN_ONLY, VM_BT_CM_FIXED_PIN_AND_SSP_JUST_WORK, VM_BT_CM_PAIRING_TYPE_MAX = 0x7FFFFFFF } VM_BT_CM_PAIRING_TYPE;
typedef enum { VM_BT_CM_PIN_AND_SSP = 0, VM_BT_CM_FIXED_PIN_ONLY, VM_BT_CM_FIXED_PIN_AND_SSP_JUST_WORK, VM_BT_CM_PAIRING_TYPE_MAX = 0x7FFFFFFF } VM_BT_CM_PAIRING_TYPE;
Pairing method.
vmbt_cm.h
|
Members |
Description |
|
VM_BT_CM_PIN_AND_SSP = 0 |
Pairing needs UI and user should confirm. It is the normal case for a product, such as phone/mid. We support both PIN and SSP. |
|
VM_BT_CM_FIXED_PIN_ONLY |
Pairing does not need UI. It auto-accepts the pairing. Adopts FIXED PIN CODE method only. |
|
VM_BT_CM_FIXED_PIN_AND_SSP_JUST_WORK |
Pairing does not need UI. It auto-accepts the pairing. Adopts FIXED PIN CODE and JUST WORK of SSP. |
|
VM_BT_CM_PAIRING_TYPE_MAX = 0x7FFFFFFF |
Forces the compiler to use 4-byte integer for enum. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.