Home
last modified time | relevance | path

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

/btstack/port/archive/msp-exp430f5438-cc2564b/example/
H A Dhid_demo.c185 unsigned char hid_process_packet(unsigned char *hid_report, uint16_t *buffer, uint8_t max_keys){ in hid_process_packet() function
251 uint8_t count = hid_process_packet(packet, (uint16_t *) &input[0], NUM_KEYS); in l2cap_packet_handler()