#define DEBUG_LOG_MODULE_NAME "LOC PROV APP"
#define DEBUG_LOG_MAX_LEVEL LVL_INFO
.psk = {0xa1, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, 0xa7, 0xa8, 0xa9,
0xb1, 0xb2, 0xb3, 0xb4, 0xb5, 0xb6, 0xb7, 0xb8, 0xb9,
0xc1, 0xc2, 0xc3, 0xc4, 0xc5, 0xc6, 0xc7, 0xc8, 0xc9,
0xd1, 0xd2, 0xd3, 0xd4, 0xd5}
};
static uint8_t m_led_id = 0;
static uint32_t send_data(void)
{
static uint32_t id = 0;
.
bytes = (
const uint8_t *) &
id,
.num_bytes = sizeof(id),
.src_endpoint = 26,
.dest_endpoint = 26,
};
id++;
return 10*1000;
}
static uint32_t blink_led(void)
{
return 500;
}
static void on_prov_proxy_enabled_cb(bool enabled)
{
if (enabled)
{
}
else
{
}
}
static bool on_joining_end_cb(bool success)
{
(void) success;
return false;
}
static void button_start_joining_cb(uint8_t button_id,
button_event_e event)
{
(void) button_id;
(void) event;
{
}
}
{
(void) button_id;
(void) event;
}
{
(void) functions;
{
m_led_id = 1;
}
else
{
m_led_id = 0;
}
}