Lines Matching refs:hid_host_callback
67 static btstack_packet_handler_t hid_host_callback; variable
203 hid_host_callback(HCI_EVENT_PACKET, connection->hid_cid, &event[0], pos); in hid_emit_connected_event()
216 hid_host_callback(HCI_EVENT_PACKET, connection->hid_cid, &event[0], pos); in hid_emit_descriptor_available_event()
233 hid_host_callback(HCI_EVENT_PACKET, connection->hid_cid, &event[0], pos); in hid_emit_sniff_params_event()
245 hid_host_callback(HCI_EVENT_PACKET, connection->hid_cid, &event[0], pos); in hid_emit_event()
258 hid_host_callback(HCI_EVENT_PACKET, connection->hid_cid, &event[0], pos); in hid_emit_event_with_status()
272 hid_host_callback(HCI_EVENT_PACKET, connection->hid_cid, &event[0], pos); in hid_emit_set_protocol_response_event()
288 hid_host_callback(HCI_EVENT_PACKET, connection->hid_cid, &event[0], pos); in hid_emit_incoming_connection_event()
330 hid_host_callback(HCI_EVENT_PACKET, connection->hid_cid, &event[0], pos); in hid_emit_get_protocol_event()
814 hid_host_callback(HCI_EVENT_PACKET, connection->hid_cid, event, sizeof(event)); in hid_host_handle_control_packet()
821 … hid_host_callback(HCI_EVENT_PACKET, connection->hid_cid, in_place_event, size + 7); in hid_host_handle_control_packet()
884 hid_host_callback(HCI_EVENT_PACKET, connection->hid_cid, in_place_event, size + 7); in hid_host_packet_handler()
1204 hid_host_callback = NULL; in hid_host_deinit()
1213 hid_host_callback = callback; in hid_host_register_packet_handler()