Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs1263 pub struct ScanFilterAddress { struct
1264 pub addr_type: u8,
1265 pub bd_addr: RawAddress,
2080 impl Into<MsftAdvMonitorAddress> for &ScanFilterAddress { implementation