Home
last modified time | relevance | path

Searched refs:HID_SUBEVENT_CONNECTION_CLOSED (Results 1 – 6 of 6) sorted by relevance

/btstack/example/
H A Dhid_mouse_demo.c254 case HID_SUBEVENT_CONNECTION_CLOSED: in packet_handler()
H A Dhid_keyboard_demo.c367 case HID_SUBEVENT_CONNECTION_CLOSED: in packet_handler()
H A Dhid_host_demo.c420 case HID_SUBEVENT_CONNECTION_CLOSED: in packet_handler()
/btstack/src/
H A Dbtstack_defines.h3939 #define HID_SUBEVENT_CONNECTION_CLOSED 0x03u macro
/btstack/src/classic/
H A Dhid_device.c741 hid_device_emit_event(device, HID_SUBEVENT_CONNECTION_CLOSED); in packet_handler()
H A Dhid_host.c1059 hid_emit_event(connection, HID_SUBEVENT_CONNECTION_CLOSED); in hid_host_packet_handler()