Michael Prentice

Results 402 comments of Michael Prentice

It looks like in addition to pairing the device, we may need to actually connect to the device (via a RFCOMM socket) in order for it to become usable. This...

I've been trying to get more information about what BT profiles are expected to work in 4.4.2. Here is what I've come up with so far: Advanced Audio Distribution Profile...

OK, that is very helpful, thank you. The pairing is indeed happening. The problem appears to be in the next step which is connecting the device's (BluetoothSocket) and handling it's...

There is an open issue with the GDK submitted by jimrandomh here: https://code.google.com/p/google-glass-api/issues/detail?id=495

This issue (https://code.google.com/p/google-glass-api/issues/detail?id=272) appears to suggest that having Glass connected to your phone for data, instead of being on WiFi only, could cause your Bluetooth socket connections to fail. This...

I've looked into the following: ``` W/bt-btif ( 1814): invalid rfc slot id: 14 W/BluetoothMapClientService( 1814): connection failed W/BluetoothMapClientService( 1814): java.io.IOException: read failed, socket might closed or timeout, read ret:...

I was investigating how to manage the BluetoothInputDevice profile, but Android has annotated it with the @hide annotation to make it inaccessible in the SDK. There may be a way...

I managed to dig up some data about the Bluetooth module on Glass (https://plus.google.com/106275500228046396154/posts/2dV6RMf2Rwv). As far as I can tell, everything we want should be supported, but it is up...

This is also being tracked as a WishList item that you can give Kudos for here (https://www.glass-community.com/t5/Wishlist-for-Glass/Bluetooth-Accessory-Pairing-userflow-and-HID-Bindings/idi-p/122662). It's quite a well written post. Here is a promising lead from that...

Yep, I got to attend a Glass Developers event prior to IO which let me get some good info from some of the team. Then while at IO, I was...