Fix linux, probably.

This commit is contained in:
Rachel Bryk 2013-09-25 06:13:44 -04:00
parent 93f7622e16
commit f77b3ccf8a
1 changed files with 2 additions and 0 deletions

View File

@ -98,9 +98,11 @@
/*
* Bluetooth device address
*/
#ifndef __BLUETOOTH_H
typedef struct {
uint8_t b[BLUETOOTH_BDADDR_SIZE];
} bdaddr_t;
#endif
#define BDADDR_ANY { { 0, 0, 0, 0, 0, 0 } }