Commit 80f2c794 authored by iabdalkader's avatar iabdalkader Committed by Damien George

extmod/mpbthci.h: Add mp_bluetooth_hci_uart_any prototype.

This allows drivers to use mpbthciport functions to read/write/poll UART.
parent 6e39f2cc
......@@ -45,6 +45,7 @@ int mp_bluetooth_hci_controller_wakeup(void);
int mp_bluetooth_hci_uart_init(uint32_t port, uint32_t baudrate);
int mp_bluetooth_hci_uart_deinit(void);
int mp_bluetooth_hci_uart_set_baudrate(uint32_t baudrate);
int mp_bluetooth_hci_uart_any(void);
int mp_bluetooth_hci_uart_readchar(void);
int mp_bluetooth_hci_uart_write(const uint8_t *buf, size_t len);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment