Can't close RFCOMM channel.
site_archiver@lists.apple.com Delivered-To: bluetooth-dev@lists.apple.com Hello, I check if it's open and it is. 0xE00002C2 (kIOReturnBadArgument) I then check if it's still open and it still is. int open; This seems to simple to not work, what can I be doing wrong? Regards, Tor Langballe _______________________________________________ Do not post admin requests to the list. They will be ignored. Bluetooth-dev mailing list (Bluetooth-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/bluetooth-dev/site_archiver%40lists.a... I have an open RFCOMM serial channel opened with a listener, that I successfully send data to and want to close it: When I call IOBluetoothRFCOMMChannelCloseChannel() to close it I get the error: open = ::IOBluetoothRFCOMMChannelIsOpen((IOBluetoothRFCOMMChannelRef)p-
rfcomm); err = ::IOBluetoothRFCOMMChannelCloseChannel((IOBluetoothRFCOMMChannelRef)p- rfcomm); open = ::IOBluetoothRFCOMMChannelIsOpen((IOBluetoothRFCOMMChannelRef)p- rfcomm); PS: I'm running Mac OS X 10.3.6 on a powerbook with build in bluetooth newly firmware updated. This email sent to site_archiver@lists.apple.com
participants (1)
-
Tor Langballe