Discussion Board

Results 1 to 4 of 4
  1. #1
    Regular Contributor ronny60299's Avatar
    Join Date
    Mar 2003
    Posts
    52
    Hi all,

    I want to ask you about bluetooth in series40.
    I have Nokia_Prototype_SDK_3_0_Beta already installed on my com.
    Then I want to make simple bluetooth chat program.
    But I have a problem, I can't display others bluetooth device name.
    I use this command:

    try{agent.startInquiry(agent.GIAC,this);}
    catch(Exception e) {myzone.showalert("error");}

    and receive other devices in this function

    public void deviceDiscovered(RemoteDevice btDevice, DeviceClass cod) {
    String temp="";
    try{ temp=btDevice.getFriendlyName(true);}
    catch(Exception e) {myzone.showalert("error");}
    myzone.showalert("Found device = "+temp);
    }

    And I always get error message.
    Why ?


    Thanks,
    Ronny

  2. #2
    Nokia Developer Champion traud's Avatar
    Join Date
    Mar 2003
    Posts
    3,876
    My knowledge which could be wrong:
    You might not be able to inquire and connect on Nokia the same time. Collect all devices in deviceDiscovered(…) and get the names in inquiryCompleted(…). Or use the getFriendlyName(false) in deviceDiscovered(…).

  3. #3
    Registered User deepakskole2006's Avatar
    Join Date
    Jan 2006
    Posts
    45
    Hey, Series 40 have only point to point connection, not Point to multipoint

    so it not connect other device



    deepak

  4. #4
    Super Contributor wang_shui's Avatar
    Join Date
    Mar 2006
    Posts
    516
    hi,

    Series 40 3rd edition phones support bluetooth.

    http://www.benhui.net/modules.php?name=Bluetooth

    Wang

Similar Threads

  1. Bluetooth Device Inquiry Not Finding Devices?
    By olcikasm in forum Mobile Java Networking & Messaging & Security
    Replies: 8
    Last Post: 2007-01-13, 11:21
  2. Bluetooth device discovery
    By yiyzhou in forum Bluetooth Technology
    Replies: 5
    Last Post: 2006-10-06, 06:23
  3. Nokia 7610, bluetooth device search
    By lehmamic in forum Mobile Java Networking & Messaging & Security
    Replies: 7
    Last Post: 2006-01-30, 15:30
  4. Replies: 3
    Last Post: 2003-12-29, 13:54
  5. Selecting a BlueTooth device automatically.
    By movetek in forum Bluetooth Technology
    Replies: 0
    Last Post: 2002-11-19, 12:51

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved