Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/include/
Dbtif_sdp.h41 bt_status_t remove_sdp_record(int record_handle);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sdp.cc135 sizeof(btsdp_interface_t), init, deinit, search, create_sdp_record, remove_sdp_record};
Dbtif_sdp_server.cc295 bt_status_t remove_sdp_record(int record_id) { in remove_sdp_record() function
/packages/modules/Bluetooth/system/include/hardware/
Dbt_sdp.h173 bt_status_t (*remove_sdp_record)(int sdp_handle); member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dsdp.rs503 pub fn remove_sdp_record(&self, handle: i32) -> BtStatus { in remove_sdp_record() method
504 BtStatus::from(ccall!(self, remove_sdp_record, handle)) in remove_sdp_record()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_sdp.cpp476 int ret = sBluetoothSdpInterface->remove_sdp_record(record_id); in sdpRemoveSdpRecordNative()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs235 fn remove_sdp_record(&self, handle: i32) -> bool; in remove_sdp_record() method
2777 fn remove_sdp_record(&self, handle: i32) -> bool { in remove_sdp_record() method
2778 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.rs739 fn remove_sdp_record(&self, handle: i32) -> bool { in remove_sdp_record() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcommand_handler.rs2192 let success = context.adapter_dbus.as_mut().unwrap().remove_sdp_record(handle); in cmd_telephony()
Ddbus_iface.rs1006 fn remove_sdp_record(&self, handle: i32) -> bool { in remove_sdp_record() method