Nordic Semiconductor nRF5 AirFuel SDK
version 2.2.0
|
#include <stdint.h>
#include "ble.h"
Go to the source code of this file.
Functions | |
void | app_profile_init (void) |
Initialize profile. Is only called once. | |
void | app_profile_on_ble_evt (ble_evt_t *p_ble_evt) |
Handle BLE event. More... | |
void | app_profile_on_sys_evt (uint32_t sys_evt) |
Handle system event. More... | |
void | app_profile_start (void) |
Start profile. Is called every time profile is activated. | |
void | app_profile_stop (void) |
Stop profile. Note: Needs to set the softdevice in a state where it is ok to initialize PRU profile. | |
void app_profile_on_ble_evt | ( | ble_evt_t * | p_ble_evt | ) |
Handle BLE event.
[in] | p_ble_evt | BLE event to handle. |
Definition at line 726 of file ble_app_hrs.c.
void app_profile_on_sys_evt | ( | uint32_t | sys_evt | ) |
Handle system event.
sys_evt | System event to handle. |
Definition at line 731 of file ble_app_hrs.c.