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 | 199     fn sdp_search(&self, device: BluetoothDevice, uuid: Uuid128Bit) -> bool;  in sdp_search()  method1135     fn sdp_search(  in sdp_search()  method
 2261     fn sdp_search(&self, device: BluetoothDevice, uuid: Uuid128Bit) -> bool {  in sdp_search()  method
 2502     fn sdp_search(  in sdp_search()  method
 
 | 
| /packages/modules/Bluetooth/system/gd/rust/linux/service/src/ | 
| D | iface_bluetooth.rs | 614     fn sdp_search(&self, device: BluetoothDevice, uuid: Uuid128Bit) -> bool {  in sdp_search()  method
 | 
| /packages/modules/Bluetooth/system/gd/rust/linux/client/src/ | 
| D | dbus_iface.rs | 850     fn sdp_search(&self, device: BluetoothDevice, uuid: Uuid128Bit) -> bool {  in sdp_search()  method
 |