diff --git a/samples/bluetooth/beacon/README.rst b/samples/bluetooth/beacon/README.rst index f234826e3fa..06e8d7e765a 100644 --- a/samples/bluetooth/beacon/README.rst +++ b/samples/bluetooth/beacon/README.rst @@ -14,7 +14,7 @@ Requirements ************ * BlueZ running on the host, or -* A board with BLE support +* A board with Bluetooth LE support Building and Running ******************** diff --git a/samples/bluetooth/broadcaster/README.rst b/samples/bluetooth/broadcaster/README.rst index 943e3687cc4..72e395d347a 100644 --- a/samples/bluetooth/broadcaster/README.rst +++ b/samples/bluetooth/broadcaster/README.rst @@ -17,7 +17,7 @@ Requirements ************ * BlueZ running on the host, or -* A board with BLE support +* A board with Bluetooth LE support Building and Running ******************** diff --git a/samples/bluetooth/bthome_sensor_template/README.rst b/samples/bluetooth/bthome_sensor_template/README.rst index a8a8547bca5..94f438bd0fa 100644 --- a/samples/bluetooth/bthome_sensor_template/README.rst +++ b/samples/bluetooth/bthome_sensor_template/README.rst @@ -12,7 +12,7 @@ This code sample provides a template for implementing a `BTHome `_ with the BTHome integration running. Building and Running diff --git a/samples/bluetooth/central/README.rst b/samples/bluetooth/central/README.rst index 02abc661cc2..ceb9710bdd4 100644 --- a/samples/bluetooth/central/README.rst +++ b/samples/bluetooth/central/README.rst @@ -2,20 +2,20 @@ :name: Central :relevant-api: bluetooth - Implement basic BLE Central role functionality (scanning and connecting). + Implement basic Bluetooth LE Central role functionality (scanning and connecting). Overview ******** -Application demonstrating very basic BLE Central role functionality by scanning -for other BLE devices and establishing a connection to the first one with a +Application demonstrating very basic Bluetooth LE Central role functionality by scanning +for other Bluetooth LE devices and establishing a connection to the first one with a strong enough signal. Requirements ************ * BlueZ running on the host, or -* A board with BLE support +* A board with Bluetooth LE support Building and Running ******************** diff --git a/samples/bluetooth/central_gatt_write/README.rst b/samples/bluetooth/central_gatt_write/README.rst index 15ed0149a40..37ac2da26d8 100644 --- a/samples/bluetooth/central_gatt_write/README.rst +++ b/samples/bluetooth/central_gatt_write/README.rst @@ -2,7 +2,7 @@ :name: Central / GATT Write :relevant-api: bluetooth - Scan for a BLE device, connect to it and write a value to a characteristic. + Scan for a Bluetooth LE device, connect to it and write a value to a characteristic. Overview ******** @@ -14,7 +14,7 @@ Requirements ************ * BlueZ running on the host, or -* A board with BLE support +* A board with Bluetooth LE support Building and Running ******************** diff --git a/samples/bluetooth/central_hr/README.rst b/samples/bluetooth/central_hr/README.rst index 7ff6faf2ed0..af3d1be3e12 100644 --- a/samples/bluetooth/central_hr/README.rst +++ b/samples/bluetooth/central_hr/README.rst @@ -2,7 +2,7 @@ :name: Heart-rate Monitor (Central) :relevant-api: bluetooth - Connect to a BLE heart-rate monitor and read heart-rate measurements. + Connect to a Bluetooth LE heart-rate monitor and read heart-rate measurements. Overview ******** @@ -15,7 +15,7 @@ Requirements ************ * BlueZ running on the host, or -* A board with BLE support +* A board with Bluetooth LE support Building and Running ******************** diff --git a/samples/bluetooth/central_ht/README.rst b/samples/bluetooth/central_ht/README.rst index 6d95d2511a9..8c81e5aa80c 100644 --- a/samples/bluetooth/central_ht/README.rst +++ b/samples/bluetooth/central_ht/README.rst @@ -2,7 +2,7 @@ :name: Health Thermometer (Central) :relevant-api: bluetooth - Connect to a BLE health thermometer sensor and read temperature measurements. + Connect to a Bluetooth LE health thermometer sensor and read temperature measurements. Overview ******** @@ -15,7 +15,7 @@ Requirements ************ * BlueZ running on the host, or -* A board with BLE support +* A board with Bluetooth LE support Building and Running ******************** diff --git a/samples/bluetooth/central_multilink/README.rst b/samples/bluetooth/central_multilink/README.rst index 76b1f7f48e3..dcabb8785fc 100644 --- a/samples/bluetooth/central_multilink/README.rst +++ b/samples/bluetooth/central_multilink/README.rst @@ -7,7 +7,7 @@ Overview ******** -Application demonstrating BLE Central role functionality by scanning for other +Application demonstrating Bluetooth LE Central role functionality by scanning for other BLE devices and establishing connection to up to 62 peripherals with a strong enough signal. @@ -15,7 +15,7 @@ Requirements ************ * BlueZ running on the host, or -* A board with BLE support +* A board with Bluetooth LE support Building and Running ******************** diff --git a/samples/bluetooth/central_otc/README.rst b/samples/bluetooth/central_otc/README.rst index 2d3c5590814..18b4443c949 100644 --- a/samples/bluetooth/central_otc/README.rst +++ b/samples/bluetooth/central_otc/README.rst @@ -2,7 +2,7 @@ :name: Central OTC :relevant-api: bluetooth - Connect to a BLE peripheral that supports the Object Transfer Service (OTS) + Connect to a Bluetooth LE peripheral that supports the Object Transfer Service (OTS) Overview ******** @@ -15,7 +15,7 @@ to read data, and to calculate checksum of selected objects. Requirements ************ -* A board with BLE support and 4 buttons. +* A board with Bluetooth LE support and 4 buttons. Building and Running ******************** diff --git a/samples/bluetooth/central_past/README.rst b/samples/bluetooth/central_past/README.rst index 036e5e1715d..a39b1a3370c 100644 --- a/samples/bluetooth/central_past/README.rst +++ b/samples/bluetooth/central_past/README.rst @@ -7,13 +7,13 @@ Overview ******** -A simple application demonstrating the BLE Periodic Advertising Sync Transfer +A simple application demonstrating the Bluetooth LE Periodic Advertising Sync Transfer functionality as the sender. Requirements ************ -* A board with BLE 5.1 support +* A board with Bluetooth LE 5.1 support Building and Running ******************** diff --git a/samples/bluetooth/direct_adv/README.rst b/samples/bluetooth/direct_adv/README.rst index e4a423497cc..adc3a14ccab 100644 --- a/samples/bluetooth/direct_adv/README.rst +++ b/samples/bluetooth/direct_adv/README.rst @@ -7,21 +7,21 @@ Overview ******** -Application demonstrating the BLE Direct Advertising capability. If no device is bonded +Application demonstrating the Bluetooth LE Direct Advertising capability. If no device is bonded to the peripheral, casual advertising will be performed. Once bonded, on every subsequent boot direct advertising to the bonded central will be performed. Additionally this sample -provides two BLE characteristics. To perform write, devices need to be bonded, while read +provides two Bluetooth LE characteristics. To perform write, devices need to be bonded, while read can be done just after connection (no bonding required). Please note that direct advertising towards iOS based devices is not allowed. -For more information about designing BLE devices for Apple products refer to +For more information about designing Bluetooth LE devices for Apple products refer to "Accessory Design Guidelines for Apple Devices". Requirements ************ -* A board with BLE support -* Second BLE device acting as a central with enabled privacy. For example another Zephyr board +* A board with Bluetooth LE support +* Second Bluetooth LE device acting as a central with enabled privacy. For example another Zephyr board or any modern smartphone Building and Running diff --git a/samples/bluetooth/direction_finding_central/README.rst b/samples/bluetooth/direction_finding_central/README.rst index fe160c8e52d..e6ce68d0352 100644 --- a/samples/bluetooth/direction_finding_central/README.rst +++ b/samples/bluetooth/direction_finding_central/README.rst @@ -2,12 +2,12 @@ :name: Direction Finding Central :relevant-api: bluetooth - Connect to a BLE Direction Finding peripheral and request Constant Tone Extension. + Connect to a Bluetooth LE Direction Finding peripheral and request Constant Tone Extension. Overview ******** -A simple application demonstrating the BLE Direction Finding CTE reception in +A simple application demonstrating the Bluetooth LE Direction Finding CTE reception in connected mode by requesting transmission of a packet containing Constant Tone Extension by connected peer device. diff --git a/samples/bluetooth/direction_finding_connectionless_rx/README.rst b/samples/bluetooth/direction_finding_connectionless_rx/README.rst index 8ef53055684..691e3f7e4eb 100644 --- a/samples/bluetooth/direction_finding_connectionless_rx/README.rst +++ b/samples/bluetooth/direction_finding_connectionless_rx/README.rst @@ -2,12 +2,12 @@ :name: Direction Finding Periodic Advertising Locator :relevant-api: bt_gap bluetooth - Implement BLE Direction Finding CTE Locator functionality. + Implement Bluetooth LE Direction Finding CTE Locator functionality. Overview ******** -A simple application demonstrating the BLE Direction Finding CTE Locator +A simple application demonstrating the Bluetooth LE Direction Finding CTE Locator functionality by receiving and sampling sending Constant Tone Extension with periodic advertising PDUs. diff --git a/samples/bluetooth/direction_finding_connectionless_tx/README.rst b/samples/bluetooth/direction_finding_connectionless_tx/README.rst index ab21f4871ca..004c5099962 100644 --- a/samples/bluetooth/direction_finding_connectionless_tx/README.rst +++ b/samples/bluetooth/direction_finding_connectionless_tx/README.rst @@ -2,12 +2,12 @@ :name: Direction Finding Periodic Advertising Beacon :relevant-api: bt_gap bluetooth - Implement BLE Direction Finding CTE Broadcaster functionality. + Implement Bluetooth LE Direction Finding CTE Broadcaster functionality. Overview ******** -A simple application demonstrating the BLE Direction Finding CTE Broadcaster +A simple application demonstrating the Bluetooth LE Direction Finding CTE Broadcaster functionality by sending Constant Tone Extension with periodic advertising PDUs. Requirements diff --git a/samples/bluetooth/direction_finding_peripheral/README.rst b/samples/bluetooth/direction_finding_peripheral/README.rst index ceb45eea7f2..a7eb3cdf398 100644 --- a/samples/bluetooth/direction_finding_peripheral/README.rst +++ b/samples/bluetooth/direction_finding_peripheral/README.rst @@ -2,12 +2,12 @@ :name: Direction Finding Peripheral :relevant-api: bluetooth - Implement BLE Direction Finding peripheral transmitting CTE in connected mode. + Implement Bluetooth LE Direction Finding peripheral transmitting CTE in connected mode. Overview ******** -A simple application demonstrating the BLE Direction Finding CTE transmission in +A simple application demonstrating the Bluetooth LE Direction Finding CTE transmission in connected mode by response to a request received from connected peer device. Requirements diff --git a/samples/bluetooth/eddystone/README.rst b/samples/bluetooth/eddystone/README.rst index 0fcb82da0e8..d39c4cfdebb 100644 --- a/samples/bluetooth/eddystone/README.rst +++ b/samples/bluetooth/eddystone/README.rst @@ -2,7 +2,7 @@ :name: Eddystone :relevant-api: bluetooth - Export an Eddystone Configuration Service as a BLE GATT service. + Export an Eddystone Configuration Service as a Bluetooth LE GATT service. Overview ******** @@ -19,7 +19,7 @@ Requirements ************ * BlueZ running on the host, or -* A board with BLE support +* A board with Bluetooth LE support Building and Running ******************** diff --git a/samples/bluetooth/encrypted_advertising/README.rst b/samples/bluetooth/encrypted_advertising/README.rst index 89fad4fe322..8079acb672b 100644 --- a/samples/bluetooth/encrypted_advertising/README.rst +++ b/samples/bluetooth/encrypted_advertising/README.rst @@ -2,7 +2,7 @@ :name: Encrypted Advertising :relevant-api: bluetooth - Use the BLE encrypted advertising feature. + Use the Bluetooth LE encrypted advertising feature. Overview ******** diff --git a/samples/bluetooth/extended_adv/README.rst b/samples/bluetooth/extended_adv/README.rst index 6909aa32a09..a88244642eb 100644 --- a/samples/bluetooth/extended_adv/README.rst +++ b/samples/bluetooth/extended_adv/README.rst @@ -2,7 +2,7 @@ :name: Extended Advertising :relevant-api: bluetooth - Use the BLE extended advertising feature. + Use the Bluetooth LE extended advertising feature. Overview ******** diff --git a/samples/bluetooth/hci_pwr_ctrl/README.rst b/samples/bluetooth/hci_pwr_ctrl/README.rst index 4ce16c5d944..b902b07534e 100644 --- a/samples/bluetooth/hci_pwr_ctrl/README.rst +++ b/samples/bluetooth/hci_pwr_ctrl/README.rst @@ -2,13 +2,13 @@ :name: HCI Power Control :relevant-api: bt_hrs bluetooth - Dynamically control the Tx power of a BLE Controller using HCI vendor-specific commands. + Dynamically control the Tx power of a Bluetooth LE Controller using HCI vendor-specific commands. Overview ******** This sample application demonstrates the dynamic Tx power control over the LL -of the BLE controller via Zephyr HCI VS commands. The application implements a +of the Bluetooth LE controller via Zephyr HCI VS commands. The application implements a peripheral advertising with varying Tx power. The initial advertiser TX power for the first 5s of the application is the Kconfig set default TX power. Then, the TX power variation of the advertiser is a repeatedly descending staircase @@ -25,7 +25,7 @@ Requirements ************ * BlueZ running on the host, or -* A board with BLE support +* A board with Bluetooth LE support * A central device & monitor (e.g. nRF Connect) to check the RSSI values obtained from the peripheral. diff --git a/samples/bluetooth/hci_uart/README.rst b/samples/bluetooth/hci_uart/README.rst index 83f7aecebed..e671927095a 100644 --- a/samples/bluetooth/hci_uart/README.rst +++ b/samples/bluetooth/hci_uart/README.rst @@ -13,7 +13,7 @@ using the H:4 HCI transport protocol (requires HW flow control from the UART). Requirements ************ -* A board with BLE support +* A board with Bluetooth LE support Default UART settings ********************* @@ -35,8 +35,8 @@ Using the controller with emulators and BlueZ The instructions below show how to use a Nordic nRF5x device as a Zephyr BLE controller and expose it to Linux's BlueZ. This can be very useful for testing -the Zephyr Link Layer with the BlueZ Host. The Zephyr BLE controller can also -provide a modern BLE 5.0 controller to a Linux-based machine for native +the Zephyr Link Layer with the BlueZ Host. The Zephyr Bluetooth LE controller can also +provide a modern Bluetooth LE 5.0 controller to a Linux-based machine for native BLE support or QEMU-based development. First, make sure you have a recent BlueZ version installed by following the @@ -130,7 +130,7 @@ Then attach RTT as described here: :ref:`Using Segger J-Link ` for details. -.. _ST BLE Sensor Android app: +.. _ST Bluetooth LE Sensor Android app: https://play.google.com/store/apps/details?id=com.st.bluems .. _BlueST protocol: