On Dec 9, 2:14 pm, Michael Ash <m...@[EMAIL PROTECTED]
> wrote:
> outpaddling <jba...@[EMAIL PROTECTED]
> wrote:
> > My code and the output are below. If someone can suggest a simple way
> > to set up the CFRunLoop, I'd really appreciate it. I'm hoping to
> > avoid buying yet another computer book I'll probably never look at
> > again.
>
> I don't really know the answer to your specific question, but there are
> examples in /Developer/Examples/Bluetooth which appear to do what you're
> trying to do. If you haven't taken a look at them yet, maybe they can
show
> you the missing piece.
>
> --
> Michael Ash
> Rogue Amoeba Software
Thanks for the suggestion. I looked at the examples, but
unfortunately, they don't seem to demonstrate what I need to do.
I tried just calling CFRunLoopRun() with the default env, but the
handler doesn't fire. Some other docs I found suggested that I need
to add a source using CFRunLoopAddSource(), but I haven't been able to
figure out how as yet.
Thanks anyway,
Jason


|