Home
last modified time | relevance | path

Searched refs:hids_subevent_protocol_mode_get_protocol_mode (Results 1 – 3 of 3) sorted by relevance

/btstack/example/
H A Dhog_mouse_demo.c383 protocol_mode = hids_subevent_protocol_mode_get_protocol_mode(packet); in packet_handler()
384 …printf("Protocol Mode: %s mode\n", hids_subevent_protocol_mode_get_protocol_mode(packet) ? "Report… in packet_handler()
H A Dhog_keyboard_demo.c435 protocol_mode = hids_subevent_protocol_mode_get_protocol_mode(packet); in packet_handler()
436 …printf("Protocol Mode: %s mode\n", hids_subevent_protocol_mode_get_protocol_mode(packet) ? "Report… in packet_handler()
/btstack/src/
H A Dbtstack_event.h13441 static inline uint8_t hids_subevent_protocol_mode_get_protocol_mode(const uint8_t * event){ in hids_subevent_protocol_mode_get_protocol_mode() function