nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
dtm_twowire_to_hci.h File Reference
#include <stdint.h>
#include <zephyr/net_buf.h>

Go to the source code of this file.

Enumerations

enum  dtm_tw_to_hci_status_t { DTM_TW_TO_HCI_STATUS_TW_EVENT = 0 , DTM_TW_TO_HCI_STATUS_HCI_CMD = 1 , DTM_TW_TO_HCI_STATUS_UNHANDLED = 2 , DTM_TW_TO_HCI_STATUS_ERROR = 3 }
 

Functions

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 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.