Home
last modified time | relevance | path

Searched defs:sdp_search (Results 1 – 5 of 5) 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
/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
3019 fn sdp_search( in sdp_search() method
/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/
Ddbus_iface.rs985 fn sdp_search(&self, device: BluetoothDevice, uuid: Uuid) -> bool { in sdp_search() method