hci.h (6fab74db98118d4d08e575fb4b432de22e5f4849) hci.h (2b6ab3e64ec775ee55c36df978ff4998d4f3497d)
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

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

827
828 uint16_t le_advertisements_interval_min;
829 uint16_t le_advertisements_interval_max;
830 uint8_t le_advertisements_type;
831 uint8_t le_advertisements_direct_address_type;
832 uint8_t le_advertisements_channel_map;
833 uint8_t le_advertisements_filter_policy;
834 bd_addr_t le_advertisements_direct_address;
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

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

827
828 uint16_t le_advertisements_interval_min;
829 uint16_t le_advertisements_interval_max;
830 uint8_t le_advertisements_type;
831 uint8_t le_advertisements_direct_address_type;
832 uint8_t le_advertisements_channel_map;
833 uint8_t le_advertisements_filter_policy;
834 bd_addr_t le_advertisements_direct_address;
835
836 uint8_t le_max_number_peripheral_connections;
835#endif
836
837#ifdef ENABLE_LE_DATA_LENGTH_EXTENSION
838 // LE Data Length
839 uint16_t le_supported_max_tx_octets;
840 uint16_t le_supported_max_tx_time;
841#endif
842

--- 322 unchanged lines hidden ---
837#endif
838
839#ifdef ENABLE_LE_DATA_LENGTH_EXTENSION
840 // LE Data Length
841 uint16_t le_supported_max_tx_octets;
842 uint16_t le_supported_max_tx_time;
843#endif
844

--- 322 unchanged lines hidden ---