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.rs26 OppServer, enumerator
46 BtSdpRecord::OppServer(record) => record.hdr.sdp_type.clone(), in from()
297 OppServer(BtSdpOpsRecord), enumerator
315 BtSdpType::OppServer => unsafe { in from()
316 BtSdpRecord::OppServer(BtSdpOpsRecord::from(item.ops)) in from()
379 BtSdpRecord::OppServer(ops) => bindings::bluetooth_sdp_record { in get_unsafe_record()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs386 BtSdpType::OppServer => { in from_dbus()
388 BtSdpRecord::OppServer(arg_0) in from_dbus()
429 BtSdpRecord::OppServer(ops_record) => { in to_dbus()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs293 BtSdpType::OppServer => { in from_dbus()
295 BtSdpRecord::OppServer(arg_0) in from_dbus()
336 BtSdpRecord::OppServer(ops_record) => { in to_dbus()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs2994 BtSdpRecord::OppServer(record) => record.hdr.uuid = uuid, in sdp_search()