Searched refs:hci_uart_tx (Results 1 – 3 of 3) sorted by relevance
26 bool hci_uart_tx(uint8_t *p_buf, uint16_t len, P_UART_TX_CB tx_cb);
111 return hci_uart_tx(p_buf, len, tx_cb); in hci_tp_send()
336 bool hci_uart_tx(uint8_t *p_buf, uint16_t len, P_UART_TX_CB tx_cb) in hci_uart_tx() function
Completed in 5 milliseconds