This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

hid_keyboard can be find by iphone5 but can input like in win8.1

I can input "hello" in win8.1 with button 0

==

before text in iphone5

I change

#define MIN_CONN_INTERVAL                MSEC_TO_UNITS(16, UNIT_1_25_MS)
#define MAX_CONN_INTERVAL                MSEC_TO_UNITS(32, UNIT_1_25_MS)

and

static void gap_params_init(void)
{
......
BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM(&sec_mode);
......
}

=============

Now I can find and connect with my iphone5 but can not input "hello" like it in win8.1

Is there different from win8.1 to ios with keyvalue?

static uint8_t m_sample_key_press_scan_str[] = /**< Key pattern to be sent when the key press button has been pushed. / { 0x0b, / Key h / 0x08, / Key e / 0x0f, / Key l / 0x0f, / Key l / 0x12, / Key o / 0x28 / Key Return */ };

or there is something else to do for ios?

need your help!!!

Parents Reply Children
No Data
Related