Skip to content

Commit e4ac455

Browse files
pan-0xc0170
authored andcommitted
BLE: Fix conjugation and spelling of iBeacon documentation.
1 parent 054a301 commit e4ac455

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

features/FEATURE_BLE/ble/services/iBeacon.h

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,37 +26,37 @@
2626
*
2727
* iBeacons are Bluetooth Low Energy (BLE) devices advertising an identification
2828
* number generally used to determine the location of devices or physical objects
29-
* nearby a mobile phone user.
29+
* near to a mobile phone user.
3030
*
3131
* iOS scans for iBeacon devices in a background task and will notify Apps
3232
* subscribed to a specific region when the area is entered or left. Apps may
3333
* use this information to display context-aware content to users.
3434
*
3535
* As an example a museum can deploy an apps which inform the user when one of
36-
* its exhibition is enterred then display specific information about exposed
36+
* its exhibition is entered then display specific information about exposed
3737
* pieces of art when the user is sufficiently close to them.
3838
*
3939
* @par Positioning
4040
*
4141
* Location information is hierarchically structured. A UUID specific to the
4242
* application and its deployment is used to identify a region. That region
43-
* usually identify an organization. The region is divided into subregions
44-
* identified by a major ID. The subregion contains related points of interrest
43+
* usually identifies an organization. The region is divided into subregions
44+
* identified by a major ID. The subregion contains related points of interest
4545
* which are are distinguished by a minor ID.
4646
*
4747
* As an example a city willing to improve tourists experience can deploy a fleet
4848
* of iBeacons in relevant touristic locations it operates. The UUID may
4949
* identify a place managed by the city. The major ID would identify the place;
5050
* it can be a museum, an historic monument, a metro station, ... The minor ID
5151
* would locate a specific spot within a specific city place. It can be a
52-
* piece of art, a ticket dispenser or a relevant point of interrest.
52+
* piece of art, a ticket dispenser or a relevant point of interest.
5353
*
54-
* Each iBeacon device is physically attached to the spot it locate and advertise
55-
* the triplet UUID, major ID and minor ID.
54+
* Each iBeacon device is physically attached to the spot it locates and
55+
* advertises the triplet UUID, major ID and minor ID.
5656
*
5757
* @par Proximity
5858
*
59-
* The beacon advertise the signal strength measured by an iOS device at a
59+
* The beacon advertises the signal strength measured by an iOS device at a
6060
* distance of one meter. This information is used by iOS to approximate the
6161
* proximity to a given beacon:
6262
* - Immediate: The beacon is less than one meter away from the user.
@@ -74,7 +74,7 @@
7474
* create the payload identifying the beacon and register it as part of the
7575
* advertising payload of the device.
7676
*
77-
* Beacon configuration and advertising start is let to the user.
77+
* Beacon configuration and advertising commencement is left to the user.
7878
*
7979
* @important If you are interested in manufacturing iBeacons, you must obtain a
8080
* license from Apple. More information at https://developer.apple.com/ibeacon/.

0 commit comments

Comments
 (0)