Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsuspend.rs182 let hci_index = self.bt.lock().unwrap().get_hci_index(); in suspend_ready() localVariable
309 let hci_index = self.bt.lock().unwrap().get_hci_index(); in resume() localVariable
Dbluetooth.rs588 hci_index: i32, field
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dmain.rs95 let hci_index = matches.value_of("hci").map_or(0, |idx| idx.parse::<i32>().unwrap_or(0)); in main() localVariable