Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_sdp_server.cc298 bt_status_t remove_sdp_record(int record_id) { in remove_sdp_record() function
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_sdp.h173 bt_status_t (*remove_sdp_record)(int sdp_handle); member
/aosp_15_r20/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
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs239 fn remove_sdp_record(&self, handle: i32) -> bool; in remove_sdp_record() method
2733 fn remove_sdp_record(&self, handle: i32) -> bool { in remove_sdp_record() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs735 fn remove_sdp_record(&self, handle: i32) -> bool { in remove_sdp_record() method
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs1003 fn remove_sdp_record(&self, handle: i32) -> bool { in remove_sdp_record() method