Home
last modified time | relevance | path

Searched refs:remove_sdp_record (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_sdp.cc53 bt_status_t remove_sdp_record(int record_handle);
148 remove_sdp_record};
Dbtif_sdp_server.cc92 bt_status_t remove_sdp_record(int record_id);
300 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
491 BtStatus::from(ccall!(self, remove_sdp_record, handle)) in remove_sdp_record()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_sdp.cpp453 int ret = sBluetoothSdpInterface->remove_sdp_record(record_id); in sdpRemoveSdpRecordNative()
/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
2708 self.sdp.as_ref().unwrap().remove_sdp_record(handle) == BtStatus::Success in remove_sdp_record()
/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/
Dcommand_handler.rs2167 let success = context.adapter_dbus.as_mut().unwrap().remove_sdp_record(handle); in cmd_telephony()
Ddbus_iface.rs995 fn remove_sdp_record(&self, handle: i32) -> bool { in remove_sdp_record() method