nRF Connect SDK API 3.4.99
Loading...
Searching...
No Matches
hogp_event.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef _HOGP_EVENT_H_
8#define _HOGP_EVENT_H_
9
11#include <zephyr/bluetooth/conn.h>
12
13#include <app_event_manager.h>
15
25#ifdef __cplusplus
26extern "C" {
27#endif
28
31 struct app_event_header header;
33 struct bt_conn *conn;
35};
36
38
41 struct app_event_header header;
43 struct bt_conn *conn;
45};
46
48
49#ifdef __cplusplus
50}
51#endif
52
57#endif /* _HOGP_EVENT_H_ */
Application Event Manager header.
Application Event Manager profiler tracer header.
#define APP_EVENT_TYPE_DECLARE(ename)
Declare an event type.
Definition app_event_manager.h:143
bt_hids_sci_mode_value
HID SCI Mode values.
Definition hids.h:154
struct app_event_header header
Definition hogp_event.h:31
struct bt_conn * conn
Definition hogp_event.h:33
enum bt_hids_sci_mode_value mode
Definition hogp_event.h:34
HOGP SCI mode changed event.
Definition hogp_event.h:30
struct app_event_header header
Definition hogp_event.h:41
enum bt_hids_sci_mode_value mode
Definition hogp_event.h:44
struct bt_conn * conn
Definition hogp_event.h:43
HOGP SCI mode request event.
Definition hogp_event.h:40