<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to answer incomming call in IOS , use ble HID?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22226/how-to-answer-incomming-call-in-ios-use-ble-hid</link><description>My report like this below 
 0x05, 0x0C, // Usage Page (Consumer)
 0x09, 0x05, // Usage (Consumer Control)
 0xA1, 0x01, // Collection (Application)
 0x85, 0x02, // Report Id (2)
 0x15, 0x00, // Logical minimum (0)
 0x25, 0x01, // Logical maximum</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 27 Mar 2019 15:31:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22226/how-to-answer-incomming-call-in-ios-use-ble-hid" /><item><title>RE: How to answer incomming call in IOS , use ble HID?</title><link>https://devzone.nordicsemi.com/thread/178751?ContentTypeID=1</link><pubDate>Wed, 27 Mar 2019 15:31:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2fd99990-44ae-41f6-b56c-34ea4d6dbee0</guid><dc:creator>Aurele</dc:creator><description>&lt;p&gt;Actually, the play/pause is working to answer a call on android but how can i decline ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to answer incomming call in IOS , use ble HID?</title><link>https://devzone.nordicsemi.com/thread/178746?ContentTypeID=1</link><pubDate>Wed, 27 Mar 2019 15:15:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2417c144-51a8-4980-bff7-aced40cbca4e</guid><dc:creator>Aurele</dc:creator><description>&lt;p&gt;Hello &lt;a href="https://devzone.nordicsemi.com/members/bigz"&gt;bigz&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m also trying to answer to an incoming call. Could you please give me more details about how to proceed ? Which event are you sending ?&lt;/p&gt;
&lt;p&gt;Can you decline a phone code ?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Aur&amp;eacute;lien&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to answer incomming call in IOS , use ble HID?</title><link>https://devzone.nordicsemi.com/thread/152355?ContentTypeID=1</link><pubDate>Wed, 10 Oct 2018 11:55:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25175f5f-8af7-4bb8-8681-f2563a7154b0</guid><dc:creator>Giovanni</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;There is any solutions to end a call?&amp;nbsp;&lt;span&gt;with ACTION_ID_NEGATIVE i can&amp;#39;t end call.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;best regards&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to answer incomming call in IOS , use ble HID?</title><link>https://devzone.nordicsemi.com/thread/87337?ContentTypeID=1</link><pubDate>Thu, 26 Oct 2017 12:31:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81d611cf-c8fd-44fa-a1cc-a6126f687f3c</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;I haven&amp;#39;t tried my self. But if you call the action function again with ACTION_ID_NEGATIVE would you be able to end the call ?
If you can&amp;#39;t I would assume that you need to have a notification from the phone about the ongoing call and then can choose to do negative action on it.&lt;/p&gt;
&lt;p&gt;Have you tried to ask on an Apple&amp;#39;s forum ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to answer incomming call in IOS , use ble HID?</title><link>https://devzone.nordicsemi.com/thread/87336?ContentTypeID=1</link><pubDate>Thu, 26 Oct 2017 09:24:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0fd692f7-4766-4dd9-9655-e87646bc4acf</guid><dc:creator>bigz</dc:creator><description>&lt;p&gt;Thanks, Use ancs can answer IOS incoming call.
I have new question, when answer incoming call, then how to end the call?&lt;/p&gt;
&lt;p&gt;use code below can answer incoming call.
ret = nrf_ancs_perform_notif_action(&amp;amp;m_ancs_c,
m_notification_latest.notif_uid,
ACTION_ID_POSITIVE);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to answer incomming call in IOS , use ble HID?</title><link>https://devzone.nordicsemi.com/thread/87335?ContentTypeID=1</link><pubDate>Wed, 24 May 2017 07:33:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e913631-c245-4633-a90b-b667f75d6ec2</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Bigz,&lt;/p&gt;
&lt;p&gt;I have no information if you can do that with HID on iOS but you can think of using &lt;a href="https://developer.apple.com/library/content/documentation/CoreBluetooth/Reference/AppleNotificationCenterServiceSpecification/Specification/Specification.html"&gt;ANCS&lt;/a&gt; ?&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;quot;The actual actions performed by the NP on behalf of the NC are determined by the NP and vary depending on the iOS notification they are performed on. For example, performing a positive action on an Incoming Call notification may answer it, while performing a negative action may decline it.&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;We have an &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v13.0.0/ble_sdk_app_ancs.html?cp=4_0_0_4_1_2_1"&gt;ANCS example&lt;/a&gt; in our SDK showing this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>