Lines Matching +full:out +full:- +full:of +full:- +full:band
2 ----------------
4 Apache Mynewt offers the world's first fully open-source Bluetooth Low
9 medical (ISM) band at 2.4 to 2.485 GHz which is available in most
10 countries. It uses a spread spectrum, frequency hopping, full-duplex
11 signal. BLE FHSS employs 40 2-MHz-wide channels to ensure greater
12 reliability over longer distances. It also features 0-dBm (1 mW) power
13 output and a typical maximum range of 50 meters. With Bluetooth 5
36 ideal wireless technology for the Internet of Things (IoT).
38 - LE Advertising Extensions
39 - 2Msym/s PHY for higher throughput
40 - Coded PHY for LE Long Range
41 - High Duty Cycle Non-Connectable Advertising
42 - Channel Selection Algorithm #2 to utilize channels in more efficient
44 - LE Privacy 1.2 for frequent changes to the device address to make it
46 - LE Secure Connections featuring FIPS-compliant algorithms.
47 - LE Data Length Extension for higher throughput
48 - **Coming Soon**: Assigning an Internet Protocol (IP) address
58 Bluetooth Mesh is a great addition to and opens a wide range of new
62 - Advertising and GATT bearers
63 - PB-GATT and PB-ADV provisioning
64 - Foundation Models (server role)
65 - Relay support
66 - GATT Proxy
71 A Bluetooth low energy stack (NimBLE included) consists of two
74 - **Controller**
76 - **Physical Layer**: adaptive frequency-hopping Gaussian Frequency
77 Shift Keying (GFSK) radio using 40 RF channels (0-39), with 2 MHz
79 - **Link Layer**: with one of five states (Standby, Advertising,
82 - **Host**
84 - **Logical Link Control and Adaptation Protocol (L2CAP)**: provides
88 - **Security Manager (SM)**: uses Security Manager Protocol (SMP)
91 - **Attribute protocol (ATT)**: allows a device (*Server*) to expose
92 certain pieces of data, known as *Attributes*, to another device
94 - **Generic Attribute Profile (GATT)**: a framework for using the
97 - **Generic Access Profile (GAP)**: a base profile which all
98 Bluetooth devices implement, which in the case of LE, defines the
101 - **Host Controller Interface (HCI)**: the interface between the
105 Subsequent chapters in this manual will go into the details of the
106 implementation of each component, APIs available, and things to consider
112 Mynewt comes with two built-in projects that allow users to play with
113 NimBLE, try the tutorials out with, and see how to use available
117 interface to the host-side of the BLE stack.
120 a connection is terminated. It supports a maximum of one connection.