Home
last modified time | relevance | path

Searched defs:remove_sdp_record (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_sdp_server.cc300 bt_status_t remove_sdp_record(int record_id) { in remove_sdp_record() function
/packages/modules/Bluetooth/system/include/hardware/
Dbt_sdp.h177 bt_status_t (*remove_sdp_record)(int sdp_handle); member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs490 pub fn remove_sdp_record(&self, handle: i32) -> BtStatus { in remove_sdp_record() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs239 fn remove_sdp_record(&self, handle: i32) -> bool; in remove_sdp_record() method
2707 fn remove_sdp_record(&self, handle: i32) -> bool { in remove_sdp_record() method
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs730 fn remove_sdp_record(&self, handle: i32) -> bool { in remove_sdp_record() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs995 fn remove_sdp_record(&self, handle: i32) -> bool { in remove_sdp_record() method