8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e39f2c commit 80f2c79Copy full SHA for 80f2c79
extmod/mpbthci.h
@@ -45,6 +45,7 @@ int mp_bluetooth_hci_controller_wakeup(void);
45
int mp_bluetooth_hci_uart_init(uint32_t port, uint32_t baudrate);
46
int mp_bluetooth_hci_uart_deinit(void);
47
int mp_bluetooth_hci_uart_set_baudrate(uint32_t baudrate);
48
+int mp_bluetooth_hci_uart_any(void);
49
int mp_bluetooth_hci_uart_readchar(void);
50
int mp_bluetooth_hci_uart_write(const uint8_t *buf, size_t len);
51
0 commit comments