Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

zephyr: enable eddystone #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

poussa
Copy link
Contributor

@poussa poussa commented May 6, 2016

No description provided.

* Enable eddystone beacon edvertising.
* Adapt to the Zephyr BT API changes
* Make (simulated) temperature notifications to work

Signed-off-by: Sakari Poussa <[email protected]>

Signed-off-by: Sakari Poussa <[email protected]>
@@ -92,7 +92,11 @@ void pwm_write(void)

static void blvl_ccc_cfg_changed(uint16_t value)
{
simulate_blvl = (value == BT_GATT_CCC_NOTIFY) ? 1 : 0;
printk("blvl_ccc_cfg_changed: %d\n", value);
if ((value == BT_GATT_CCC_NOTIFY) || (value == BT_GATT_CCC_INDICATE))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have this part

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants