Home
last modified time | relevance | path

Searched refs:sdp_search (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbt_sdp.h158 bt_status_t (*sdp_search)(RawAddress* bd_addr, const bluetooth::Uuid& uuid); member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs478 pub fn sdp_search(&self, address: &mut RawAddress, uuid: &Uuid) -> BtStatus { in sdp_search() method
480 BtStatus::from(ccall!(self, sdp_search, addr_ptr.into(), uuid)) in sdp_search()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs233 fn sdp_search(&self, device: BluetoothDevice, uuid: Uuid) -> bool; in sdp_search() method
1527 fn sdp_search( in sdp_search() method
2685 fn sdp_search(&self, mut device: BluetoothDevice, uuid: Uuid) -> bool { in sdp_search() method
2687 return sdp.sdp_search(&mut device.address, &uuid) == BtStatus::Success; in sdp_search()
3019 fn sdp_search( in sdp_search() method
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_sdp.cpp98 int ret = sBluetoothSdpInterface->sdp_search((RawAddress*)addr, uuid); in sdpSearchNative()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs720 fn sdp_search(&self, device: BluetoothDevice, uuid: Uuid) -> bool { in sdp_search() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs1751 self.lock_context().adapter_dbus.as_ref().unwrap().sdp_search(device, uuid); in cmd_sdp()
Ddbus_iface.rs985 fn sdp_search(&self, device: BluetoothDevice, uuid: Uuid) -> bool { in sdp_search() method