• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
IOBluetoothHandsFreeDevice has failed during initialization
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

IOBluetoothHandsFreeDevice has failed during initialization


  • Subject: IOBluetoothHandsFreeDevice has failed during initialization
  • From: 김영태 <email@hidden>
  • Date: Sun, 16 Sep 2012 00:32:59 -0700

Hi,

I have a trouble to use IOBluetoothHandsFreeDevice on MacOS 10.7.

I'm developing the Mac app to emulate Handsfree device on MacPC so that I need to control BT SCO channel to open/close this stream and route it to system default input/ouput devices on Mac. When I create/initiates RFCOMM channel to remote device, everything is okay and AT-COMMANDS are transferred to BT devices properly. But whenever IOBluetoothHandsFreeDevice is initaited, it is always saying "Failed to create SCO audio device". I have no idea why this error came out..(Already spent so many hours around 2 weeks.. No luck until now)

Could someone give me a little tips? It would be really appreciated.

    IOBluetoothHandsFree *handsfree;
    handsfree = [[IOBluetoothHandsFreeDevice alloc] initWithDevice:[rfcommChannel getDevice] delegate:self];
--> Whenever that function is invoked, this error always came out..
   
    "Failed to create SCO audio device LG-P930 70-05-14-e3-4b-13-HandsFree"
--> Not sure how I can use this function for HFP implementation on MacOS PC.

My environment is
  MacOS 10.7
  Xcode 4.4.1 - MacOS 10.8 SDK

Thanks
-- Young Kim
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: IOBluetoothHandsFreeDevice has failed during initialization
      • From: Matt Gillette <email@hidden>
  • Prev by Date: CoreBluetooth: peripheral hardware won't connect anymore at some point (iOS 6 beta 4)
  • Next by Date: Continue the advertising even in background mode
  • Previous by thread: CoreBluetooth: peripheral hardware won't connect anymore at some point (iOS 6 beta 4)
  • Next by thread: Re: IOBluetoothHandsFreeDevice has failed during initialization
  • Index(es):
    • Date
    • Thread