3

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.

Buurin
  • 129
  • 2
  • 4

1 Answers1

0

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

Matthew
  • 44,826
  • 10
  • 98
  • 87