Searched refs:Sdp (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/test/headless/sdp/ |
D | sdp.h | 26 class Sdp : public HeadlessTest<int> { 28 Sdp(const bluetooth::test::headless::GetOpt& options) in Sdp() function
|
D | sdp.cc | 95 int bluetooth::test::headless::Sdp::Run() { in Run()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | sdp.rs | 439 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/ |
D | main.cc | 118 "sdp", std::make_unique<bluetooth::test::headless::Sdp>(options)); in Main()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | lib.rs | 93 Sdp(SdpCallbacks), enumerator 345 Message::Sdp(s) => { in dispatch()
|
D | bluetooth.rs | 18 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/ |
D | informational.rs | 397 Sdp, enumerator 411 ProfileType::Sdp => "SDP", in fmt() 420 1 => Some(ProfileType::Sdp), in from_psm()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 884 Sdp, enumerator 900 SupportedProfiles::Sdp => "sdp", in from()
|