I am trying view the call stack of the Android bluetooth settings/setup app.

Android 3.0 is able to pair with a bluetooth keyboard however the SDK does not expose this functionality. From what I understand, the keyboard uses the HID profile which requires an L2CAP socket. The SDK only exposes an RFCOMM socket.

I want to see what the built-in bluetooth setup app is doing to connect to a HID device.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

You can only debug applications that have debuggable set to true.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.