Lines Matching refs:btstack_crypto_wait_for_hci_result
138 static bool btstack_crypto_wait_for_hci_result; variable
285 btstack_crypto_wait_for_hci_result = 1; in btstack_crypto_aes128_start()
856 if (btstack_crypto_wait_for_hci_result) return; in btstack_crypto_run()
865 btstack_crypto_wait_for_hci_result = true; in btstack_crypto_run()
885 btstack_crypto_wait_for_hci_result = 1; in btstack_crypto_run()
951 btstack_crypto_wait_for_hci_result = true; in btstack_crypto_run()
955 btstack_crypto_wait_for_hci_result = 1; in btstack_crypto_run()
962 btstack_crypto_wait_for_hci_result = true; in btstack_crypto_run()
978 btstack_crypto_wait_for_hci_result = 1; in btstack_crypto_run()
1113 if (!btstack_crypto_wait_for_hci_result) return; in btstack_crypto_event_handler()
1114 btstack_crypto_wait_for_hci_result = 0; in btstack_crypto_event_handler()
1119 if (!btstack_crypto_wait_for_hci_result) return; in btstack_crypto_event_handler()
1120 btstack_crypto_wait_for_hci_result = false; in btstack_crypto_event_handler()
1148 if (!btstack_crypto_wait_for_hci_result) return; in btstack_crypto_event_handler()
1149 btstack_crypto_wait_for_hci_result = 0; in btstack_crypto_event_handler()
1159 if (!btstack_crypto_wait_for_hci_result) return; in btstack_crypto_event_handler()
1160 btstack_crypto_wait_for_hci_result = 0; in btstack_crypto_event_handler()
1367 btstack_crypto_wait_for_hci_result = false; in btstack_crypto_state_reset()