Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. perfectrecords

    Bluetooth software

    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
  2. perfectrecords

    non interactive process output to file

    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...
  3. perfectrecords

    non interactive process output to file

    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...

Part and Inventory Search

Back
Top