| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include <WS2tcpip.h>#include <Winsock2.h>#include <ws2bth.h>Macros | |
| #define | SHUT_RDWR SD_BOTH | 
| #define | SHUT_RD SD_RECEIVE | 
| #define | SHUT_WR SD_SEND | 
| #define | AF_BTH 32 | 
| #define | BTHPROTO_RFCOMM 3 | 
| #define | AF_BLUETOOTH AF_BTH | 
| #define | BTPROTO_RFCOMM BTHPROTO_RFCOMM | 
Typedefs | |
| typedef int | socklen_t | 
| #define AF_BLUETOOTH AF_BTH | 
| #define AF_BTH 32 | 
| #define BTHPROTO_RFCOMM 3 | 
| #define BTPROTO_RFCOMM BTHPROTO_RFCOMM | 
| #define SHUT_RD SD_RECEIVE | 
| #define SHUT_RDWR SD_BOTH | 
| #define SHUT_WR SD_SEND |