Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Device logs for bluetooth on iOS

I am currently developing an iPhone app that pairs with a bluetooth device.

We are having some latency issues regarding this pairing, and detecting at the correct time when our device is paired/connected.

Do you guys know if the iPhone has some log information we can look at/extract for bluetooth devices?

like image 771
AyBayBay Avatar asked Apr 14 '14 23:04

AyBayBay


1 Answers

Try generating a Bluetooth diagnostic log, that's the most info you will get (without jail breaking). If you need more info, a Bluetooth sniffer/protocol analyzer may be needed.

like image 173
Brendan Shanks Avatar answered Oct 22 '22 23:10

Brendan Shanks