AirPods are wireless Bluetooth earbuds made by Apple Inc.
Questions tagged [airpods]
31 questions
1
vote
1 answer
when airpods conected, routeChangeNotification detecting newDeviceAvailable after the audio has been switched to speaker
When I have airpods connected to my iphone and I try to override the audio to speaker, the audio defaults back to the airpods. I do not get this problem with any other bluetooth device or other audio options. How can I make the speaker output stick…

user1079052
- 3,803
- 4
- 30
- 55
1
vote
2 answers
Ellysis Bluetooth Sniffing Apple Airpods
I'm trying to determine how Apple Airpods pair and connect as seamlessly as they do, but I couldn't find any in-depth technical explanation so I embarked on a journey to figure it out for myself. I have used an Ellysis Explorer Bluetooth sniffer to…

asdfqwer
- 117
- 1
- 1
- 7
1
vote
1 answer
How to check if Airpods are connected to iPhone?
I am trying to check if AirPods are connected to the iPhone. How can I check it programmatically?
For airpods port.portType value is .builtInMic which is not sufficient to check if airpods are connected to iphone
class func isMicAvailbale() ->…

Pooja Thakoor
- 19
- 1
- 2
0
votes
0 answers
.net - bluetooth communication with headphones
Currently, I am working on a project where I need to enhance using Bluetooth headphones. For now, it's only AirPods 3 gen and 2 gen. And I want to perform two tasks. First, to track when the case is opened or the headphone is out of it. Second, to…

Valentin Maschenko
- 52
- 6
0
votes
0 answers
How to get Siri Suggested playlist/song above Now playing for Music apps like Apple music and Resso when airpods are connected
When Airpods are connected and there is no music already playing Siri suggests a playlist/songs above the Now Playing widget for the Apple Music app & Resso.
This is probably due to Siri's "Show When listening" suggestions as when I turn it off…

Rohit tomar
- 31
- 3
0
votes
0 answers
iOS: Airpods Pro (1st gen) only appear to have one output channel
I am developing an audio app for iOS. When I connect my Airpods Pro to the device and, after being notified of the new output, it appears that they only have 1 output channel. I would expect them to have 2 output channels. Also, the sample rate is…

Marc-André Weibezahn
- 619
- 8
- 15
0
votes
1 answer
Getting automatic detection information from Airpods pro/max
Is it possible to get the information of automatic detection (when ear/head-phones are put/removed)?
If so, how can it be done?

David Thery
- 669
- 1
- 6
- 21
0
votes
2 answers
AVAudioSession.RouteChangeReason not detecting connected bluetooth headset/earphones
I'm working on a voice calling app for iOS in Swift and I need to enable auto detection and auto connection of wireless(bluetooth) headsets/earpeaces.
I'm using AVAudioSession RouteChangeReason but it's not detecting when airpods or some other…

marcoswmv
- 21
- 7
0
votes
1 answer
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) when trying to read battery of Airpod pro
I am trying to read my air pods pro battery life using UWP app and I get an exception error when socket.ConnectAsync is called Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) without any more info. Below you can find the…

pantonis
- 5,601
- 12
- 58
- 115
0
votes
1 answer
How to distinguish between AirPods and connected headphones?
I have a need to check if the searched device is an AirPods device. I don’t know how to start. I hope to get your help. Thank you very much!
AVAudioSessionRouteDescription *currentRount = [AVAudioSession sharedInstance].currentRoute;
…

LimCoder
- 1
- 1
0
votes
1 answer
How does iOS 13 connect multiple AirPods at the same time using Bluetooth?
I’ve recently discovered that iOS 13 allow you to connect and play music on multiple AirPods synchronized (almost) perfectly. As far as I’m concerned the AirPods are using Bluetooth which only allows you to have one connection

Anton Tobias Jensen
- 11
- 1
0
votes
0 answers
Detect if Airpods are connected to my iPhone without using name matching?
I am able to go through all of my available audio inputs but I need a way to identify which inputs in the bluetoothHFP category are airpods. I can't key off of "Airpods" in the name since that can be changed by the user.
for input in…

user1079052
- 3,803
- 4
- 30
- 55
0
votes
1 answer
How can i detect AirPods when they connect?
I would like to detect if my AirPods did connect. I was able to do it for any other bluetooth device, but cant find any observers to do the same for AirPods. Any ideas? tnx

kerencic
- 41
- 1
- 3
0
votes
0 answers
objective c how can we handle airpod play/pause events
I am unable to pause video when airpod is removed from ear. I searched in google but no luck. please suggest some tutorials or apple developer documents for handling of airpod events.

John
- 238
- 2
- 11
-1
votes
2 answers
How to get bluetooth device information paired with iphone
Can I get a list of bluetooth devices that have been paired with the iphone without use "centralManager to scanForPeripherals..." like the way Wunderfind used to find airpods.
As you can see, Wunderfind can find my airpods that I don't need to…

Minh Tường
- 379
- 3
- 8