The function pointers for HCI UART. More...
#include <ble.h>
Data Fields | |
| void(* | init )(void) |
| void(* | flow_on )(void) |
| bool(* | flow_off )(void) |
| void(* | finish_transfers )(void) |
| void(* | read )(uint8_t *bufptr, uint32_t size, void(*callback)(void *, uint8_t), void *dummy) |
| void(* | write )(uint8_t *bufptr, uint32_t size, void(*callback)(void *, uint8_t), void *dummy) |
The function pointers for HCI UART.
| void(* hci_uart_call_t::finish_transfers) (void) |
Finish the current transferring.
| bool(* hci_uart_call_t::flow_off) (void) |
Flow control off.
| void(* hci_uart_call_t::flow_on) (void) |
Flow control on.
| void(* hci_uart_call_t::init) (void) |
Initialize UART.
| void(* hci_uart_call_t::read) (uint8_t *bufptr, uint32_t size, void(*callback)(void *, uint8_t), void *dummy) |
Read data.
| void(* hci_uart_call_t::write) (uint8_t *bufptr, uint32_t size, void(*callback)(void *, uint8_t), void *dummy) |
Write data.