Nordic Semiconductor nRF5 AirFuel SDK
version 2.2.0
|
#include <stdint.h>
#include <stdbool.h>
#include "ble.h"
#include "ble_srv_common.h"
#include "ble_wpts_common.h"
#include "nrf_assert.h"
#include "nrf_error.h"
Go to the source code of this file.
Functions | |
API implementation | |
uint32_t | ble_wpts_uuid_init () |
Prepare softdevice for using the WPTS 128 bit UUIDs. More... | |
void | ble_wpts_uuid_get (ble_wpts_uuid128_t uuid128, ble_uuid_t *ble_uuid) |
Get ble_uuid representation of 128 bit UUID. More... | |
Variables | |
bool | wpts_uuids_initialized = false |
Static functions and variables | |
static ble_uuid_t | m_uuids128 [BLE_WPTS_UUID128_CNT] |
bool wpts_uuids_initialized = false |
128 bit UUIDs initialized
Definition at line 24 of file ble_wpts_common.c.
|
static |
Array of 128 bit UUIDs
Definition at line 31 of file ble_wpts_common.c.