btstack_crypto.c (e2424d40225b3af387149743fcd7fa97b64762b0) btstack_crypto.c (fde19096d3c7ed18d94a1a64a489ad52f372456b)
1/*
2 * Copyright (C) 2017 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 1206 unchanged lines hidden (view full) ---

1215 UNUSED(public_key);
1216 UNUSED(private_key);
1217#endif
1218}
1219// Unit testing
1220int btstack_crypto_idle(void){
1221 return btstack_linked_list_empty(&btstack_crypto_operations);
1222}
1/*
2 * Copyright (C) 2017 BlueKitchen GmbH
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 *
8 * 1. Redistributions of source code must retain the above copyright

--- 1206 unchanged lines hidden (view full) ---

1215 UNUSED(public_key);
1216 UNUSED(private_key);
1217#endif
1218}
1219// Unit testing
1220int btstack_crypto_idle(void){
1221 return btstack_linked_list_empty(&btstack_crypto_operations);
1222}
1223void btstack_crypto_reset(void){
1224 btstack_crypto_operations = NULL;
1225 btstack_crypto_wait_for_hci_result = 0;
1226}