Searched refs:hci_uart_obj (Results 1 – 1 of 1) sorted by relevance
49 T_HCI_UART *hci_uart_obj; variable94 T_HCI_UART *p_uart_obj = hci_uart_obj; in set_hci_uart_out()126 …return (hci_uart_obj->rx_write_idx + HCI_UART_RX_BUF_SIZE - hci_uart_obj->rx_read_idx) % HCI_UART_… in hci_rx_data_len()346 T_HCI_UART *uart_obj = hci_uart_obj; in hci_uart_tx()371 if(hci_uart_obj == NULL) in hci_uart_malloc()375 if(!hci_uart_obj) in hci_uart_malloc()395 if(hci_uart_obj == NULL) in hci_uart_free()402 os_mem_free(hci_uart_obj); in hci_uart_free()403 hci_uart_obj = NULL; in hci_uart_free()410 hci_uart_obj->rx_ind = rx_ind; in hci_uart_set_rx_ind()[all …]
Completed in 3 milliseconds