Home
last modified time | relevance | path

Searched refs:rx_ind (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/hci/
A Dhci_uart.c43 P_UART_RX_CB rx_ind; member
254 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() argument
410 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() argument
460 hci_uart_obj->rx_ind = rx_ind; in hci_uart_init()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/inc/
A Dhci_uart.h21 bool hci_uart_init(P_UART_RX_CB rx_ind);
30 void hci_uart_set_rx_ind(P_UART_RX_CB rx_ind);
A Dhci_tp.h21 void hci_tp_open(P_HCI_TP_OPEN_CB open_cb, P_HCI_TP_RX_IND rx_ind);
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/
A Dhci_adapter.c52 void hci_tp_open(P_HCI_TP_OPEN_CB open_cb, P_HCI_TP_RX_IND rx_ind) in hci_tp_open() argument
64 if(!hci_uart_init(rx_ind)) in hci_tp_open()
/AliOS-Things-master/components/drivers/core/base/device/
A Ddevice.c514 int (*rx_ind)(aos_device_t dev, size_t size))
519 dev->rx_indicate = rx_ind;
/AliOS-Things-master/components/drivers/core/base/include/device/
A Daos_device.h278 int (*rx_ind)(aos_device_t dev, size_t size));

Completed in 7 milliseconds