![]() |
EVE 1.0
|
Header file for BLE subsystem interface. More...
#include <stdbool.h>
#include <core/work.h>
#include <sys/process.h>
#include <sys/event-base.h>
#include <lib/assert.h>
#include <ble_types.h>
#include <ble_advdata.h>
#include <ble.h>
Go to the source code of this file.
Data Structures | |
struct | eve_svc_init_t |
Macros | |
#define | BLE_BOND_DB_SIZE (0x08) |
#define | BLE_NO_BOND (0xFF) |
Functions | |
uint32_t | eve_svc_init (const eve_svc_init_t *eve_svc_init) |
void | BleSetOobAuthKey (const ble_advdata_tk_value_t *AuthKey) |
uint8_t | BleGetBondId (void) |
void | BleDeleteBond (uint8_t BondId) |
void | BleDeleteAllBonds (void) |
void | BleWaitForFlashOpCompletion (void) |
Header file for BLE subsystem interface.
Definition in file ble.h.