Skip to content

Commit 6d5b77e

Browse files
author
Amanda Butler
authored
Fix commas in Gap.md
Make changes from #360.
1 parent 7758e54 commit 6d5b77e

File tree

1 file changed

+3
-3
lines changed
  • docs/reference/api/connectivity/bluetooth

1 file changed

+3
-3
lines changed

docs/reference/api/connectivity/bluetooth/Gap.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
The Generic Access Profile is the layer of the stack that handles connectivity tasks. This includes link establishment and termination, advertising and scanning.
44

5-
Devices with data to publish can use GAP to advertise. They can include the data in the advertisement itself or inside the scan response or leave a peer device to query it after the connection has been established.
5+
Devices with data to publish can use GAP to advertise. They can include the data in the advertisement itself, inside the scan response, or leave a peer device to query it after the connection has been established.
66

7-
The other side of the process is the act of scanning, which listens for advertisements, allows you to query the advertisers for more data through a scan request or to connect in order to query the peer device for the data we want.
7+
The other side of the process is the act of scanning, which listens for advertisements, allows you to query the advertisers for more data through a scan request or to connect in order to query the peer device for the data you want.
88

9-
Advertising, scanning and connection all have parameters that let you find a compromise between desired power consumption levels and latency and efficiency of these processes.
9+
Advertising, scanning and connection all have parameters that let you find a compromise between desired power consumption levels, latency and efficiency of these processes.
1010

1111
### GAP class reference
1212

0 commit comments

Comments
 (0)