<?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>BLE HID with android on google pixel</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25020/ble-hid-with-android-on-google-pixel</link><description>HI experts 
 I have a nRF51-DK board. I have flashed it with S130 softdevice. I have also flashed it with BLE_APP_HIDS_KEYBOARD application example. I have made little change in source code. 
 I see that 
 
 hello
string is defined in 
 
 static</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 Sep 2017 11:25:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25020/ble-hid-with-android-on-google-pixel" /><item><title>RE: BLE HID with android on google pixel</title><link>https://devzone.nordicsemi.com/thread/98533?ContentTypeID=1</link><pubDate>Fri, 08 Sep 2017 11:25:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50002b11-e4ed-44b7-9146-8c7dcdf814c2</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I tested this on Samsung S6 running Android 6, and it worked fine. What Android version are you using on the Google pixel phone? I suspect this could be a bug with the Pixel phone since we are not able to reproduce this on other phones. Upgrading to the latest Android version could perhaps fix the issue.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Note: I had to switch out the semicolon with a comma in &lt;code&gt;m_sample_key_press_scan_str&lt;/code&gt; for the code to compile, i.e.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;press button has been pushed. */
{
    KEY_1,
    KEY_2,
    KEY_3,
    KEY_4,
    KEY_5,
    0x2b                                       /* Key Return */
};
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>