Skip to content

Commit 2717911

Browse files
authored
chore: explain adv data filtering on device discovery in Gap.proto (#827)
Explaing adv data filtering on device discovery in Gap.proto
1 parent 7dfa477 commit 2717911

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/ble/Gap.proto

+2-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ message DeviceDiscoveryFilter
156156
enum Filter
157157
{
158158
address = 0;
159-
advertisingData = 1;
159+
advertisingData = 1; // Filtering on contents of Manufacturer specific data
160+
160161
}
161162

162163
Filter filter = 1;

0 commit comments

Comments
 (0)