Lines Matching refs:packet_handler
94 static btstack_packet_handler_t packet_handler; variable
150 if (!packet_handler) return; in hids_device_emit_event_with_uint8()
157 (*packet_handler)(HCI_EVENT_PACKET, 0, buffer, sizeof(buffer)); in hids_device_emit_event_with_uint8()
167 if (!packet_handler) return; in hids_device_emit_event_with_uint8_uint8_t()
175 (*packet_handler)(HCI_EVENT_PACKET, 0, buffer, sizeof(buffer)); in hids_device_emit_event_with_uint8_uint8_t()
185 if (!packet_handler) return; in hids_device_emit_event()
191 (*packet_handler)(HCI_EVENT_PACKET, 0, buffer, sizeof(buffer)); in hids_device_emit_event()
213 (*packet_handler)(HCI_EVENT_PACKET, 0, event, pos); in hids_device_emit_report()
225 if (!packet_handler) return; in hids_device_can_send_now()
231 (*packet_handler)(HCI_EVENT_PACKET, 0, buffer, sizeof(buffer)); in hids_device_can_send_now()
546 packet_handler = callback; in hids_device_register_packet_handler()