Home
last modified time | relevance | path

Searched refs:Sdp (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/test/headless/sdp/
Dsdp.h26 class Sdp : public HeadlessTest<int> {
28 Sdp(const bluetooth::test::headless::GetOpt& options) in Sdp() function
Dsdp.cc95 int bluetooth::test::headless::Sdp::Run() { in Run()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs439 pub struct Sdp { struct
445 impl Sdp { implementation
446 pub fn new(intf: &BluetoothInterface) -> Sdp { in new() argument
447 let r = intf.get_profile_interface(SupportedProfiles::Sdp); in new()
448 Sdp { in new()
/packages/modules/Bluetooth/system/test/headless/
Dmain.cc118 "sdp", std::make_unique<bluetooth::test::headless::Sdp>(options)); in Main()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs93 Sdp(SdpCallbacks), enumerator
345 Message::Sdp(s) => { in dispatch()
Dbluetooth.rs18 profiles::sdp::{BtSdpRecord, Sdp, SdpCallbacks, SdpCallbacksDispatcher},
614 sdp: Option<Sdp>,
844 self.sdp = Some(Sdp::new(&self.intf.lock().unwrap())); in init_profiles()
849 let _ = txl.send(Message::Sdp(cb)).await; in init_profiles()
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs397 Sdp, enumerator
411 ProfileType::Sdp => "SDP", in fmt()
420 1 => Some(ProfileType::Sdp), in from_psm()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs884 Sdp, enumerator
900 SupportedProfiles::Sdp => "sdp", in from()