hci.h (0f3b27c5455c33e8b0ec10e18e85d4b52b73950e) | hci.h (78315a58573f370dd679856042aa32fba14bc84a) |
---|---|
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 --- 757 unchanged lines hidden (view full) --- 766 uint8_t ssp_io_capability; 767 uint8_t ssp_authentication_requirement; 768 uint8_t ssp_auto_accept; 769 inquiry_mode_t inquiry_mode; 770#ifdef ENABLE_CLASSIC 771 // Errata-11838 mandates 7 bytes for GAP Security Level 1-3, we use 16 as default 772 uint8_t gap_required_encyrption_key_size; 773 uint16_t link_supervision_timeout; | 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 --- 757 unchanged lines hidden (view full) --- 766 uint8_t ssp_io_capability; 767 uint8_t ssp_authentication_requirement; 768 uint8_t ssp_auto_accept; 769 inquiry_mode_t inquiry_mode; 770#ifdef ENABLE_CLASSIC 771 // Errata-11838 mandates 7 bytes for GAP Security Level 1-3, we use 16 as default 772 uint8_t gap_required_encyrption_key_size; 773 uint16_t link_supervision_timeout; |
774 gap_security_level_t gap_security_level; |
|
774#endif 775 776 // single buffer for HCI packet assembly + additional prebuffer for H4 drivers 777 uint8_t * hci_packet_buffer; 778 uint8_t hci_packet_buffer_data[HCI_OUTGOING_PRE_BUFFER_SIZE + HCI_OUTGOING_PACKET_BUFFER_SIZE]; 779 uint8_t hci_packet_buffer_reserved; 780 uint16_t acl_fragmentation_pos; 781 uint16_t acl_fragmentation_total_size; --- 490 unchanged lines hidden --- | 775#endif 776 777 // single buffer for HCI packet assembly + additional prebuffer for H4 drivers 778 uint8_t * hci_packet_buffer; 779 uint8_t hci_packet_buffer_data[HCI_OUTGOING_PRE_BUFFER_SIZE + HCI_OUTGOING_PACKET_BUFFER_SIZE]; 780 uint8_t hci_packet_buffer_reserved; 781 uint16_t acl_fragmentation_pos; 782 uint16_t acl_fragmentation_total_size; --- 490 unchanged lines hidden --- |