Skip to content

Commit

Permalink
Don't return blacklisted attributes from GetGATTChildren(). (#262)
Browse files Browse the repository at this point in the history
Fixes #216.
  • Loading branch information
jyasskin committed Aug 5, 2016
1 parent 8a8aedb commit aea3ac0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2488,6 +2488,7 @@ spec: permissions
<ul>
<li>are within the Bluetooth entity represented by <var>attribute</var>,</li>
<li>have a type described by <var>child type</var>,</li>
<li>have a UUID that is not <a>blacklisted</a>,</li>
<li>if <var>uuid</var> is present, have a UUID of <var>uuid</var>,</li>
<li>
if <var>allowedUuids</var> is present and not `"all"`,
Expand Down

0 comments on commit aea3ac0

Please sign in to comment.