sco.h (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) | sco.h (3f19ffb2f924db5b0925c77818d18ac1f6f08a44) |
---|---|
1/* 2 BlueZ - Bluetooth protocol stack for Linux 3 Copyright (C) 2000-2001 Qualcomm Incorporated 4 5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com> 6 7 This program is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License version 2 as --- 32 unchanged lines hidden (view full) --- 41}; 42 43#define SCO_CONNINFO 0x02 44struct sco_conninfo { 45 __u16 hci_handle; 46 __u8 dev_class[3]; 47}; 48 | 1/* 2 BlueZ - Bluetooth protocol stack for Linux 3 Copyright (C) 2000-2001 Qualcomm Incorporated 4 5 Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com> 6 7 This program is free software; you can redistribute it and/or modify 8 it under the terms of the GNU General Public License version 2 as --- 32 unchanged lines hidden (view full) --- 41}; 42 43#define SCO_CONNINFO 0x02 44struct sco_conninfo { 45 __u16 hci_handle; 46 __u8 dev_class[3]; 47}; 48 |
49#define SCO_CMSG_PKT_STATUS 0x01 50 | |
51#endif /* __SCO_H */ | 49#endif /* __SCO_H */ |