bump product version to 4.1.6.2
[LibreOffice.git] / bluez_bluetooth / inc / bluetooth / sco.h
blob96b8a0a4f7cc5eab7807d6eabf7d34b92cc9fa52
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
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
28 sa_family_t sco_family;
29 bdaddr_t sco_bdaddr;
30 uint16_t sco_pkt_type;
32 #endif