Searched refs:rx_ind (Results 1 – 6 of 6) sorted by relevance
43 P_UART_RX_CB rx_ind; member254 if (ind && hci_adapter->rx_ind) in receive_chars()256 hci_adapter->rx_ind(); in receive_chars()408 void hci_uart_set_rx_ind(P_UART_RX_CB rx_ind) in hci_uart_set_rx_ind() argument410 hci_uart_obj->rx_ind = rx_ind; in hci_uart_set_rx_ind()413 bool hci_uart_init(P_UART_RX_CB rx_ind) in hci_uart_init() argument460 hci_uart_obj->rx_ind = rx_ind; in hci_uart_init()
21 bool hci_uart_init(P_UART_RX_CB rx_ind);30 void hci_uart_set_rx_ind(P_UART_RX_CB rx_ind);
21 void hci_tp_open(P_HCI_TP_OPEN_CB open_cb, P_HCI_TP_RX_IND rx_ind);
52 void hci_tp_open(P_HCI_TP_OPEN_CB open_cb, P_HCI_TP_RX_IND rx_ind) in hci_tp_open() argument64 if(!hci_uart_init(rx_ind)) in hci_tp_open()
514 int (*rx_ind)(aos_device_t dev, size_t size))519 dev->rx_indicate = rx_ind;
278 int (*rx_ind)(aos_device_t dev, size_t size));
Completed in 7 milliseconds