Searched refs:sdp_search (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_sdp.h | 158 bt_status_t (*sdp_search)(RawAddress* bd_addr, const bluetooth::Uuid& uuid); member
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | sdp.rs | 478 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/ |
D | bluetooth.rs | 233 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/ |
D | com_android_bluetooth_sdp.cpp | 98 int ret = sBluetoothSdpInterface->sdp_search((RawAddress*)addr, uuid); in sdpSearchNative()
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 720 fn sdp_search(&self, device: BluetoothDevice, uuid: Uuid) -> bool { in sdp_search() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 1751 self.lock_context().adapter_dbus.as_ref().unwrap().sdp_search(device, uuid); in cmd_sdp()
|
D | dbus_iface.rs | 985 fn sdp_search(&self, device: BluetoothDevice, uuid: Uuid) -> bool { in sdp_search() method
|