Home
last modified time | relevance | path

Searched defs:SockAddrHci (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dsocket.rs38 struct SockAddrHci { struct
39 hci_family: libc::sa_family_t,
40 hci_dev: u16,
41 hci_channel: u16,
283 (&addr as *const SockAddrHci) as *const libc::sockaddr, in bind_channel() constant