Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_WallbotBLE_Challenge by
ble_hids_char_id_t Struct Reference
[Human Interface Device Service]
HID Service characteristic id. More...
#include <ble_hids.h>
Data Fields | |
uint16_t | uuid |
UUID of characteristic. | |
uint8_t | rep_type |
Type of report (only used for BLE_UUID_REPORT_CHAR, see BLE_HIDS_REPORT_TYPE). | |
uint8_t | rep_index |
Index of the characteristic (only used for BLE_UUID_REPORT_CHAR). |
Detailed Description
HID Service characteristic id.
Definition at line 62 of file ble_hids.h.
Field Documentation
uint8_t rep_index |
Index of the characteristic (only used for BLE_UUID_REPORT_CHAR).
Definition at line 66 of file ble_hids.h.
uint8_t rep_type |
Type of report (only used for BLE_UUID_REPORT_CHAR, see BLE_HIDS_REPORT_TYPE).
Definition at line 65 of file ble_hids.h.
uint16_t uuid |
UUID of characteristic.
Definition at line 64 of file ble_hids.h.
Generated on Tue Jul 12 2022 13:52:33 by
