Bluetooth: Host: Move Bluetooth Device address definition to own header

Move the Bluetooth device address definition out of the HCI header file.
This definition is used by higher layer which should not have to include
the HCI specific header file to get the address definition used by the
host API.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2019-10-16 12:09:26 +02:00 committed by Carles Cufí
commit 063a5342c3
4 changed files with 98 additions and 72 deletions

View file

@ -21,6 +21,7 @@
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>
#include <bluetooth/addr.h>
#ifdef __cplusplus
extern "C" {