Searched refs:P_UART_RX_CB (Results 1 – 3 of 3) sorted by relevance
18 typedef bool (*P_UART_RX_CB)(void); typedef21 bool hci_uart_init(P_UART_RX_CB rx_ind);30 void hci_uart_set_rx_ind(P_UART_RX_CB rx_ind);
43 P_UART_RX_CB rx_ind;408 void hci_uart_set_rx_ind(P_UART_RX_CB rx_ind) in hci_uart_set_rx_ind()413 bool hci_uart_init(P_UART_RX_CB rx_ind) in hci_uart_init()
97 hci_uart_set_rx_ind((P_UART_RX_CB)ready_to_rx); in hci_tp_set_rx_ind()
Completed in 7 milliseconds