From 3ce21945b1e80ed754b4278efb8dccacdfe9cfa5 Mon Sep 17 00:00:00 2001 From: Jim Mussared Date: Fri, 24 Jun 2022 13:02:44 +1000 Subject: [PATCH] docs/library/bluetooth: Add link to aioble. Signed-off-by: Jim Mussared --- docs/library/bluetooth.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/library/bluetooth.rst b/docs/library/bluetooth.rst index 7663199e91..052f7a5c78 100644 --- a/docs/library/bluetooth.rst +++ b/docs/library/bluetooth.rst @@ -13,6 +13,9 @@ concurrently. Pairing (and bonding) is supported on some ports. This API is intended to match the low-level Bluetooth protocol and provide building-blocks for higher-level abstractions such as specific device types. +.. note:: For most applications, we recommend using the higher-level + `aioble library `_. + .. note:: This module is still under development and its classes, functions, methods and constants are subject to change.