Right now I am just trying to understand the Bluetooth SDK API. Unfortunately, when I view IOBluetoothUIUserLib.h, most of the definitions are incomplete. I was hoping someone at Apple might have a version where the abstract, param, result, and discussion are completed. For example, below is typical and not very revealing. //------------------------------------------------------------------- /*! @function IOBluetoothServiceBrowserControllerCreate @abstract @param @result @discussion */ IOBluetoothServiceBrowserControllerRef IOBluetoothServiceBrowserControllerCreate(IOBluetoothServiceBrowserContr ollerOptions inOptions); In a more specific test of my understanding, I modified the RFCOMM example by changing the chat UUID to that of one of my own device services, but while the service browser sees the device, I can't select the service because it just show up as 'unrecognized service' and is grayed out and not selectable. Do I need to register the service to the API somehow? RFCOMM example doesn't seem to. At any rate, I'm finding it very hard to make progress with the Bluetooth SDK because of the state of the API documentation. Cheers, Eric On Thursday, November 14, 2002, at 05:21 PM, Eric Brown wrote:
What are you trying to do? IOBluetoothUIUserLib.h provides API for
using the standard device and service selector panels. The routines
that the panels use to do the inquiry is not currently public. Do you
need to do something other than allow the user to select a device or
service?
- Eric
On Wednesday, November 13, 2002, at 08:40 PM, Eric Kolotyluk wrote:
Michael, I've reviewed IOBluetoothUIUserLib.h extensively, but it is
just not useful. What I need is IOBluetoothUIUserLib.c (or whatever
it is). I need the cake, not the icing ;-)
Thanks anyway.
Cheers, Eric
On Wednesday, November 13, 2002, at 06:48 PM, Michael Larson wrote:
The file should be at:
/System/Library/Frameworks/IOBluetoothUI.framework/Versions/A/
Headers/IOBluetoothUIUserLib.h
Is it not at that path on your System?
-larson
On Wednesday, November 13, 2002, at 06:23 AM, Eric Kolotyluk wrote:
I've been spending the last couple of days trying to follow the
RFCOMMClientSample applications in the Bluetooth Examples directory,
but cannot find the source for IOBluetoothUIUserLib. In particular,
the
examples are incomplete without access to the source of procedures
like
IOBluetoothServiceBrowserControllerCreate.
_______________________________________________
bluetooth-dev mailing list | bluetooth-dev@lists.apple.com
Help/Unsubscribe/Archives:
Do not post admin requests to the list. They will be ignored.
_______________________________________________ bluetooth-dev mailing list | bluetooth-dev@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/bluetooth-dev Do not post admin requests to the list. They will be ignored.
participants (1)
-
Eric Kolotyluk