This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

interaction between Bluetooth LE headset and iPhone4s

Hello,

          I have bluetooth LE headset connected to may iphone4s.The iPhone is acting as central and headset as peripheral.So how do we get email or sms notification in a bluetooth LE headset from the iphone4s,when a new email or sms arrives.

  • Hi Anirban,

    What is this Bluetooth LE headset, your own design or a purchased one? Depending on if the peripheral device implements server or client functionality, the solution would look different. Could you elaborate a bit more?

    Best Regards

  • Well ok to describe in details i would say that i am having a BLE chip which is used to design a BLE watch.The watch acts as peripheral and gets connected to my iphone4s.Now if a new email or sms arrives in my iphone4s i should be able to send a notification to the watch,which can notify the user that a new email or sms has arrived.How can i achieve this.

  • Hello Nick,

                       Can u please suggest any solutions about this matter.

    Best Regards

  • Hi Anirban,

    This is very depended on the capabilities on the iOS side, which I cant answer for. Please refer to iOS forums for that. Assuming that you could access this kind of data in the iOS app, it's for example just a matter of writing to a characteristic located in the watch as part of a proprietary profile.

    For example, If you are using simpleBLEPeripheral, you could write the information into characteristic 1 (1 byte R/W) of the simpleGATTProfile.

    Best Regards