0

I would like to forward the caller mobile number to a bluetooth device (which is similar to meta watch where the mobile number is visible on the smart watch and bluetooth device is non ios device)

https://itunes.apple.com/us/app/metawatch-manager-for-ios/id557219641?mt=8

Above link mentions about caller id notifications.

Before asking this question I had gone through the following links.

How to get user incoming call phone number in iOS device

Getting mobile number from log to the app

How to get the Phone number from the callID(call Identifier) of call which returned form callcenter in iphone sdk?

The answer for all of the questions is not possible.I think there should be some way to get the mobile number of the caller using bluetooth. Any suggestions or any pointers. Is it possible do to this using MFi Or Any other ways to achieve this ?

Community
  • 1
  • 1
Ram
  • 1,872
  • 5
  • 31
  • 54

2 Answers2

2

The Bluetooth accessory can get the mobile number of the caller in various ways. Most straightforward:

Also see Apple's Bluetooth Developer page, which is a good starting point for more info: https://developer.apple.com/bluetooth/

Martijn Thé
  • 4,674
  • 3
  • 29
  • 42
-1

there are couple of ways of doing it.

1 > whenever a call comes, stream the info through bluetooth serial port profile to the remote bluetooth device [assuming remote device support bluetooth serial port profile]

2> Depending on the bluetooth capability of the remote device[profiles support], you can decide on which profiles you need to use to transfer data.

Direct Answer to your question: Could not give a direct answer, because the capability of remote bluetooth device is not clear.

The following link may help you in understanding more about bluetooth interaction in iPhone

Implementing Bluetooth data transfer on the iPhone

Community
  • 1
  • 1
  • Mount Mani:Thanks for quick reply,I have this in mind,but my question is how will I get the Caller information from iPhone ? And one mre thing the links you have gives insight into gamekit ,but I have to use Core Bluetooth or EAAcessory to communicate with Bluetooth device – Ram Feb 05 '13 at 11:59
  • I think I mis understood your question. I tried to give answer on transferring information thru bluetooth. "I think there should be some way to get the mobile number of the caller using bluetooth". – Manivannan Radhakannan Feb 05 '13 at 12:11
  • On retrieving the caller ID, I dont know . – Manivannan Radhakannan Feb 05 '13 at 12:12
  • Caller ID wont work Check this link How to get the Phone number from the callID(call Identifier) of call which returned form callcenter in iphone sdk? – Ram Feb 05 '13 at 12:14