CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2008
    Posts
    10

    Get local Bluetooth address

    Folks,

    I'm hoping someone here can provide me with a simple runnable example... :-)

    I need to write an application that retrieves the local Bluetooth address, that is the Bluetooth address of the machine the program is running on (will be a Windows Mobile Phone).

    I have managed to find serveral examples that search for and show the BT addresses of other devices, but I don't need that kind of complicated stuff. I just need the local address. In VB.Net if possible, but C++ will do fine also.

    Any help would be GREATLY appreciated.


    Thanks.

  2. #2
    Join Date
    Nov 2002
    Location
    California
    Posts
    4,556

    Re: Get local Bluetooth address

    I don't know the answer to your question, sorry.

    But I am aware of a partially-completed, on-line book from a pair of MIT professors, that might contain the clues you are looking for. The book is "Bluetooth for Programmers", by Albert Huang and Larry Rudolph, and can be found at http://people.csail.mit.edu/rudolph/...Book-march.pdf

    Good luck with your problem.

    Mike

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured