Wie war das nochmal mit dem Empfangen von Daten über bluetooth ?

Atomara

Atomara

Debrandeter User
Hi@all

Ich habe besitze ein T280i von Sony Erricson und einen i.Tech Dynamic Limited Bluetooth Dongle.

Soweit bin ich bisher gekommen:

hciscan spuckt das Mobiltelefon aus

BSOD:/etc/bluetooth# hcitool scan
Scanning ...
00:1F:E4:BF:BB:24 T280i

sdptool gibt folgende Services aus:

Code:
BSOD:/home/cipher# sdptool browse 00:1F:E4:BF:BB:24
Browsing 00:1F:E4:BF:BB:24 ...
Service Name: Voice gateway
Service RecHandle: 0x10000
Service Class ID List:
  "Handsfree Audio Gateway" (0x111f)
  "Generic Audio" (0x1203)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 1
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100
Profile Descriptor List:
  "Handsfree" (0x111e)
    Version: 0x0105

Service Name: Voice gateway
Service RecHandle: 0x10001
Service Class ID List:
  "Headset Audio Gateway" (0x1112)
  "Generic Audio" (0x1203)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 2
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100

Service Name: Native Bluetooth OPP Server
Service RecHandle: 0x10002
Service Class ID List:
  "OBEX Object Push" (0x1105)
Protocol Descriptor List:
  "L2CAP" (0x0100)
  "RFCOMM" (0x0003)
    Channel: 3
  "OBEX" (0x0008)
Language Base Attr List:
  code_ISO639: 0x656e
  encoding:    0x6a
  base_offset: 0x100


Soweit so gut aber wie geht es nun weiter ? ich weiß noch dass ich das alles damals mit KdeBluetooth gelöst habe ,da ich allerdings kein Kde mehr benutze(auf xfce gewechselt) fällt das natürlich flach.

Um nochmal mein Problem zu erläutern:

Ich habe auf meinem Handys Fotos geschossen die ich nun gerne über Bluetooth übertragen würde ,offensichtlich hat das Gerät keinen Obex-Ftp-Dienst laufen ,daher muss ich die Fotos pushen, leider kann ich meinen Pc in der Gerätesuche nicht finden.


Ich habe bei dr.Google leider gar keinen Überblick weil die Information zum Großteil veraltet ist ,ich bin mir aber sicher dass es jemand in diesem Forum gibt der sich damit auskennt.


Anmerkung: Datein auf das Telefon versenden klappt natürlich einwandfrei


BTW: hier ist meine "main.conf"

meine main.conf
Code:
[General]

# List of plugins that should not be loaded on bluetoothd startup
#DisablePlugins = network,input

# Default adaper name
# %h - substituted for hostname
# %d - substituted for adapter id
Name = %h-%d

# Default device class. Only the major and minor device class bits are
# considered.
#Class = 0x000100
#Mobile Phone needs this
class 0x100100


# How long to stay in discoverable mode before going back to non-discoverable
# The value is in seconds. Default is 180, i.e. 3 minutes.
# 0 = disable timer, i.e. stay discoverable forever
DiscoverableTimeout = 0

# How long to stay in pairable mode before going back to non-discoverable
# The value is in seconds. Default is 0.
# 0 = disable timer, i.e. stay pairable forever
PairableTimeout = 0

# Use some other page timeout than the controller default one
# which is 16384 (10 seconds).
PageTimeout = 8192

# Discover scheduler interval used in Adapter.DiscoverDevices
# The value is in seconds. Defaults is 0 to use controller scheduler.
DiscoverSchedulerInterval = 0

# What value should be assumed for the adapter Powered property when
# SetProperty(Powered, ...) hasn't been called yet. Defaults to true
InitiallyPowered = true

# Remember the previously stored Powered state when initializing adapters
RememberPowered = true

# Use vendor, product and version information for DID profile support.
# The values are separated by ":" and VID, PID and version.
#DeviceID = 1234:5678:abcd

# Do reverse service discovery for previously unknown devices that connect to
# us. This option is really only needed for qualification since the BITE tester
# doesn't like us doing reverse SDP for some test cases (though there could in
# theory be other useful purposes for this too). Defaults to true.
ReverseServiceDiscovery = true

# Enable name resolving after inquiry. Set it to 'false' if you don't need
# remote devices name and want shorter discovery cycle. Defaults to 'true'.
NameResolving = true
 
Zuletzt bearbeitet:

Ähnliche Themen

Nginx als Reverse Proxy für Nextcloud und Emby

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

Samba 4 Gast Zugang unter Ubuntu funktioniert nicht

Debian Gateway

Akonadi startet nicht mehr

Zurück
Oben