nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ BLE_HIDS_LINK_CTX_SIZE

#define BLE_HIDS_LINK_CTX_SIZE

#include <ble_hids.h>

Value:
(sizeof(struct ble_hids_client_context) + CONFIG_BLE_HIDS_INPUT_REPORT_MAX_LEN + \
CONFIG_BLE_HIDS_OUTPUT_REPORT_MAX_LEN + CONFIG_BLE_HIDS_FEATURE_REPORT_MAX_LEN + \
#define BLE_HIDS_BOOT_MOUSE_INPUT_REPORT_MAX_SIZE
HID boot mouse input report maximum size, in bytes.
Definition ble_hids.h:98
#define BLE_HIDS_BOOT_KB_OUTPUT_REPORT_MAX_SIZE
HID boot keyboard output report maximum size, in bytes.
Definition ble_hids.h:94
#define BLE_HIDS_BOOT_KB_INPUT_REPORT_MAX_SIZE
HID boot keyboard input report maximum size, in bytes.
Definition ble_hids.h:90
HID Host context structure. It keeps information relevant to a single host.
Definition ble_hids.h:182