Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs19 pub enum BtSdpType { enum
31 impl From<bindings::bluetooth_sdp_types> for BtSdpType { implementation
37 impl From<&BtSdpRecord> for BtSdpType { implementation