Lines Matching +full:high +full:- +full:frequency
2 ----------------
4 Apache Mynewt offers the world's first fully open-source Bluetooth Low
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
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
62 - Advertising and GATT bearers
63 - PB-GATT and PB-ADV provisioning
64 - Foundation Models (server role)
65 - Relay support
66 - GATT Proxy
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
94 - **Generic Attribute Profile (GATT)**: a framework for using the
97 - **Generic Access Profile (GAP)**: a base profile which all
101 - **Host Controller Interface (HCI)**: the interface between the
112 Mynewt comes with two built-in projects that allow users to play with
117 interface to the host-side of the BLE stack.