16#include <zephyr/bluetooth/bluetooth.h>
17#include <zephyr/bluetooth/conn.h>
23#if CONFIG_DESKTOP_BLE_QOS_ENABLE
43 struct bt_gatt_dm *
dm;
51#if CONFIG_DESKTOP_BLE_QOS_ENABLE
54 struct app_event_header header;
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
peer_type
Peer types (position in bitmask).
Definition ble_event.h:32
@ PEER_TYPE_COUNT
Definition ble_event.h:36
@ PEER_TYPE_KEYBOARD
Definition ble_event.h:34
@ PEER_TYPE_MOUSE
Definition ble_event.h:33
#define CHMAP_BLE_BITMASK_SIZE
Definition chmap_filter.h:45
#define HWID_LEN
Definition hwid.h:10
bool peer_llpm_support
Definition ble_event.h:46
struct app_event_header header
Definition ble_event.h:41
enum peer_type peer_type
Definition ble_event.h:47
uint8_t hwid[HWID_LEN]
Definition ble_event.h:45
uint16_t pid
Definition ble_event.h:44
struct bt_gatt_dm * dm
Definition ble_event.h:43
BLE discovery complete event.
Definition ble_event.h:40