winbluetooth 0.1.0

Raw FFI bindings for Windows' bluetooth API.
Documentation
#![cfg(windows)]
#![allow(bad_style)]

extern crate winapi;

#[macro_use]
mod macros;

pub mod shared {
    pub mod bthdef;
    pub mod bthioctl;
    pub mod bthsdpdef;
}

pub mod um {
    pub mod bluetoothapis;
    pub mod bluetoothleapis;
    pub mod bthledef;
    pub mod ws2bth;
}