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.
You can only debug applications that have debuggable set to true
.