Searched refs:P_UART_TX_CB (Results 1 – 2 of 2) sorted by relevance
17 typedef bool (*P_UART_TX_CB)(void); typedef26 bool hci_uart_tx(uint8_t *p_buf, uint16_t len, P_UART_TX_CB tx_cb);
34 P_UART_TX_CB tx_cb; 336 bool hci_uart_tx(uint8_t *p_buf, uint16_t len, P_UART_TX_CB tx_cb) in hci_uart_tx()
Completed in 6 milliseconds