-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove never-supported Bluetooth features #6923
Conversation
@@ -1,292 +0,0 @@ | |||
{ | |||
"api": { | |||
"BluetoothAdvertisingData": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This came from #1689, but without any clues about the implementation status of this.
@@ -269,102 +269,6 @@ | |||
} | |||
} | |||
}, | |||
"getCharacteristics": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Running https://mdn-bcd-collector.appspot.com/tests/api/BluetoothRemoteGATTService/getCharacteristic in Chrome shows this to be supported.
@vinyldarkscratch would you be able to send update PRs for anything Web Bluetooth, to make it easier to review this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can confirm this property is supported!
@@ -467,54 +371,6 @@ | |||
} | |||
} | |||
}, | |||
"isPrimary": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this is actually supported as per https://mdn-bcd-collector.appspot.com/tests/api/BluetoothRemoteGATTService/isPrimary. Can we revert this change?
Replaced by #9975 |
A checklist to help your pull request get merged faster: