Skip to content

Commit

Permalink
extmod/mpbthci.h: Add mp_bluetooth_hci_uart_any prototype.
Browse files Browse the repository at this point in the history
This allows drivers to use mpbthciport functions to read/write/poll UART.
  • Loading branch information
iabdalkader authored and dpgeorge committed Sep 19, 2021
1 parent 6e39f2c commit 80f2c79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extmod/mpbthci.h
Expand Up @@ -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);

Expand Down

0 comments on commit 80f2c79

Please sign in to comment.