hci.h (c3d19a303edcfd5560dffe8ffd5730527778d815) | hci.h (e8ca66c6cea0a26e6ca0e60d31ab35c6be926aae) |
---|---|
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 --- 1237 unchanged lines hidden (view full) --- 1246 bd_addr_type_t outgoing_addr_type; 1247 1248 // LE Resolving List 1249#ifdef ENABLE_LE_PRIVACY_ADDRESS_RESOLUTION 1250 le_privacy_mode_t le_privacy_mode; 1251 le_resolving_list_state_t le_resolving_list_state; 1252 uint16_t le_resolving_list_size; 1253 uint8_t le_resolving_list_add_entries[(MAX_NUM_RESOLVING_LIST_ENTRIES + 7) / 8]; | 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 --- 1237 unchanged lines hidden (view full) --- 1246 bd_addr_type_t outgoing_addr_type; 1247 1248 // LE Resolving List 1249#ifdef ENABLE_LE_PRIVACY_ADDRESS_RESOLUTION 1250 le_privacy_mode_t le_privacy_mode; 1251 le_resolving_list_state_t le_resolving_list_state; 1252 uint16_t le_resolving_list_size; 1253 uint8_t le_resolving_list_add_entries[(MAX_NUM_RESOLVING_LIST_ENTRIES + 7) / 8]; |
1254 uint8_t le_resolving_list_set_privacy_mode[(MAX_NUM_RESOLVING_LIST_ENTRIES + 7) / 8]; |
|
1254 uint8_t le_resolving_list_remove_entries[(MAX_NUM_RESOLVING_LIST_ENTRIES + 7) / 8]; 1255#endif 1256 1257#ifdef ENABLE_CLASSIC_PAIRING_OOB 1258 bool classic_read_local_oob_data; 1259 hci_con_handle_t classic_oob_con_handle; 1260#endif 1261 --- 480 unchanged lines hidden --- | 1255 uint8_t le_resolving_list_remove_entries[(MAX_NUM_RESOLVING_LIST_ENTRIES + 7) / 8]; 1256#endif 1257 1258#ifdef ENABLE_CLASSIC_PAIRING_OOB 1259 bool classic_read_local_oob_data; 1260 hci_con_handle_t classic_oob_con_handle; 1261#endif 1262 --- 480 unchanged lines hidden --- |