ble

group ble

Bluetooth Low Energy driver, providing the Nordic Uart Service console.

Functions

void ble_init(void)

Initialise the bluetooth low energy driver.

Initialises the softdevice and Bluetooth functionality. It features a single GATT profile for UART communication, used by the REPL.

void ble_nus_tx(char const *buf, size_t sz)
int ble_nus_rx(void)
bool ble_nus_is_rx_pending(void)