libbluetooth-rs icon indicating copy to clipboard operation
libbluetooth-rs copied to clipboard

Raw bindings to the BlueZ Linux Bluetooth library for Rust

Results 2 libbluetooth-rs issues
Sort by recently updated
recently updated
newest added

src/hci_lib.rs ```rust #[inline] pub fn hci_set_bit(nr: c_int, addr: *mut c_uint) { let bitset = unsafe { addr.offset((nr >> 5) as isize).as_mut() }.unwrap(); *bitset |= 1 > 5) as isize).as_mut() }.unwrap();...