This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

About "hid_info_flags" in "ble_app_hids_keyboard"

SDK: 15.3.0
Sample: ble_app_hids_keyboard
Device: EYSHJNZWZ (nRF52832)

I have a question about HID.
In the sample program "ble_app_hids_keyboard", the following values are stored in "hid_info_flags".

    hid_info_flags = HID_INFO_FLAG_REMOTE_WAKE_MSK | HID_INFO_FLAG_NORMALLY_CONNECTABLE_MSK;

I don't know what this value means.
What does this value mean?

Related