Searched defs:SockAddrHci (Results 1 – 1 of 1) sorted by relevance
38 struct SockAddrHci { struct39 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