Home
last modified time | relevance | path

Searched refs:to_index (Results 1 – 2 of 2) sorted by relevance

/system/nfc/tools/casimir/src/
Dpackets.rs51 pub fn to_index(id: Private<u8>) -> usize { in to_index() method
Dcontroller.rs1134 nci::RfDiscoveryId::Id(id) => nci::RfDiscoveryId::to_index(id), in rf_discover_select()