Home
last modified time | relevance | path

Searched refs:OppServer (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs25 OppServer, enumerator
45 BtSdpRecord::OppServer(record) => record.hdr.sdp_type.clone(), in from()
296 OppServer(BtSdpOpsRecord), enumerator
314 BtSdpType::OppServer => unsafe { in from()
315 BtSdpRecord::OppServer(BtSdpOpsRecord::from(item.ops)) in from()
378 BtSdpRecord::OppServer(ops) => bindings::bluetooth_sdp_record { in get_unsafe_record()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs377 BtSdpType::OppServer => { in from_dbus()
379 BtSdpRecord::OppServer(arg_0) in from_dbus()
420 BtSdpRecord::OppServer(ops_record) => { in to_dbus()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs289 BtSdpType::OppServer => { in from_dbus()
291 BtSdpRecord::OppServer(arg_0) in from_dbus()
332 BtSdpRecord::OppServer(ops_record) => { in to_dbus()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs3042 BtSdpRecord::OppServer(record) => record.hdr.uuid = uuid, in sdp_search()