#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#define UUID_HRS 0x180d
#define UUID_HRS_MEASUREMENT 0x2a37
static int
{
uint8_t pdu[2] = { 0x06 };
int r;
pdu[1] = 60;
return 0;
}
};
static bool
{
int r;
return true;
}
static void
{
int r;
if (!powered)
return;
SOL_INF(
"Bluetooth Adapter enabled");
}
static void
{
}
static void
{
SOL_WRN(
"Couldn't create a Bluetooth session");
}
}