zephyr/samples/bluetooth/beacon
Johan Hedberg 79696d3b34 Bluetooth: Redesign Bluetooth init API
We need to be able to perform the init procedure asynchronously
through a callback. The RX fiber is a good candidate to use for the
callback since it's not active in its normal operation before
drv->open has been called. In order to prepare for a future
bt_disable() API the init API is renamed from bt_init() to
bt_enable(). If a NULL pointer is given as the callback the API
behaves synchronously like the old bt_init().

Change-Id: I4e78fa8f32dcf5477ea05a8db75aca5cdce591fd
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-02-05 20:14:44 -05:00
..
src Bluetooth: Redesign Bluetooth init API 2016-02-05 20:14:44 -05:00
Makefile Renames supported platform configurations 2016-02-05 20:14:39 -05:00
prj.mdef Rename VPF files to use MDEF file extension 2016-02-05 20:14:15 -05:00
prj_arm.conf Bluetooth: Fix beacon app build for ARM targets 2016-02-05 20:14:23 -05:00
prj_x86.conf Bluetooth: Remove CONFIG_BLUETOOTH_DEBUG_HCI_CORE from samples 2016-02-05 20:14:03 -05:00
testcase.ini initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00