io_bluetooth 0.1.0

A cross-platform library for Bluetooth
Documentation
1
2
3
4
5
6
7
8
9
10
pub use libbluetooth::{
    bluetooth::{bdaddr_t, BTPROTO_L2CAP, BTPROTO_RFCOMM},
    hci::{inquiry_info, IREQ_CACHE_FLUSH},
    hci_lib::{hci_close_dev, hci_get_route, hci_inquiry, hci_open_dev},
    rfcomm::sockaddr_rc,
};
pub use libc::{
    accept, bind, connect, getpeername, getsockname, shutdown, sockaddr, socket, socklen_t,
    AF_BLUETOOTH, SHUT_RDWR, SOCK_STREAM,
};