Searched refs:remove_sdp_record (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_sdp.h | 41 bt_status_t remove_sdp_record(int record_handle);
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_sdp.cc | 135 sizeof(btsdp_interface_t), init, deinit, search, create_sdp_record, remove_sdp_record};
|
D | btif_sdp_server.cc | 295 bt_status_t remove_sdp_record(int record_id) { in remove_sdp_record() function
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_sdp.h | 173 bt_status_t (*remove_sdp_record)(int sdp_handle); member
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | sdp.rs | 503 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/ |
D | com_android_bluetooth_sdp.cpp | 476 int ret = sBluetoothSdpInterface->remove_sdp_record(record_id); in sdpRemoveSdpRecordNative()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 235 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/ |
D | iface_bluetooth.rs | 739 fn remove_sdp_record(&self, handle: i32) -> bool { in remove_sdp_record() method
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 2192 let success = context.adapter_dbus.as_mut().unwrap().remove_sdp_record(handle); in cmd_telephony()
|
D | dbus_iface.rs | 1006 fn remove_sdp_record(&self, handle: i32) -> bool { in remove_sdp_record() method
|