|
void | ble6_cfg_setup (ble6_cfg_t *cfg) |
| BLE 6 configuration object setup function. More...
|
|
err_t | ble6_init (ble6_t *ctx, ble6_cfg_t *cfg) |
| BLE 6 initialization function. More...
|
|
err_t | ble6_generic_write (ble6_t *ctx, char *data_buf, uint16_t len) |
| BLE 6 data writing function. More...
|
|
err_t | ble6_generic_read (ble6_t *ctx, char *data_buf, uint16_t max_len) |
| BLE 6 data reading function. More...
|
|
int8_t | ble6_strncmp (uint8_t *string1, uint8_t *string2, uint8_t len) |
| Lexicographically compares function. More...
|
|
uint8_t | ble6_byte_ready (ble6_t *ctx) |
| Check for new byte received. More...
|
|
void | ble6_power_on (ble6_t *ctx, uint8_t en_pwr) |
| Set Power On function. More...
|
|
void | ble6_send_command (ble6_t *ctx, uint8_t *tx_data, uint8_t n_bytes) |
| Send command function. More...
|
|
void | ble6_set_response_handler (void(*handler)(uint8_t *), ble6_hdl_t driver_hdl) |
| Set response handlers function. More...
|
|
void | ble6_set_handlers (ble6_handler_t event_handler, ble6_handler_t eve_hdlr) |
| Set handlers function. More...
|
|
void | ble6_parser_rsp (ble6_t *ctx, ble6_rsp_t *response) |
| Response parser function. More...
|
|
This file contains API for BLE 6 Click Driver.