Skip to content

Hide headers from connectivity page. #493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/reference/technology/connectivity/connectivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Mbed OS supports a wide range of connectivity options. This section helps you to

Below is a brief introduction of the different connectivity technologies that we support.

### Bluetooth low energy
#### Bluetooth low energy

<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/bluetooth.png)<span>Bluetooth</span></span>

Bluetooth low energy (BLE) is a low power wireless technology standard for personal area networks. Typical applications of BLE are health care, fitness trackers, beacons, smart homes, security, entertainment, proximity sensors, industrial applications and automotives.

To learn how to use Bluetooth low energy on Mbed OS, please refer to the [Bluetooth](/docs/development/reference/bluetooth.html) user API reference.

### IP Networking
#### IP Networking

Arm Mbed OS supports various IP based connectivity options and IP stacks.

Expand All @@ -26,7 +26,7 @@ Mbed OS provides network drivers, such as Ethernet, Wi-Fi and cellular.

You can find descriptions of supported interfaces and protocols in the [IP networking](/docs/development/reference/ip-networking.html) section.

### 6LoWPAN Mesh networking
#### 6LoWPAN Mesh networking

<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/mesh.png)<span>Tree type mesh</span></span>

Expand All @@ -36,7 +36,7 @@ Applications running on 6LoWPAN based mesh networks use the same Mbed OS Socket

For descriptions of mesh networks, please see the [6LoWPAN Mesh](/docs/development/reference/technology.html) section.

### LoRa
#### LoRa

<span class="images">![](https://s3-us-west-2.amazonaws.com/mbed-os-docs-images/lora.png)<span>LoRa</span></span>

Expand Down