Searched refs:hid_host_callback (Results 1 – 1 of 1) sorted by relevance
/btstack/src/classic/ |
H A D | hid_host.c | 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() [all …]
|