Skip to content

Commit 1d9f86a

Browse files
further edits relating to #1458 - battry and heart rate services were deprecated/removed but some links remained
1 parent adfb0f8 commit 1d9f86a

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

docs/api/api.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,10 @@ Connectivity APIs include:
240240

241241
| API | Full profile | Bare metal profile |
242242
| - | - | - |
243-
| [BatteryService](../apis/bluetooth-apis.html) | ✔ | ✔ (can be manually enabled) |
244-
| [BLE](../apis/ble.html) | ✔ | ✔ (can be manually enabled) |
243+
| [BLE](../apis/bluetooth-apis.html) | ✔ | ✔ (can be manually enabled) |
245244
| [GAP](../apis/gap.html) | ✔ | ✔ (can be manually enabled) |
246245
| [GattClient](../apis/gattclient.html) | ✔ | ✔ (can be manually enabled) |
247246
| [GattServer](../apis/gattserver.html) | ✔ | ✔ (can be manually enabled) |
248-
| [HeartRateService](../apis/heartrateservice.html) | ✔ | ✔ (can be manually enabled) |
249247
| [SecurityManager](../apis/securitymanager.html) | ✔ | ✔ (can be manually enabled) |
250248

251249
### NFC

docs/api/connectivity/connectivity-arch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ BLE is optimized for cheap, battery-based devices and has a low memory footprint
5757

5858
Typical applications of BLE are health care, fitness trackers, beacons, smart homes, security, entertainment, proximity sensors, industrial applications and automotives.
5959

60-
To learn how to use BLE on Mbed OS, please refer to the [Bluetooth overview](../apis/ble.html).
60+
To learn how to use BLE on Mbed OS, please refer to the [Bluetooth overview](../apis/bluetooth-apis.html).
6161

6262
### 6LoWPAN Mesh
6363

docs/api/connectivity/connectivity_list.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@
2929
## Bluetooth (BLE)
3030

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

3938
## NFC

docs/introduction/terms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

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

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

2727
**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.
2828

0 commit comments

Comments
 (0)