- From: Vincent Scheib via GitHub <sysbot+gh@w3.org>
- Date: Fri, 12 Feb 2016 18:19:57 +0000
- To: public-web-bluetooth-log@w3.org
Initial requestDevice test needs: ``` // |HeartRateAndHIDAdapter| // Inherits from |EmptyAdapter| // Internal Structure: // - |ConnectableDevice|(adapter, "Heart Rate And HID Device", uuids) // - Advertised UUIDs: // - Heart Rate UUID (0x180d) // - Human Interface Device UUID (0x1812) (a blacklisted service) // - Services: // - Generic Access Service - Characteristics as described in // GetGenericAccessService. // - Heart Rate Service - Characteristics as described in // GetHeartRateService. // - Human Interface Device Service - No characteristics needed // because the service is blacklisted. ``` -- GitHub Notification of comment by scheib Please view or discuss this issue at https://github.com/WebBluetoothCG/web-bluetooth/issues/214#issuecomment-183438067 using your GitHub account
Received on Friday, 12 February 2016 18:20:00 UTC