Skip to content

Commit

Permalink
add missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
chengweih001 committed Aug 14, 2023
1 parent 35118ae commit 515b60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ followed optionally by a space and one of the tokens "`exclude-reads`" or "`excl
hexadecimal digits) that represents a company identifier, which can be found on the
[Bluetooth Assigned Numbers website](https://www.bluetooth.com/specifications/assigned-numbers).
A space after that is an advertising data prefix in the format `advdata-<data>/<mask>`, where
`data` and `mask` are strings of hexadecimal digits of the same length. `data` is a sequence of bytes
`data` and `mask` are strings of hexadecimal digits of the same length. `data` is a sequence of bytes.
A data prefix matches an advertising data if each byte of the prefix is equal to the corresponding byte
of the advertising data after both are ANDed with the corresponding byte of the mask. For example,
`advdata-001100/00FF00` would match advertising data such as `11` `11` `11`, or `00` `11` `22`, etc.
Expand Down

0 comments on commit 515b60e

Please sign in to comment.