summaryrefslogtreecommitdiff
path: root/shared-bindings/bleio/ScanEntry.c
diff options
context:
space:
mode:
authorarturo182 <arturo182@tlen.pl>2018-07-18 10:22:11 +0200
committerarturo182 <arturo182@tlen.pl>2018-10-21 15:43:29 +0200
commit1c6bf9a15061d64ea097a024d73ad0a6da8f8e2b (patch)
treeac0a919e38d8324d7c7698f90d092e07b7e0536b /shared-bindings/bleio/ScanEntry.c
parent7390dc7dab2c5ccd34a1fa5a33e1e5241b8f9bd7 (diff)
bleio: Move the Scanner class to a shared module
Diffstat (limited to 'shared-bindings/bleio/ScanEntry.c')
-rw-r--r--shared-bindings/bleio/ScanEntry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-bindings/bleio/ScanEntry.c b/shared-bindings/bleio/ScanEntry.c
index f41665581..e38a08909 100644
--- a/shared-bindings/bleio/ScanEntry.c
+++ b/shared-bindings/bleio/ScanEntry.c
@@ -48,7 +48,7 @@
//| .. attribute:: address
//|
//| The address of the device. (read-only)
-//| This attribute is of type `bleio:Address`.
+//| This attribute is of type `bleio.Address`.
//|
//| .. attribute:: manufacturer_specific_data
@@ -75,7 +75,7 @@
//| .. attribute:: service_uuids
//|
//| The address of the device. (read-only)
-//| This attribute is a list of `bleio:UUID`.
+//| This attribute is a list of `bleio.UUID`.
//| This attribute might be empty or incomplete, depending on the advertisement packet.
//| Currently only 16-bit UUIDS are listed.
//|