Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bluetooth documentation #79

Merged
merged 8 commits into from
Oct 13, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions src/devel/device/bluetooth.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
====
Bluetooth
====
Lewiscowles1986 marked this conversation as resolved.
Show resolved Hide resolved

By default Bluetooth is not configured to work. But the module exists, the kernel is built to use it.
Lewiscowles1986 marked this conversation as resolved.
Show resolved Hide resolved

Enabling bluetooth
------------------------
Lewiscowles1986 marked this conversation as resolved.
Show resolved Hide resolved

.. code-block:: shell

ssh [email protected]
root@imx8mm-ferrari:~# modprobe btnxpuart
root@imx8mm-ferrari:~# bluetoothctl
Agent registered
[CHG] Controller 24:FD:FA:01:6E:A3 Pairable: yes
[bluetooth]# show
Controller 24:FD:FA:01:6E:A3 (public)
Name: imx8mm-ferrari
Alias: imx8mm-ferrari
Class: 0x00000000
Powered: no
Discoverable: no
DiscoverableTimeout: 0x000000b4
Pairable: yes
UUID: Generic Attribute Profile (00001801-0000-1000-8000-00805f9b34fb)
UUID: Generic Access Profile (00001800-0000-1000-8000-00805f9b34fb)
UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)
UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)
UUID: A/V Remote Control (0000110e-0000-1000-8000-00805f9b34fb)
UUID: Device Information (0000180a-0000-1000-8000-00805f9b34fb)
Modalias: usb:v1D6Bp0246d0541
Discovering: no
Roles: central
Roles: peripheral
Advertising Features:
ActiveInstances: 0x00 (0)
SupportedInstances: 0x06 (6)
SupportedIncludes: tx-power
SupportedIncludes: appearance
SupportedIncludes: local-name
SupportedSecondaryChannels: 1M
SupportedSecondaryChannels: 2M
SupportedSecondaryChannels: Coded
Lewiscowles1986 marked this conversation as resolved.
Show resolved Hide resolved
1 change: 1 addition & 0 deletions src/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ automagic
backgrounded
backupscrns
behaviour
bluetooth
bugfixes
Carta
changescrn
Expand Down