1 /****************************************************************************
2  ****************************************************************************
3  ***
4  ***   This header was automatically generated from a Bluez header
5  ***   of the same name, to make information necessary for userspace to
6  ***   call into the kernel available to Android. It contains only constants,
7  ***   structures, and macros generated from the original header, and thus,
8  ***   contains no copyrightable information.
9  ***
10  ****************************************************************************
11  ****************************************************************************/
12 #ifndef __SCO_H
13 #define __SCO_H
14 
15 #ifdef __cplusplus
16 #endif
17 #define SCO_DEFAULT_MTU 500
18 #define SCO_DEFAULT_FLUSH_TO 0xFFFF
19 #define SCO_CONN_TIMEOUT (HZ * 40)
20 #define SCO_DISCONN_TIMEOUT (HZ * 2)
21 #define SCO_CONN_IDLE_TIMEOUT (HZ * 60)
22 #define SCO_OPTIONS 0x01
23 #define SCO_CONNINFO 0x02
24 #ifdef __cplusplus
25 #endif
26 struct sockaddr_sco
27 {
28     sa_family_t sco_family;
29     bdaddr_t sco_bdaddr;
30     uint16_t sco_pkt_type;
31 };
32 #endif
33