![]() |
EVE 1.0
|
|
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) |
| #define BLE_BOND_DB_SIZE (0x08) |
| #define BLE_NO_BOND (0xFF) |
| uint32_t eve_svc_init | ( | const eve_svc_init_t * | eve_svc_init | ) |
Function for initializing the EVE service manager.
| [in] | eve_svc_init | Information needed to initialize the service. |
| void BleSetOobAuthKey | ( | const ble_advdata_tk_value_t * | AuthKey | ) |
Set an out-of-band key to be used for the connection.
| uint8_t BleGetBondId | ( | void | ) |
Get index of the current connection in an internal bond database
| void BleDeleteBond | ( | uint8_t | BondId | ) |
Delete a record from an internal bond database
| [in] | BondId | Index of the record in the database |
| void BleDeleteAllBonds | ( | void | ) |
Delete all records from an internal bond database
| void BleWaitForFlashOpCompletion | ( | void | ) |
Synchronously wait for completion of pending flash write operations