Searched refs:remove_sdp_record (Results 1 – 9 of 9) sorted by relevance
53 bt_status_t remove_sdp_record(int record_handle);148 remove_sdp_record};
92 bt_status_t remove_sdp_record(int record_id);300 bt_status_t remove_sdp_record(int record_id) { in remove_sdp_record() function
177 bt_status_t (*remove_sdp_record)(int sdp_handle); member
490 pub fn remove_sdp_record(&self, handle: i32) -> BtStatus { in remove_sdp_record() method491 BtStatus::from(ccall!(self, remove_sdp_record, handle)) in remove_sdp_record()
453 int ret = sBluetoothSdpInterface->remove_sdp_record(record_id); in sdpRemoveSdpRecordNative()
239 fn remove_sdp_record(&self, handle: i32) -> bool; in remove_sdp_record() method2707 fn remove_sdp_record(&self, handle: i32) -> bool { in remove_sdp_record() method2708 self.sdp.as_ref().unwrap().remove_sdp_record(handle) == BtStatus::Success in remove_sdp_record()
730 fn remove_sdp_record(&self, handle: i32) -> bool { in remove_sdp_record() method
2167 let success = context.adapter_dbus.as_mut().unwrap().remove_sdp_record(handle); in cmd_telephony()
995 fn remove_sdp_record(&self, handle: i32) -> bool { in remove_sdp_record() method