]> rtime.felk.cvut.cz Git - tiny-bt.git/blobdiff - src/hcidriver.h
changes in include
[tiny-bt.git] / src / hcidriver.h
index 28ec3e9b10a052043d1725b7860dc8e1619ea70e..e74fa93d7dcea2a8351b4ad312b6fb6844507cda 100644 (file)
@@ -14,8 +14,8 @@
 
 #include<asm/types.h>
 #include<sys/socket.h>
-#include<bluetooth/hci.h>
 #include<string.h>
+#include "hciembeded.h"
 
 
 
 
 
 /* BD_ADDR  (bluetooth.h)*/
-typedef struct{
-       __u8 byte[6];
-} __attribute__((packed)) bt_address;
 
-typedef struct{
-       uint8_t b[6];
-} __attribute__((packed)) bdaddr_t;
 
 typedef struct{
        __u8 byte[3];