-3

I have a raspberry pi with a speaker and a microphone attached. I'd like this to mimic a bluetooth headset for my cell phone. Basically the same way my beats headphones do... it would connect to my phone via bluetooth, stream audio from the mic to my phone, and play the phones audio over the speakers.

I haven't been able to find many resources online about creating a bluetooth client. Is this possible? It seems like it should be fairly straightforward.

user2662692
  • 227
  • 5
  • 15

1 Answers1

-1

On iOS you would need to apply for their BlueTooth development program. They only let businesses that pass their review develop Bluetooth accessories for iOS devices. (Note the Bluetooth low energy devices don't require a license, just streaming devices like headsets.)

Duncan C
  • 128,072
  • 22
  • 173
  • 272
  • I don't think this is correct. Accessories that implement standard Bluetooth profiles, such as handsfree (HFP) don't need to be MFi certified. This question is asking how to make a RPi act as an HFP peripheral. See https://mfi.apple.com/MFiWeb/getFAQ.action#1-2 and https://support.apple.com/en-au/HT204387 – Paulw11 Apr 28 '17 at 03:44