hci.h (c214d65b12e56d443936357a835020b988bda8e6) hci.h (57132f1279d026ab1e746c1ee5571eca6f132703)
1/*
2 * Copyright (C) 2014 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

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

374 SM_SC_W2_CALCULATE_F6_FOR_DHKEY_CHECK,
375 SM_SC_W4_CALCULATE_F6_FOR_DHKEY_CHECK,
376 SM_SC_W2_CALCULATE_F6_TO_VERIFY_DHKEY_CHECK,
377 SM_SC_W4_CALCULATE_F6_TO_VERIFY_DHKEY_CHECK,
378 SM_SC_W4_USER_RESPONSE,
379 SM_SC_SEND_DHKEY_CHECK_COMMAND,
380 SM_SC_W4_DHKEY_CHECK_COMMAND,
381 SM_SC_W4_LTK_REQUEST_SC,
1/*
2 * Copyright (C) 2014 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

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

374 SM_SC_W2_CALCULATE_F6_FOR_DHKEY_CHECK,
375 SM_SC_W4_CALCULATE_F6_FOR_DHKEY_CHECK,
376 SM_SC_W2_CALCULATE_F6_TO_VERIFY_DHKEY_CHECK,
377 SM_SC_W4_CALCULATE_F6_TO_VERIFY_DHKEY_CHECK,
378 SM_SC_W4_USER_RESPONSE,
379 SM_SC_SEND_DHKEY_CHECK_COMMAND,
380 SM_SC_W4_DHKEY_CHECK_COMMAND,
381 SM_SC_W4_LTK_REQUEST_SC,
382 SM_SC_W2_CALCULATE_H6_ILK,
383 SM_SC_W4_CALCULATE_H6_ILK,
384 SM_SC_W2_CALCULATE_H6_BR_EDR_LINK_KEY,
385 SM_SC_W4_CALCULATE_H6_BR_EDR_LINK_KEY,
382 SM_SC_W2_CALCULATE_ILK_USING_H6,
383 SM_SC_W2_CALCULATE_ILK_USING_H7,
384 SM_SC_W4_CALCULATE_ILK,
385 SM_SC_W2_CALCULATE_BR_EDR_LINK_KEY,
386 SM_SC_W4_CALCULATE_BR_EDR_LINK_KEY,
386} security_manager_state_t;
387
388typedef enum {
389 IRK_LOOKUP_IDLE,
390 IRK_LOOKUP_W4_READY,
391 IRK_LOOKUP_STARTED,
392 IRK_LOOKUP_SUCCEEDED,
393 IRK_LOOKUP_FAILED

--- 931 unchanged lines hidden ---
387} security_manager_state_t;
388
389typedef enum {
390 IRK_LOOKUP_IDLE,
391 IRK_LOOKUP_W4_READY,
392 IRK_LOOKUP_STARTED,
393 IRK_LOOKUP_SUCCEEDED,
394 IRK_LOOKUP_FAILED

--- 931 unchanged lines hidden ---