2 * Copyright (C) 2011-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
16 #define SHUT_RDWR SD_BOTH
20 #define SHUT_RD SD_RECEIVE
24 #define SHUT_WR SD_SEND
32 #ifndef BTHPROTO_RFCOMM
33 #define BTHPROTO_RFCOMM 3
37 #define AF_BLUETOOTH AF_BTH
40 #ifndef BTPROTO_RFCOMM
41 #define BTPROTO_RFCOMM BTHPROTO_RFCOMM
44 typedef int socklen_t
;