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:
parent
41e7ebfb72
commit
25f6579016
9 changed files with 98 additions and 93 deletions
|
@ -17,6 +17,7 @@
|
|||
#include <errno.h>
|
||||
|
||||
#include <bluetooth/bluetooth.h>
|
||||
#include <bluetooth/conn.h>
|
||||
|
||||
int bt_enable(bt_ready_cb_t cb)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue