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