Bluetooth: Move all bt_conn related APIs to conn.h

To have some proper split of conn.h and bluetooth.h APIs make sure all
bt_conn related ones are in conn.h. This also helps avoid forward
declarations for some upcoming patches where we need bluetooth.h
defines from within conn.h.

Change-Id: Ief3d32118a6749fb5785dab6cb3fee4ebb86ddb4
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
Johan Hedberg 2016-01-14 15:02:54 +02:00 committed by Anas Nashif
commit 25f6579016
9 changed files with 98 additions and 93 deletions

View file

@ -17,6 +17,7 @@
#include <errno.h>
#include <bluetooth/bluetooth.h>
#include <bluetooth/conn.h>
int bt_enable(bt_ready_cb_t cb)
{