Bluetooth Driver services: Difference between revisions
Line 904: | Line 904: | ||
= HidEventType = | = HidEventType = | ||
This is u32 enum "nn::bluetooth::HidEventType". | This is u32 enum "nn::bluetooth::HidEventType". | ||
{| class="wikitable" border="1" | |||
|- | |||
! Value | |||
! Name | |||
! Description | |||
|- | |||
| 0 || || Only used with [[#GetHidEventInfo]]. | |||
|- | |||
| 4 || || DATA report on the Interrupt channel. | |||
|- | |||
| 7 || || Only used with [[#GetHidEventInfo]]. | |||
|- | |||
| 8 || || Response to SET_REPORT. | |||
|- | |||
| 9 || || Response to GET_REPORT. | |||
|} | |||
= BleEventType = | = BleEventType = |