Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Donald Chen
pc-ble-driver-sd_api_v6
Commits
50c1147e
Commit
50c1147e
authored
Oct 04, 2017
by
Chun Fan
Browse files
Fixed merge conflict in app_ble_gap_sec_keys.h in v5
parent
3da1dcba
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sd_api_v5/sdk/components/serialization/application/codecs/ble/serializers/app_ble_gap_sec_keys.h
View file @
50c1147e
/**
* Copyright (c) 2014 - 2017, Nordic Semiconductor ASA
*
*
* All rights reserved.
*
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
*
* 1. Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
*
*
* 2. Redistributions in binary form, except as embedded into a Nordic
* Semiconductor ASA integrated circuit in a product or a software update for
* such product, must reproduce the above copyright notice, this list of
* conditions and the following disclaimer in the documentation and/or other
* materials provided with the distribution.
*
*
* 3. Neither the name of Nordic Semiconductor ASA nor the names of its
* contributors may be used to endorse or promote products derived from this
* software without specific prior written permission.
*
*
* 4. This software, with or without modification, must only be used with a
* Nordic Semiconductor ASA integrated circuit.
*
*
* 5. Any software provided in binary form under this license must not be reverse
* engineered, decompiled, modified and/or disassembled.
*
*
* THIS SOFTWARE IS PROVIDED BY NORDIC SEMICONDUCTOR ASA "AS IS" AND ANY EXPRESS
* OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY, NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE ARE
...
...
@@ -35,7 +35,7 @@
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*
*/
#ifndef _APP_BLE_GAP_SEC_KEYS_H
#define _APP_BLE_GAP_SEC_KEYS_H
...
...
@@ -59,6 +59,7 @@ extern "C" {
#ifndef SER_MAX_CONNECTIONS
#define SER_MAX_CONNECTIONS 8
#endif
/**@brief GAP connection - keyset mapping structure.
*
* @note This structure is used to map keysets to connection instances and store them in a static table.
...
...
@@ -70,6 +71,12 @@ typedef struct
ble_gap_sec_keyset_t
keyset
;
/**< Keyset structure, see @ref ble_gap_sec_keyset_t.*/
}
ser_ble_gap_app_keyset_t
;
/**@brief GAP connection - keys table for storage.
*
* @note This array is used to store keys.
*/
ser_ble_gap_app_keyset_t
m_app_keys_table
[];
/**@brief Sets root context for calls to *_context_create, *_context_destroy, *_context_find
*
* @param[in] context root pointer to use as key for finding keysets
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment