Cordio Stack and Cordio Profiles  r2p3-02rel0
doc/ble-host/1_abstract.md
1 Abstract
2 ========
3 
4 Overview
5 --------
6 
7 The Cordio stack and Cordio profiles implement a BLE host stack as defined in the \a Bluetooth \a Core \a Specification [1] and GATT Specifications, respectively. This documentation is a superset of the BLE host layer: GAP, SM, GATT, L2CAP, and HCI. It covers API, usage examples, and internal event handling.
8 
9 
10 Legal
11 -----
12 
13 Copyright (c) 2017-2018 Arm Ltd. All Rights Reserved.
14 Arm Confidential
15 
16 IMPORTANT. Your use of this document is governed by a Software License Agreement ("Agreement")
17 that must be accepted in order to download or otherwise receive a copy of this document. You
18 may not use or copy this document for any purpose other than as described in the Agreement.
19 If you do not agree to all of the terms of the Agreement do not use this document and delete
20 all copies in your possession or control; if you do not have a copy of the Agreement, you must
21 contact Arm Ltd. prior to any use, copying or further distribution of this document.
22 
23 
24 References
25 ----------
26 
27 | Ref. | Author | Date | Title |
28 | :--- | :------------ | :----------- | :--------------------------------------------------- |
29 | [1] | Bluetooth SIG | Dec 06, 2015 | "Bluetooth Core Specification", v 5.0 |
30 
31 
32 Definitions
33 -----------
34 
35 | Term | Definition |
36 | :-------- | :----------------------------------------------------------------------------- |
37 | API | Applicaion Programming Interface |
38 | BLE | Bluetooth Low Energy |
39 | GAP | Generic Access Profile |
40 | GATT | Generic Attribute Profile |
41 | HCI | Host Controller Interface |
42 | LL | Link Layer |
43 | L2CAP | Logical Link Control and Adaptation Protocol |
44 | SMP | Security Manager Protocol |
45 | WSF | Wireless Software Foundation software service and porting layer |