Coder Social home page Coder Social logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
I have managed to find an explanation of the problem.  I traced the problem to 
this 
line:

        discoveryAgent.searchServices(null, null, remoteDevice,
            serviceDiscoveryListener);


The second parameter is an array of UUIDs,  I developed the code initially 
using the 
Avetana implementation and it accepts this parameter as null.  It turns out 
that the 
BlueCove implementation does not accept null for this parameter.  Replacing the 
null 
with

        UUID[] uuidSet = new UUID[1];
        uuidSet[0] = RFCOMM_PROTOCOL_UUID;


solves the problem.  

So, now I explicitly searching for the RFCOMM protocol which is suitable at the 
moment but I wonder how I would search for any service.  

John Lawler
[email protected]

Original comment by [email protected] on 2 May 2007 at 2:48

from bluecove.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
I'll fix crashes JVM
But discoveryAgent.searchServices(null, null, ...) Is not valid case!
It is not working on Phone with JSR-82 e.g. SE K790. It is giving NullPointer 
Exception.

Original comment by [email protected] on 8 May 2007 at 9:49

from bluecove.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024

Original comment by [email protected] on 4 Jun 2007 at 6:23

  • Changed state: Fixed

from bluecove.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.