Home | History | Annotate | Download | only in btm

Lines Matching full:encryption

109 #define BTM_ACL_ENCRYPT_STATE_ENCRYPT_OFF       1   /* encryption turning off */
111 #define BTM_ACL_ENCRYPT_STATE_ENCRYPT_ON 3 /* encryption turning on */
112 UINT8 encrypt_state; /* overall BTM encryption state */
173 BT_OCTET16 ble_encryption_key_value; /* BLE encryption key */
555 #define BTM_SEC_STATE_DELAY_FOR_ENC 7 /* delay to check for encryption to work around */
592 UINT8 enc_key_size; /* current link encryption key size */
895 #define BTM_SEC_ENCRYPT_NO_MITM 3 /* unauthenticated encryption or better */
896 #define BTM_SEC_ENCRYPT_MITM 4 /* authenticated encryption */
897 #define BTM_SEC_ENC_PENDING 5 /* wait for link encryption pending */