Skip to content

Commit 21a3283

Browse files
author
Amanda Butler
authored
Edit addition to Gap.md
Make minor copy edits.
1 parent 65736f4 commit 21a3283

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/api/bluetooth/Gap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ If the device scans actively, it sends scan request to scannable advertisers and
2424

2525
BLE controllers supporting Bluetooth 5.0 may offer additional advertising and scanning options.
2626

27-
Extended advertising may use multiple PHYs and spread payload across many packets. This allows for much larger payloads. In this case advertising is split across primary advertising on the advertising channels and secondary advertising using channels normally used for sending data to connected devices.
27+
Extended advertising may use multiple PHYs and spread the payload across many packets. This allows for much larger payloads. In this scenario, advertising is split across primary advertising on the advertising channels and secondary advertising using channels normally used for sending data to connected devices.
2828

29-
Similarly, if supported by the controller, periodic advertising may be used to send changing data to many peers. Each peer needs to scan the advertisements on the primary channels and create a sync with a periodic advertisement it's interested in.
29+
Similarly, if the controller supports periodic advertising, you may use periodic advertising to send changing data to many peers. Each peer needs to scan the advertisements on the primary channels and create a sync with a periodic advertisement it's interested in.
3030

31-
There may be many advertising sets active at one time on a single advertiser. This allows it advertise different data at the same time possibly to different peers.
31+
There may be many advertising sets active at one time on a single advertiser. This allows it to advertise different data at the same time, possibly to different peers.
3232

33-
Devices that do not support extended and periodic advertising will not see these advertisements. Legacy advertising may be used alongside extended advertising, running at the same time, to support older devices in the environment.
33+
Devices that do not support extended and periodic advertising will not see these advertisements. You may use legacy advertising alongside extended advertising, running at the same time, to support older devices in the environment.
3434

3535
#### Privacy
3636

0 commit comments

Comments
 (0)