Lines Matching refs:btstack_uart
152 static const btstack_uart_t * btstack_uart; variable
224 …btstack_uart->receive_frame(&hci_packet_with_pre_buffer[HCI_INCOMING_PRE_BUFFER_SIZE], 6 + HCI_INC… in hci_transport_slip_init()
263 btstack_uart->send_frame(frame, frame_size); in hci_transport_slip_send_frame_with_dic()
512 btstack_uart->set_parity(BTSTACK_UART_PARITY_EVEN); in hci_transport_h5_process_frame()
642 btstack_uart->set_sleep(btstack_uart_sleep_mode); in hci_transport_h5_process_frame()
723 btstack_uart->set_baudrate(link_new_baudrate); in hci_transport_h5_frame_sent()
732 btstack_uart->set_sleep(btstack_uart_sleep_mode); in hci_transport_h5_frame_sent()
769 btstack_uart->init(&uart_config); in hci_transport_h5_init()
770 btstack_uart->set_frame_received(&hci_transport_h5_frame_received); in hci_transport_h5_init()
771 btstack_uart->set_frame_sent(&hci_transport_h5_frame_sent); in hci_transport_h5_init()
775 int res = btstack_uart->open(); in hci_transport_h5_open()
783 btstack_uart->set_parity(BTSTACK_UART_PARITY_EVEN); in hci_transport_h5_open()
789 if (btstack_uart->get_supported_sleep_modes){ in hci_transport_h5_open()
790 supported_sleep_modes = btstack_uart->get_supported_sleep_modes(); in hci_transport_h5_open()
812 return btstack_uart->close(); in hci_transport_h5_close()
839 btstack_uart->set_sleep(BTSTACK_UART_SLEEP_OFF); in hci_transport_h5_send_packet()
863 int res = btstack_uart->set_baudrate(baudrate); in hci_transport_h5_set_baudrate()
899 btstack_uart = uart_driver; in hci_transport_h5_instance()