Searched refs:connectionClearAuthenticationFlags (Results 1 – 1 of 1) sorted by relevance
/btstack/src/ |
H A D | hci.c | 441 inline static void connectionClearAuthenticationFlags(hci_connection_t * conn, hci_authentication_f… in connectionClearAuthenticationFlags() function 7320 connectionClearAuthenticationFlags(connection, AUTH_FLAG_HANDLE_LINK_KEY_REQUEST); in hci_run_general_pending_commands() 7334 connectionClearAuthenticationFlags(connection, AUTH_FLAG_DENY_PIN_CODE_REQUEST); in hci_run_general_pending_commands() 7341 connectionClearAuthenticationFlags(connection, AUTH_FLAG_RECV_IO_CAPABILITIES_REQUEST); in hci_run_general_pending_commands() 7347 connectionClearAuthenticationFlags(connection, AUTH_FLAG_SEND_IO_CAPABILITIES_REPLY); in hci_run_general_pending_commands() 7385 … connectionClearAuthenticationFlags(connection, AUTH_FLAG_SEND_IO_CAPABILITIES_NEGATIVE_REPLY); in hci_run_general_pending_commands() 7392 connectionClearAuthenticationFlags(connection, AUTH_FLAG_SEND_REMOTE_OOB_DATA_REPLY); in hci_run_general_pending_commands() 7438 connectionClearAuthenticationFlags(connection, AUTH_FLAG_SEND_USER_CONFIRM_REPLY); in hci_run_general_pending_commands() 7444 … connectionClearAuthenticationFlags(connection, AUTH_FLAG_SEND_USER_CONFIRM_NEGATIVE_REPLY); in hci_run_general_pending_commands() 7450 connectionClearAuthenticationFlags(connection, AUTH_FLAG_SEND_USER_PASSKEY_REPLY); in hci_run_general_pending_commands()
|