Skip to content
Snippets Groups Projects
Commit f6ecaab6 authored by Alexandre Bailon's avatar Alexandre Bailon
Browse files

README: complete the bluetooth section


Explain that the cport number is stored in greybus header.
That particullary important because other controller like
TPC/IP can open one communication channel per cport,
and doesn't need to keep it in the header.

Signed-off-by: default avatarAlexandre Bailon <abailon@baylibre.com>
parent 6f5c1826
No related branches found
No related tags found
No related merge requests found
......@@ -37,3 +37,5 @@ When a Bluetooth module with the "GREYBUS" string in its name show up,
the controller will generate an hotplug event and create a connection.
Currently, the controller open a RFCOMM socket that is not available for BLE.
It's planned to use L2CAP instead of RFCOMM to support both Bluetooth and BLE.
Because RFCOMM doesn't have any notion of channel, the controller use the
padding bytes in operation header to store the cport number.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment