Commit fac4394
committed
pbdrv/bluetooth: Add classic runloop.
The classic runloop is separated from the LE one because little code
will be shared between them. For now, it's just a skeleton.
pbdrv/bluetooth: Classic init in async mode.
This allows use of the async get_version_info functions
to allow detecting the bluetooth controller version.
(Assuming we can get that working. For now, it's hardcoded.)
pbdrv/bluetooth: Fixup LMP subversion det1 parent 7f639fd commit fac4394
File tree
7 files changed
+501
-2
lines changed- bricks/_common
- lib/pbio
- drv
- bluetooth
- include/pbdrv
- platform/ev3
7 files changed
+501
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
0 commit comments