hello ,
I would like to know what is the use of m_in_boot_mode global variable in BLE mouse example, m_in_boot_mode updates it value in a handler called on_hids_evt, so what is this event called BLE_HIDS_EVT_BOOT_MODE_ENTERED ?
hello ,
I would like to know what is the use of m_in_boot_mode global variable in BLE mouse example, m_in_boot_mode updates it value in a handler called on_hids_evt, so what is this event called BLE_HIDS_EVT_BOOT_MODE_ENTERED ?
Hello,
Please check out section 2.1.2 HID Report Modes from the Human Interface Device Profile documentation found here:
https://www.bluetooth.com/specifications/profiles-overview/
Best regards,
Edvin
Thanks Edwin for the fast response