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