- From: Jeffrey Yasskin via GitHub <sysbot+gh@w3.org>
- Date: Wed, 23 Mar 2016 15:08:25 +0000
- To: public-web-bluetooth-log@w3.org
We do support having multiple instances of the same characteristic through methods like [`getCharacteristics(uuid)`](https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothremotegattservice-getcharacteristics), but because no OS exposes operations on the attribute level, we can't insist that browsers do so. It wouldn't be implementable. We don't provide IDs for the multiple instances because Apple's CoreBluetooth doesn't provide them (e.g. [`CBCharacteristic`](https://developer.apple.com/library/ios/documentation/CoreBluetooth/Reference/CBCharacteristic_Class/index.html)), but the browser should make the objects distinguishable with `===`. -- GitHub Notification of comment by jyasskin Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/221#issuecomment-200386072 using your GitHub account
Received on Wednesday, 23 March 2016 15:08:33 UTC