7#ifndef DTM_TWOWIRE_TO_HCI_H_
8#define DTM_TWOWIRE_TO_HCI_H_
11#include <zephyr/net_buf.h>
66 const struct net_buf *hci_event,
dtm_tw_to_hci_status_t dtm_tw_to_hci_process_hci_event(const uint16_t tw_cmd, const struct net_buf *hci_event, uint16_t *tw_event)
Process an HCI event and generate a DTM 2-wire event.
dtm_tw_to_hci_status_t dtm_tw_to_hci_process_tw_cmd(const uint16_t tw_cmd, struct net_buf *hci_cmd, uint16_t *tw_event)
Process a DTM 2-wire command and generate either a 2-wire event or an HCI command.
dtm_tw_to_hci_status_t
Definition dtm_twowire_to_hci.h:24
@ DTM_TW_TO_HCI_STATUS_UNHANDLED
Definition dtm_twowire_to_hci.h:30
@ DTM_TW_TO_HCI_STATUS_HCI_CMD
Definition dtm_twowire_to_hci.h:28
@ DTM_TW_TO_HCI_STATUS_TW_EVENT
Definition dtm_twowire_to_hci.h:26
@ DTM_TW_TO_HCI_STATUS_ERROR
Definition dtm_twowire_to_hci.h:32