File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/api/connectivity/bluetooth Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ data is being sent. It is important to understand when radio is active.
18
18
The most intuitive power consumption rate to understand is when using connections. Each device will take turns sending
19
19
and receiving at set interval.
20
20
21
-
21
+ ```
22
22
CENTRAL
23
23
┌────┐ ┌────┐ ┌────┐ ┌────┐ ┌────┐ ┌────┐ ┌────┐ ┌────┐
24
24
│send│ │recv│ │send│ │recv│ │send│ │recv│ │send│ │recv│
@@ -35,7 +35,7 @@ and receiving at set interval.
35
35
36
36
▲ ▲ ▲
37
37
connection event connection event connection event
38
-
38
+ ```
39
39
40
40
To maintain a connection, regardless if there is data transfer to be transferred, the central needs to transmit and
41
41
receive once every connection interval.
@@ -73,7 +73,7 @@ Power draw during advertising affected by:
73
73
- whether the type is connectable or scannable - it means the advertiser needs to listen on the radio after each
74
74
advertisement for potential connection of scan requests.
75
75
76
-
76
+ ```
77
77
PERIPHERAL
78
78
┌────┐ advertising interval ┌────┐
79
79
channel 37 │adv │◄───────────────────────────────────────────►│adv │
@@ -89,7 +89,7 @@ Power draw during advertising affected by:
89
89
channel │extended advertising│
90
90
(indicated in regular └────────────────────┘
91
91
advertising payload)
92
-
92
+ ```
93
93
94
94
Scanning power draw is proportional to time spent scanning. Additional power will be used if you run active scanning
95
95
which will send a scan request and listen for the reply.
You can’t perform that action at this time.
0 commit comments