-
Android Lurker
ADB Commands for SPP-RFCOMM
Hi Rescue Squad,
This is my first post, glad to be on the forum
I'm conducting bluetooth protocol testing on an Android 2.3.3 phone.
I have the device in USB debugging mode connected to my windows 7 PC, using cmd to fire commands to the device.
The problem: I'm unable to figure out how to submit an SDP-query. Let me set the scene, the test case:
"Verify that the IUT establishes a connection to an emulated serial port in the Tester. The IUT is a device taking on the role as DevA. The Tester is Acceptor"... n.b. the tester is the test machine that the android device (IUT) should be talking to.
The first step, which is where i'm stuck: "Submit a query using SDP to find out the RFCOMM Server channel number of the desired application in the remote device. This might include a browsing capability to let the user select among available ports (or services) in the peer device. Alternatively, if it is known exactly which service to contact, it is sufficient look up the necessary parameters using the Service Class ID associated with the desired service."
The device:
Stock - don't know how to root the device lol!
Not overclocked.
Bluetooth 2.1 version 1.0.46.0
So far i've tried the following.
Enter the adb shell,
rctest -u [BT address of test machine] , sometimes i get 'can't connect, now in progress' or 'cant connect to host' and even regardless of running the test case or not.
also tried: rctest -u [BT address of test machine] and it will indefinitely wait on channel 10 :S
I just think im missing something big which is preventing me from progressing any further.
Any help would be greatly appreciated.
Dan
-
08-31-2012 03:29 AM
# ADS
Google Advertisement
-
Android Lurker
sdptest -i B <bdaddr>
Can't connect to SDP service: Host is down
-
Android Lurker
Making a tiny amount of progress here:
I've connected to the tester by pairing with it. The issue seems to be using the ADB commands successfully. For example, trying to initiate an L2CAP connection with the tester: i've input l2test -n (bluetooth address of test machine). All i seem to be able to get is l2test[1127]: can't connect: Host is down <112>