diff --git a/docs/api/api.md b/docs/api/api.md index b2dd5d2e7..39733e0a1 100644 --- a/docs/api/api.md +++ b/docs/api/api.md @@ -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 diff --git a/docs/api/connectivity/connectivity-arch.md b/docs/api/connectivity/connectivity-arch.md index 9fa6b9698..453ca74ec 100644 --- a/docs/api/connectivity/connectivity-arch.md +++ b/docs/api/connectivity/connectivity-arch.md @@ -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 diff --git a/docs/api/connectivity/connectivity_list.md b/docs/api/connectivity/connectivity_list.md index 32ac4f5b8..71004027d 100644 --- a/docs/api/connectivity/connectivity_list.md +++ b/docs/api/connectivity/connectivity_list.md @@ -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 diff --git a/docs/introduction/terms.md b/docs/introduction/terms.md index 8792add5f..4b03f3ab5 100644 --- a/docs/introduction/terms.md +++ b/docs/introduction/terms.md @@ -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.