hci.h (2c07777174c102cbf80472cc1ce791b713cf5aa0) hci.h (4856283b35699fcf917a23efc6b5177c6d64f824)
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

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

1139#ifdef ENABLE_LE_CENTRAL
1140 bool le_scanning_enabled;
1141 bool le_scanning_active;
1142
1143 le_connecting_state_t le_connecting_state;
1144 le_connecting_state_t le_connecting_request;
1145
1146 bool le_scanning_param_update;
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

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

1139#ifdef ENABLE_LE_CENTRAL
1140 bool le_scanning_enabled;
1141 bool le_scanning_active;
1142
1143 le_connecting_state_t le_connecting_state;
1144 le_connecting_state_t le_connecting_request;
1145
1146 bool le_scanning_param_update;
1147 uint8_t le_scan_filter_duplicates;
1147 uint8_t le_scan_type;
1148 uint8_t le_scan_filter_policy;
1149 uint16_t le_scan_interval;
1150 uint16_t le_scan_window;
1151
1152 // Connection parameters
1153 uint16_t le_connection_interval_min;
1154 uint16_t le_connection_interval_max;

--- 571 unchanged lines hidden ---
1148 uint8_t le_scan_type;
1149 uint8_t le_scan_filter_policy;
1150 uint16_t le_scan_interval;
1151 uint16_t le_scan_window;
1152
1153 // Connection parameters
1154 uint16_t le_connection_interval_min;
1155 uint16_t le_connection_interval_max;

--- 571 unchanged lines hidden ---