- From: Jeffrey Yasskin via GitHub <sysbot+gh@w3.org>
- Date: Wed, 23 Mar 2016 19:23:04 +0000
- To: public-web-bluetooth-log@w3.org
Because there's only 1 physical Bluetooth connection, and only 1 bond, yes the two pages share the same CCC descriptor, unless the browser explicitly intercepts uses and makes it look like they're separate. Marcel Holtmann suggested that Bluetooth Core might eventually provide a way for controllers to pretend to be multiple devices, one per application, where they'd each get their own CCC descriptor, but that'll take a while to propagate through platform APIs. The current spec does have a whole [`BluetoothRemoteGATTDescriptor`](https://webbluetoothcg.github.io/web-bluetooth/#bluetoothremotegattdescriptor) type for messing with device-defined descriptors. It's not implemented in Chromium yet, but it's in the queue, and could get done faster with concrete use cases. -- GitHub Notification of comment by jyasskin Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/168#issuecomment-200503650 using your GitHub account
Received on Wednesday, 23 March 2016 19:23:06 UTC