Is there any bash shell application I can use other than sdptool to find out the obex push channel of a mobile device.
sdptool seems really slow at giving me back the info. All i need is the mac and the obex push channel nothing more.
Thanks in advance
For the reference of others, I have found a solutions to my problem. It would seem the only way to do this is by editing the sdptool.c file contained within the tools folder of the bluez-utils tarball. The end of the file now looks as follows;
int main(int argc, char *argv[])
{
int i, opt...
Hi There,
Does anybody know of a way in bash shell script to stream the output from a non interactive process (eg sdptool) to a file. At the moment if I try to output the data from an sdptool enquiry it only dumps the data to the file when the enquiry has finished scanning, whereas it would be...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.