From: Marcel Holtmann <marcel@holtmann.org>
To: BlueZ users <bluez-users@lists.sourceforge.net>
Subject: Re: [Bluez-users] PM325 by LG cell phone
Date: Sat, 03 Jun 2006 21:17:43 +0200 [thread overview]
Message-ID: <1149362263.1977.4.camel@localhost> (raw)
In-Reply-To: <549053140606021732w4263c5c2g93efa4cdf9a7614d@mail.gmail.com>
Hi Carl,
> I am trying to figure out what I can do with my new cell phone and .
> Here is what I have so far:
>
> carl@asus17:/etc/bluetooth$ sudo lshw
> product: M6VA
> vendor: ASUSTeK Computer Inc.
>
>
> carl@asus17 :/etc/bluetooth$ lsusb
> Bus 003 Device 002: ID 044e:3001 Alps Electric Co., Ltd UGTZ4
> Bluetooth
>
> carl@asus17:~$ hciconfig
> hci0: Type: USB
> BD Address: 00:02:C7:97:22:6C ACL MTU: 192:8 SCO MTU: 64:8
> UP RUNNING PSCAN ISCAN
> RX bytes:10657 acl:36 sco:0 events:236 errors:0
> TX bytes:2218 acl:36 sco:0 commands:106 errors:0
>
> carl@asus17:~$ sudo hcitool scan
> Scanning ...
> 08:00:37:03:EF:36 PM325 by LG
>
> carl@asus17:~$ sudo hcitool info 08:00:37:03:EF:36
> Password:
> Requesting information ...
> BD Address: 08:00:37:03:EF:36
> LMP Version: 1.2 (0x2) LMP Subversion: 0xdb0
> Manufacturer: Texas Instruments Inc. (13)
> Features: 0xff 0xff 0x2d 0xf8 0x1b 0x18 0x00 0x80
> <3-slot packets> <5-slot packets> <encryption> <slot
> offset>
> <timing accuracy> <role switch> <hold mode> <sniff
> mode>
> <park state> <RSSI> <channel quality> <SCO link> <HV2
> packets>
> <HV3 packets> <u-law log> <A-law log> <CVSD> <power
> control>
> <transparent SCO> <enhanced iscan> <interlaced iscan>
> <interlaced pscan> <inquiry with RSSI> <extended SCO>
> <EV4 packets> <EV5 packets> <AFH cap. slave>
> <AFH class. slave> <AFH cap. master> <AFH class.
> master>
> <extended features>
>
> carl@asus17:~$ sdptool browse 08:00:37:03:EF:36
> Browsing 08:00:37:03:EF:36 ...
> Service Name: WBTEXT
> Service RecHandle: 0x10000
> Service Class ID List:
> "Error: This is UUID-128" (0xdb1d8f12-95f3-402c-9b97-bc504c9a55c4)
> Protocol Descriptor List:
> "L2CAP" (0x0100)
> "RFCOMM" (0x0003)
> Channel: 1
> Language Base Attr List:
> code_ISO639: 0x656e
> encoding: 0x6a
> base_offset: 0x100
> Profile Descriptor List:
> "Error: This is UUID-128" (0x1cdb1d8f-1295-f340-2c9b-97bc504c9a55)
> Version: 0x0100
>
> Service Name: LG LX325 Headset AG Service
> Service RecHandle: 0x10001
> Service Class ID List:
> "Headset Audio Gateway" (0x1112)
> "Generic Audio" (0x1203)
> Protocol Descriptor List:
> "L2CAP" (0x0100)
> "RFCOMM" (0x0003)
> Channel: 2
> Profile Descriptor List:
> "Headset" (0x1108)
> Version: 0x0100
>
> Service Name: LG LX325 Hands-Free AG Service
> Service RecHandle: 0x10002
> Service Class ID List:
> "Handfree Audio Gateway" (0x111f)
> "Generic Audio" (0x1203)
> Protocol Descriptor List:
> "L2CAP" (0x0100)
> "RFCOMM" (0x0003)
> Channel: 3
> Profile Descriptor List:
> "Handsfree" (0x111e)
> Version: 0x0100
>
> Service Name: Dialup Networking
> Service RecHandle: 0x10003
> Service Class ID List:
> "Dialup Networking" (0x1103)
> Protocol Descriptor List:
> "L2CAP" (0x0100)
> "RFCOMM" (0x0003)
> Channel: 4
> Profile Descriptor List:
> "Dialup Networking" (0x1103)
> Version: 0x0100
>
> I am not sure what to do next. looks like audio and dun are the only
> profiles the phone supports, so DUN seems like a good place to start.
with DUN you can use your mobile phone to dialup to the Internet. It
makes you phone look like a modem. The audio profiles allow you to
connect a headset to your phone.
The WBTEXT service is some LG specific one and I actually like to know
what you can do with it, but this might be used by LG phones and
software only. However you might try "sdptool records --raw <bdaddr>"
and see if you find some more records.
Regards
Marcel
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users
next prev parent reply other threads:[~2006-06-03 19:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-03 0:32 [Bluez-users] PM325 by LG cell phone Carl Karsten
2006-06-03 19:17 ` Marcel Holtmann [this message]
2006-06-03 20:39 ` Carl Karsten
2006-06-03 21:50 ` Marcel Holtmann
2006-06-06 7:15 ` Carl Karsten
2006-06-08 7:13 ` Marcel Holtmann
2006-06-08 8:05 ` Carl K
2006-06-08 10:57 ` Marcel Holtmann
2006-06-06 7:08 ` Carl Karsten
-- strict thread matches above, loose matches on Subject: below --
2006-06-08 7:14 Carl K
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1149362263.1977.4.camel@localhost \
--to=marcel@holtmann.org \
--cc=bluez-users@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox