Bluetooth 4.2
<\/script>\n';
},
get iframeSnippet() {
const domain = '{ SITE_DOMAIN }';
const type = '{ embed_type }';
const slug = '{ embed_slug }';
return '';
},
get activeSnippet() {
return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet;
},
copySnippet() {
navigator.clipboard.writeText(this.activeSnippet).then(() => {
this.copied = true;
setTimeout(() => { this.copied = false; }, 2000);
});
}
}"
@keydown.escape.window="open = false"
@click.outside="open = false">
2014
Added LE Data Length Extension for higher throughput, LE Secure Connections for improved security, and IPv6 support via 6LoWPAN.
Specifications
Max Data Rate
1.0 Mbps
Max Range
50 m
Feature Support
| Extended Advertising | No |
| LE 2M PHY | No |
| LE Coded PHY | No |
| Direction Finding | No |
| LE Audio | No |
| Isochronous Channels | No |
| Periodic Advertising | No |
| Channel Sounding | No |
Key Features
- LE Data Length Extension (DLE)
- LE Secure Connections (LESC)
- LE Privacy 1.2
- IPv6/6LoWPAN support (IPSP)
Frequently Asked Questions
Yes, Bluetooth is backward compatible. A BLE 5.3 device can communicate with a BLE 4.0 device, but only features common to both versions will be available.