Skip to content

Docs fixes (#1468) #1469

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
Jul 21, 2021
Merged
Show file tree
Hide file tree
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
4 changes: 1 addition & 3 deletions docs/api/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,10 @@ Connectivity APIs include:

| API | Full profile | Bare metal profile |
| - | - | - |
| [BatteryService](../apis/bluetooth-apis.html) | ✔ | ✔ (can be manually enabled) |
| [BLE](../apis/ble.html) | ✔ | ✔ (can be manually enabled) |
| [BLE](../apis/bluetooth-apis.html) | ✔ | ✔ (can be manually enabled) |
| [GAP](../apis/gap.html) | ✔ | ✔ (can be manually enabled) |
| [GattClient](../apis/gattclient.html) | ✔ | ✔ (can be manually enabled) |
| [GattServer](../apis/gattserver.html) | ✔ | ✔ (can be manually enabled) |
| [HeartRateService](../apis/heartrateservice.html) | ✔ | ✔ (can be manually enabled) |
| [SecurityManager](../apis/securitymanager.html) | ✔ | ✔ (can be manually enabled) |

### NFC
Expand Down
2 changes: 1 addition & 1 deletion docs/api/connectivity/connectivity-arch.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ BLE is optimized for cheap, battery-based devices and has a low memory footprint

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 BLE on Mbed OS, please refer to the [Bluetooth overview](../apis/ble.html).
To learn how to use BLE on Mbed OS, please refer to the [Bluetooth overview](../apis/bluetooth-apis.html).

### 6LoWPAN Mesh

Expand Down
4 changes: 1 addition & 3 deletions docs/api/connectivity/connectivity_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@

## Bluetooth (BLE)

- [BatteryService](../apis/bluetooth-apis.html): Report battery charge levels to the user.
- [BLE](../apis/ble.html): Interface with the BLE controller on the board.
- [BLE](../apis/bluetooth-apis.html): Interface with the BLE controller on the board.
- [GAP](../apis/gap.html): Handle connectivity tasks.
- [GattClient](../apis/gattclient.html): Initiate interactions with a GattServer to discover services, characteristics and descriptors and perform operations on them.
- [GattServer](../apis/gattserver.html): Respond to a GattClient.
- [HeartRateService](../apis/heartrateservice.html): Expose heart rate sensor data in a Bluetooth standard compliant way.
- [SecurityManager](../apis/securitymanager.html): Use pairing and optional bonding processes to authenticate and encrypt BLE links.

## NFC
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction/terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

**Bit** - A basic unit of digital information that can be one of two values: `0` (`false`) or `1` (`true`).

**BLE** - [Bluetooth Low Energy](../apis/ble.html).
**BLE** - [Bluetooth Low Energy](../apis/bluetooth-apis.html).

**Blinky** - An [example application](../quick-start/index.html) that you can use to get to know Arm Mbed OS and the development tools. It’s one of the simplest examples of Mbed OS.

Expand Down