Add support for scanners that do not provide connectable devices (#77132)
This commit is contained in:
@@ -14,10 +14,12 @@
|
||||
],
|
||||
"bluetooth": [
|
||||
{
|
||||
"service_data_uuid": "0000fd3d-0000-1000-8000-00805f9b34fb"
|
||||
"service_data_uuid": "0000fd3d-0000-1000-8000-00805f9b34fb",
|
||||
"connectable": false
|
||||
},
|
||||
{
|
||||
"service_uuid": "cba20d00-224d-11e6-9fb8-0002a5d5c51b"
|
||||
"service_uuid": "cba20d00-224d-11e6-9fb8-0002a5d5c51b",
|
||||
"connectable": false
|
||||
}
|
||||
],
|
||||
"iot_class": "local_push",
|
||||
|
||||
Reference in New Issue
Block a user