mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-16 07:20:52 +00:00
manual: figures must have empty line before and after their declaration
This commit is contained in:
parent
5bf84c0b9d
commit
d96308b441
@ -25,7 +25,9 @@ events and data coming from either the Main Application or from BTstack
|
||||
via registered packet handlers (PH). BTstack’s Run Loop is responsible
|
||||
for providing timers and processing incoming data.
|
||||
|
||||
<a name="fig:BTstackArchitecture"></a>
|
||||
<a name="fig:BTstackArchitecture"></a>
|
||||
|
||||

|
||||
|
||||
# Single threaded design
|
||||
|
||||
|
@ -19,6 +19,7 @@ In a single-threaded environment, all application components run on the
|
||||
same (single) thread and use direct function calls as shown in Figure [below](#fig:BTstackSingle).
|
||||
|
||||
<a name="fig:BTstackSingle"></a>
|
||||
|
||||

|
||||
|
||||
BTstack provides a basic run loop that supports the concept of data
|
||||
@ -66,4 +67,5 @@ common options:
|
||||
non-embedded version of BTstack e.g., on the iPhone.
|
||||
This option requires more code but provides more flexibility.
|
||||
|
||||

|
||||

|
||||
|
@ -40,6 +40,7 @@ In the following, we first explain how the various Bluetooth protocols
|
||||
are used in BTstack. In the next chapter, we go over the profiles.
|
||||
|
||||
<a name="fig:BTstackProtocolArchitecture"></a>
|
||||
|
||||

|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user