Searched refs:hid_host_packet_handler (Results 1 – 1 of 1) sorted by relevance
/btstack/src/classic/ |
H A D | hid_host.c | 87 static void hid_host_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_… 710 …status = l2cap_create_channel(hid_host_packet_handler, connection->remote_addr, BLUETOOTH_PSM_HID_… in hid_host_handle_sdp_client_query_result() 729 …status = l2cap_create_channel(hid_host_packet_handler, connection->remote_addr, connection->contro… in hid_host_handle_sdp_client_query_result() 793 …status = l2cap_create_channel(hid_host_packet_handler, connection->remote_addr, connection->interr… in hid_host_handle_control_packet() 865 static void hid_host_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_… in hid_host_packet_handler() function 1017 …status = l2cap_create_channel(hid_host_packet_handler, address, connection->interrupt_psm, 0xffff,… in hid_host_packet_handler() 1199 …l2cap_register_service(hid_host_packet_handler, PSM_HID_INTERRUPT, 0xffff, gap_get_security_level(… in hid_host_init() 1200 …l2cap_register_service(hid_host_packet_handler, PSM_HID_CONTROL, 0xffff, gap_get_security_level()); in hid_host_init() 1293 …status = l2cap_create_channel(hid_host_packet_handler, connection->remote_addr, BLUETOOTH_PSM_HID_… in hid_host_connect()
|