Searched defs:hci_index (Results 1 – 3 of 3) sorted by relevance
96 let hci_index = matches.value_of("hci").map_or(0, |idx| idx.parse::<i32>().unwrap_or(0)); in main() localVariable
239 let hci_index = self.bt.lock().unwrap().get_hci_index(); in suspend_ready() localVariable443 let hci_index = self.bt.lock().unwrap().get_hci_index(); in resume() localVariable
590 hci_index: i32, field