EVE 1.0
ble.h File Reference

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>
Include dependency graph for ble.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Header file for BLE subsystem interface.

Author
DT, Jetro AS

Definition in file ble.h.