Home
last modified time | relevance | path

Searched refs:authentication_flags (Results 1 – 2 of 2) sorted by relevance

/btstack/src/
H A Dhci.c287 conn->authentication_flags = AUTH_FLAG_NONE; in hci_connection_init()
442 conn->authentication_flags = (hci_authentication_flags_t)(conn->authentication_flags & ~flags); in connectionClearAuthenticationFlags()
446 conn->authentication_flags = (hci_authentication_flags_t)(conn->authentication_flags | flags); in connectionSetAuthenticationFlags()
502 return (hci_connection->authentication_flags & AUTH_FLAG_PAIRING_ACTIVE_MASK) != 0; in hci_pairing_active()
508 hci_connection->authentication_flags |= AUTH_FLAG_SSP_PAIRING_ACTIVE; in hci_pairing_started()
510 hci_connection->authentication_flags |= AUTH_FLAG_LEGACY_PAIRING_ACTIVE; in hci_pairing_started()
535 hci_connection->authentication_flags &= ~AUTH_FLAG_PAIRING_ACTIVE_MASK; in hci_pairing_complete()
2750 conn->authentication_flags |= AUTH_FLAG_CONNECTION_ENCRYPTED; in hci_handle_read_encryption_key_size_complete()
2754 if ((conn->authentication_flags & AUTH_FLAG_CONNECTION_AUTHENTICATED) != 0) { in hci_handle_read_encryption_key_size_complete()
3571 if (conn->authentication_flags & AUTH_FLAG_RECV_IO_CAPABILITIES_RESPONSE){ in hci_ssp_assess_security_on_io_cap_request()
[all …]
H A Dhci.h631 uint16_t authentication_flags; member