Skip to content
Snippets Groups Projects
Commit fd31bc2b authored by fleur's avatar fleur
Browse files

fixed typos

parent b45fc7e1
No related branches found
No related tags found
No related merge requests found
Pipeline #4511 passed
......@@ -186,10 +186,10 @@ The range of this sensor is between 0 (``0x0``) and 400 (``0x9001``).
- reading of ``0x0e00`` means **14**
Access via btgatt_client
Access via btgatt-client
---------------------------------
Accessing services from a linux system is possible via ``btgatt_client``. The inbuilt gatt client of ``bluetoothctl`` as well as ``libgatt`` were tested, but struggled with the card10's BLE stack.
Accessing services from a linux system is possible via ``btgatt-client``. The inbuilt gatt client of ``bluetoothctl`` as well as ``libgatt`` were tested, but struggled with the card10's BLE stack.
**Example**:
......@@ -203,7 +203,7 @@ Accessing services from a linux system is possible via ``btgatt_client``. The in
[bluetooth]# pair CA:4D:10:xx:xx:xx #replace xx:xx:xx with scan result
# if this query doesn't appear, remove and re-pair:
[agent] Confirm passkey ###### (yes/no): [CHG] Device CA:4D:10:xx:xx:xx Name: card10
[card10-xxxxxx]# disconnect CA:4D:10:81:FE:D8
[card10-xxxxxx]# disconnect CA:4D:10:xx:xx:xx
# using a service:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment