From: Mats F. <ma...@us...> - 2001-05-25 14:23:39
|
The following file was modified in linux/include/linux/bluetooth: Name Old version New version Comment ---- ----------- ----------- ------- bcsp.h 1.5 1.6=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Added defines for the SYNC and CONF packets The diff of the modified file(s): --- bcsp.h 2001/05/18 16:04:16 1.5 +++ bcsp.h 2001/05/25 14:23:38 1.6 @@ -56,6 +56,11 @@ #define TRUE 1 #endif =20 +#define SYNC 0xEDEDDCDA +#define SYNC_RSP 0xEEEFAFAC +#define CONF 0xEDACEFAD +#define CONF_RSP 0xD0D0ADDE + #define BCSP_FLAG_SEQ 0x07 #define BCSP_FLAG_ACK 0x38 #define BCSP_FLAG_CRC 0x40 @@ -143,7 +148,7 @@ =20 s32 bcsp_datagram_receive(struct bcsp *bcsp); s32 bcsp_datagram_send(u8 *data, u32 len, u8 chn); -s32 bcsp_send_sync(void); +s32 bcsp_send_sync(u32 type); =20 #endif /****************** END OF FILE bcsp.h ***********************************= ***/ |