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!!!