History log of /external/bluetooth/bluez/tools/sdptool.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
14be985aba4674bcf565a25355479d0391b73043 27-May-2010 Jaikumar Ganesh <jaikumar@google.com> Add voice dailing feature to the SDP record.

Bug: 2719204
Dr No: Eastham / Jsh

Change-Id: I03d8d6761d8b114e2cdf95ed0fab86c7cb61e469
/external/bluetooth/bluez/tools/sdptool.c
4e2dc5ade94e54ace948167da048323dffe8e73e 02-Feb-2010 Nick Pelly <npelly@google.com> Add 0xff (any object type) to sdptool OPUSH supported formats list.

This fixed an issue with sending an image from OSX. OSX would show a warning
that the bluez stack does not support this file type, but offer to send it
anyway (which works). This change to advertise support for all object types
will remove this warning.

The list of file types that can be advertised in the SDP record is very limited
anyway. It is best to list that we support all file types here, and then filter
at the OPP/OBEX connection instead.

For reference:
0x01 = vCard 2.1
0x02 = vCard 3.0
0x03 = vCal 1.0
0x04 = iCal 2.0
0x05 = vNote
0x06 = vMessage
0xFF = any type of object.
/external/bluetooth/bluez/tools/sdptool.c
d5340268a28aac78ceddd670a91de2fb75530495 04-Feb-2010 Nick Pelly <npelly@google.com> Revert "Set OPUSH SDP record supported format list to 0xff (any object type)."

This reverts commit ee7f17f2e9bc434c04fdfe5bfab84a6c48687b7a.
/external/bluetooth/bluez/tools/sdptool.c
01449feb025928a71e974c70f52f9167f4b12dc9 02-Feb-2010 Nick Pelly <npelly@google.com> Set OPUSH SDP record supported format list to 0xff (any object type).

This fixed an issue with sending an image from OSX. OSX would show a warning
that the bluez stack does not support this file type, but offer to send it
anyway (which works). This change to advertise support for all object types
will remove this warning.

The list of file types that can be advertised in the SDP record is very limited
anyway. It is best to list that we support all file types here, and then filter
at the OPP/OBEX connection instead.

For reference:
0x01 = vCard 2.1
0x02 = vCard 3.0
0x03 = vCal 1.0
0x04 = iCal 2.0
0x05 = vNote
0x06 = vMessage
0xFF = any type of object.

Change-Id: I6ca5b8f3ec463ec30b77c7a83d23e1e3cd3c39cb
/external/bluetooth/bluez/tools/sdptool.c
6aaeb2a6cbb253d2d16e19613101e5c1e172acf3 01-Sep-2009 Nick Pelly <npelly@google.com> Do not advertise Voice Recognition support in HF AG SDP record.
/external/bluetooth/bluez/tools/sdptool.c
eb2656d7222b25e2ef541b24f5d408d632c0b295 03-Aug-2009 Zhu Lan <mtcb47@motorola.com> Modify PBAP SDP record.

Fix to pass PTS case TC_SDAS_BV_03_I(since PTS3.2 update2).
The code tried to append the UINT type value to the supported
respositories. However, the wrong function sdp_seq_alloc()
was used. This function adds 2 redundant bytes (SDP_SEQ8 as
0x35, seq) ahead of 0x08, so that latest PTS IOPT will fail.
According to spec, PBAP attributes should report 0x08 0x01
or 0x08 0x03 right after 0x0314. The correct function to use
is sdp_data_alloc(), with clean 0x08 0x01 appended as
SDP_ATTR_SUPPORTED_REPOSITORIES.
/external/bluetooth/bluez/tools/sdptool.c
3b0e0384e4178f99b8c8768ec2b96e070c124cd9 23-Jun-2009 Jiafa Liu <pbx376@motorola.com> Add support for registration of a PBAP service using sdptool
/external/bluetooth/bluez/tools/sdptool.c
9c0b5859e6cc4b7a0e925fde8665990281b265d3 29-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Fix mostly every warning caused by -Wsign-compare
/external/bluetooth/bluez/tools/sdptool.c
fb333f1c88df9c50529a390297565a6627bcf7ad 01-Jan-2009 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/tools/sdptool.c
d260beb8006b94ed7b9077b36654add83e488812 21-Oct-2008 Marcel Holtmann <marcel@holtmann.org> Add PBAP UUID for simpler access
/external/bluetooth/bluez/tools/sdptool.c
efcfad7c009502b2951a2408df3a94b83934e288 20-Oct-2008 Johan Hedberg <johan.hedberg@nokia.com> Get rid of format string warnings with recent gcc versions

Recent gcc versions, like 4.3.2 from ubuntu intrepid, give warnings like
"format not a string literal and no format arguments" without this
patch.
/external/bluetooth/bluez/tools/sdptool.c
874471cdce5c6ce216d8657cc4b78ac8bc5911b5 28-Sep-2008 Marcel Holtmann <marcel@holtmann.org> Add additional record range for the iPhone
/external/bluetooth/bluez/tools/sdptool.c
1e23f60da1176e353f6914ca41c2d0e431e9a197 15-Aug-2008 Marcel Holtmann <marcel@holtmann.org> Use const char for usage text
/external/bluetooth/bluez/tools/sdptool.c
6930e84ba9858aabce5c8941a9511b593e0859d4 10-Jul-2008 Marcel Holtmann <marcel@holtmann.org> Add example record for headset audio gateway record
/external/bluetooth/bluez/tools/sdptool.c
976827b9191dd074b26dd93b02cff8d639ec8bdc 10-Jul-2008 Marcel Holtmann <marcel@holtmann.org> Use Handsfree version 0x0105 for the gateway role
/external/bluetooth/bluez/tools/sdptool.c
ee0b35445ba76b7b73badbcdefbeca4ac9d5dc77 10-Jul-2008 Marcel Holtmann <marcel@holtmann.org> Add extra attributes to the serial port record
/external/bluetooth/bluez/tools/sdptool.c
e823c15e43a6f924779e466d434c51157002d9ee 02-Feb-2008 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/tools/sdptool.c
207ed32b02954e52bd162f270db60b8e37d58442 25-Dec-2007 Marcel Holtmann <marcel@holtmann.org> Add definitions for MDP
/external/bluetooth/bluez/tools/sdptool.c
312471773c71bfc1e64d9d6e8a71e933d3b9cc98 12-Nov-2007 Marcel Holtmann <marcel@holtmann.org> Add record handle range from Apple iPhone
/external/bluetooth/bluez/tools/sdptool.c
38f7e247cfe425a3e7b01aa24784b10231998125 10-Oct-2007 Marcel Holtmann <marcel@holtmann.org> Add two more record handle ranges from Sony Ericsson headsets
/external/bluetooth/bluez/tools/sdptool.c
a46dd97e351ed0f312601cf8f0297fcbc358318e 24-Jul-2007 Marcel Holtmann <marcel@holtmann.org> Add SymcML server definition
/external/bluetooth/bluez/tools/sdptool.c
35cc0e38796c35a24bcd7949e5b478def0672207 24-Jul-2007 Marcel Holtmann <marcel@holtmann.org> Add identifier for Nokia SyncML records
/external/bluetooth/bluez/tools/sdptool.c
fcb09f4016ced43843625b197d851c90088dd418 06-Jun-2007 Claudio Takahasi <claudio.takahasi@openbossa.org> sdptool: fixed memory leak for setattr and setseq
/external/bluetooth/bluez/tools/sdptool.c
5b1649afe025b7b3f0e620fbd4c7a21b71545fe5 11-Feb-2007 Marcel Holtmann <marcel@holtmann.org> Add Wii-Mote HID service record
/external/bluetooth/bluez/tools/sdptool.c
a60dd957416d08b5f752d24b7277e885d4951fc5 21-Jan-2007 Marcel Holtmann <marcel@holtmann.org> Add UUID for Nokia FTP
/external/bluetooth/bluez/tools/sdptool.c
607695ed109340f4b7a5628420e0a8e8aee34f4e 13-Jan-2007 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/tools/sdptool.c
77d92a75f16e380ed204fb2e42eb292a16355ec9 23-Nov-2006 Marcel Holtmann <marcel@holtmann.org> Add support for XML view of service records
/external/bluetooth/bluez/tools/sdptool.c
d544342b190eabf0703218169c1248f3905b09b1 15-Oct-2006 Marcel Holtmann <marcel@holtmann.org> Add another Ricoh specific range
/external/bluetooth/bluez/tools/sdptool.c
33b2522fb2f86590aaf40dc79a6156b94d5a6980 15-Jun-2006 Marcel Holtmann <marcel@holtmann.org> Use uint16 for PSM in the HID keyboard record
/external/bluetooth/bluez/tools/sdptool.c
cb778770890a9c3e69179488f5b21becc5973e59 14-Jun-2006 Marcel Holtmann <marcel@holtmann.org> Adapt possible record range
/external/bluetooth/bluez/tools/sdptool.c
fe2fcaafb891599e82853fcf2940e79cd25e8e78 30-May-2006 Marcel Holtmann <marcel@holtmann.org> Add another Phonebook Access identifier
/external/bluetooth/bluez/tools/sdptool.c
403066f6cd6f4df68f68178acc2db0926370e95c 28-Apr-2006 Marcel Holtmann <marcel@holtmann.org> Cleanup main function declarations
/external/bluetooth/bluez/tools/sdptool.c
868eb388eacf226e1ff0fc84c7923aaa13836216 09-Mar-2006 Marcel Holtmann <marcel@holtmann.org> Add workaround for missing Apple service identifier
/external/bluetooth/bluez/tools/sdptool.c
65d1a12cfff5d53e535134dbf03eedcc02ffb589 15-Feb-2006 Marcel Holtmann <marcel@holtmann.org> Improve display of UUID-128 strings
/external/bluetooth/bluez/tools/sdptool.c
0722d48e5cd78d94fc66e27de13a726ad81d3425 08-Feb-2006 Marcel Holtmann <marcel@holtmann.org> Add service record for SEMC High Level Authentication
/external/bluetooth/bluez/tools/sdptool.c
8b25f36fba836612200a6d1022858d6f2649db72 08-Feb-2006 Marcel Holtmann <marcel@holtmann.org> Add SDP service record for HID keyboards
/external/bluetooth/bluez/tools/sdptool.c
b2dfbf8a88f83dd6293a6535a002b572c973de9b 25-Jan-2006 Marcel Holtmann <marcel@holtmann.org> Add service record for direct printing
/external/bluetooth/bluez/tools/sdptool.c
e45e2d95822026cd2fd1de52644ba5096a1d4858 21-Jan-2006 Marcel Holtmann <marcel@holtmann.org> Add HCRP service identifier
/external/bluetooth/bluez/tools/sdptool.c
6c53a6b4e4282459ec072a64d09a4c13a7feded5 21-Jan-2006 Marcel Holtmann <marcel@holtmann.org> Add service record for the ISDN profile
/external/bluetooth/bluez/tools/sdptool.c
a6a6a79950afbf7b2366718b7e209da203d173d7 21-Jan-2006 Marcel Holtmann <marcel@holtmann.org> Add UDI service records
/external/bluetooth/bluez/tools/sdptool.c
aebaa2bd80065ac380237d2f52bc675e4d1462d1 17-Jan-2006 Marcel Holtmann <marcel@holtmann.org> Add support for choosing a specific service record handle
/external/bluetooth/bluez/tools/sdptool.c
e9799abfdd2520e3adbd5c3a1d27a9e466361598 16-Jan-2006 Marcel Holtmann <marcel@holtmann.org> Add support for the Handsfree Audio Gateway service record
/external/bluetooth/bluez/tools/sdptool.c
88e399ec1d771872d9ee895875218a3d3aa2f6ec 06-Jan-2006 Marcel Holtmann <marcel@holtmann.org> Allow null-terminated strings
/external/bluetooth/bluez/tools/sdptool.c
b769dcbea87081a6e0010db03a97f163256cd372 04-Jan-2006 Marcel Holtmann <marcel@holtmann.org> Add Apple attributes and iSync records
/external/bluetooth/bluez/tools/sdptool.c
f83f040580da69b2e95ac817d308724bc35e75da 04-Jan-2006 Marcel Holtmann <marcel@holtmann.org> dd definitions for Apple Agent
/external/bluetooth/bluez/tools/sdptool.c
b27690df2da69d959a78d95483217a0a5c529cfb 03-Jan-2006 Marcel Holtmann <marcel@holtmann.org> Add UUID for Apple Macintosh Attributes
/external/bluetooth/bluez/tools/sdptool.c
a0de58e012d1d85dcbef1c52eb082ea6c8a8e9de 03-Jan-2006 Marcel Holtmann <marcel@holtmann.org> Add UUID for N-Gage games
/external/bluetooth/bluez/tools/sdptool.c
4fe03a99ce951164c711e7f2146f2bee6df44c64 03-Jan-2006 Marcel Holtmann <marcel@holtmann.org> Use %jx instead of %llx for uint64_t and int64_t
/external/bluetooth/bluez/tools/sdptool.c
f2e48c44a7e4c9ee31b8ce2e302186f6047cfeab 03-Jan-2006 Marcel Holtmann <marcel@holtmann.org> Update copyright information
/external/bluetooth/bluez/tools/sdptool.c
6ab0c763564fb55fc50f2f8ce4712fc718321635 13-Dec-2005 Marcel Holtmann <marcel@holtmann.org> Fix display of text and data strings
/external/bluetooth/bluez/tools/sdptool.c
4312264fa42014771b188da1d61c3911026390e8 09-Dec-2005 Marcel Holtmann <marcel@holtmann.org> Fix display of text strings
/external/bluetooth/bluez/tools/sdptool.c
518f2131be6bbc676121e6558f190950308958e3 29-Nov-2005 Marcel Holtmann <marcel@holtmann.org> Add support for AVRCP specific service records
/external/bluetooth/bluez/tools/sdptool.c
632a9432774ff3a0c6e556e8f32a565b38890767 30-Oct-2005 Marcel Holtmann <marcel@holtmann.org> Big cleanup of CVS relics
/external/bluetooth/bluez/tools/sdptool.c
fad20a44db8a86d6687c6c57e3f7e18a5320c95e 16-Sep-2005 Marcel Holtmann <marcel@holtmann.org> Fix wrong UUID-128 for the PalmOS id record
/external/bluetooth/bluez/tools/sdptool.c
9781497af59916008927db6089cd38f782e16261 19-Aug-2005 Marcel Holtmann <marcel@holtmann.org> Add support for HotSync and ActiveSync profiles
/external/bluetooth/bluez/tools/sdptool.c
6b4fc0af31df1b4736c2209893b2b7d8890b0ed7 07-Aug-2005 Marcel Holtmann <marcel@holtmann.org> Add support for HotSync service records
/external/bluetooth/bluez/tools/sdptool.c
326acb25fa999f4cf908a69412e9dc6f429f9d49 07-Aug-2005 Marcel Holtmann <marcel@holtmann.org> Add missing UUID translations
/external/bluetooth/bluez/tools/sdptool.c
08ecd7d64afc3493046db2e09e5e8f875571ee84 07-Aug-2005 Marcel Holtmann <marcel@holtmann.org> Add UUIDs for phonebook access profile
/external/bluetooth/bluez/tools/sdptool.c
ef05ec89bbe7f2460d64e1206799c63913c71df5 05-Aug-2005 Marcel Holtmann <marcel@holtmann.org> Use the new device specific functions
/external/bluetooth/bluez/tools/sdptool.c
1f422e5f2b343d35a8c77ce4be16f74b2819b2bf 05-Jul-2005 Marcel Holtmann <marcel@holtmann.org> Fix some GCC 4.0 warnings
/external/bluetooth/bluez/tools/sdptool.c
ef24c2a9db8b95032e4d87b730dcffdf1b9901a4 24-Jun-2005 Stephen Crane <steve.crane@rococosoft.com> fix help message
/external/bluetooth/bluez/tools/sdptool.c
e7b5f3c69c6a7303b951e7a1398c87a568a16761 06-May-2005 Marcel Holtmann <marcel@holtmann.org> Include a raw mode for showing the original record tree
/external/bluetooth/bluez/tools/sdptool.c
18cb95673231d41455528a782b168ee05f32fe2b 06-May-2005 Marcel Holtmann <marcel@holtmann.org> Add command for retrieving possible service records
/external/bluetooth/bluez/tools/sdptool.c
cc2dd8a3670f68984f324d6861a344cb68728a1a 06-May-2005 Marcel Holtmann <marcel@holtmann.org> Support searching for services with UUID-128
/external/bluetooth/bluez/tools/sdptool.c
25886ef5728f16533735b778d9fb5d1ab685768e 06-May-2005 Marcel Holtmann <marcel@holtmann.org> Add service registration for SyncML Client
/external/bluetooth/bluez/tools/sdptool.c
3f8f26bc831ca52caa7cc8ca500ae814818977a8 02-May-2005 Marcel Holtmann <marcel@holtmann.org> Add support for Toshiba SR-1 service record
/external/bluetooth/bluez/tools/sdptool.c
1487aa2f7c8a1bd0633d3f959699b1ccb1a5031c 21-Apr-2005 Marcel Holtmann <marcel@holtmann.org> Support adding of Nokia ID and PC Suite service records
/external/bluetooth/bluez/tools/sdptool.c
9f02be3e3b3d9af1e11e158c6cf386228e12d41f 07-Apr-2005 Marcel Holtmann <marcel@holtmann.org> Add support to browse various UUIDs
/external/bluetooth/bluez/tools/sdptool.c
b0f097c96eed5c5227973a48d8ad30bb5c18703e 05-Apr-2005 Marcel Holtmann <marcel@holtmann.org> Add support for browsing the L2CAP group
/external/bluetooth/bluez/tools/sdptool.c
44b78feaa5e08e10d3d61404cc8ce8de416f70c3 28-Mar-2005 Marcel Holtmann <marcel@holtmann.org> Add support registering PANU service record
/external/bluetooth/bluez/tools/sdptool.c
210da6834b4b6f219b0331cddacdd6e915dbb8fe 09-Mar-2005 Marcel Holtmann <marcel@holtmann.org> Add language attributes
/external/bluetooth/bluez/tools/sdptool.c
4eaf4a6acc09c87c010f31b169dac5a7b99cc1c6 28-Feb-2005 Marcel Holtmann <marcel@holtmann.org> Call it SIM Access
/external/bluetooth/bluez/tools/sdptool.c
d05333281217cd6623de9cc27b90448d7fd5d81a 28-Feb-2005 Stephen Crane <steve.crane@rococosoft.com> free protocol descriptor list properly
/external/bluetooth/bluez/tools/sdptool.c
19812023eacc4a912db4adb92c040a02a50cdff7 10-Dec-2004 Marcel Holtmann <marcel@holtmann.org> Also translate UUID-32 to string
/external/bluetooth/bluez/tools/sdptool.c
a4a063c607c0d2693f253af261b6d8a0bf221f9c 07-Dec-2004 Marcel Holtmann <marcel@holtmann.org> Add support for HID attribute descriptions
/external/bluetooth/bluez/tools/sdptool.c
428d9f067ce8cab50c95943d18ab19eedda1c672 07-Dec-2004 Marcel Holtmann <marcel@holtmann.org> Add support for Device ID
/external/bluetooth/bluez/tools/sdptool.c
b85cf3e041b3972ed220af85c0152efdc9fe19f3 07-Dec-2004 Marcel Holtmann <marcel@holtmann.org> Whitespace cleanup
/external/bluetooth/bluez/tools/sdptool.c
c75b3f2fae502b565565bcb94a4fab9dd889646a 04-Dec-2004 Marcel Holtmann <marcel@holtmann.org> Use --device and make more functions static
/external/bluetooth/bluez/tools/sdptool.c
2ec32295cb3b5f8b1cf140a8913d1e75dd8a6db5 29-Nov-2004 Marcel Holtmann <marcel@holtmann.org> Update UUID translation for WAP
/external/bluetooth/bluez/tools/sdptool.c
9e05169423054722af54ca7e93261c2c8c694e3d 26-Oct-2004 Marcel Holtmann <marcel@holtmann.org> Add more audio/video profile translations
/external/bluetooth/bluez/tools/sdptool.c
1dd606979d87e4d725df282fdb00669fb8a76d1a 13-Oct-2004 Marcel Holtmann <marcel@holtmann.org> Add support for SIM Access Profile
/external/bluetooth/bluez/tools/sdptool.c
6153da844acccec9519301e3e15743643c096e09 01-Oct-2004 Marcel Holtmann <marcel@holtmann.org> Fix class display and some compile warnings for 64 bit userland
/external/bluetooth/bluez/tools/sdptool.c
ee253a9633d29120dcc2e3be4265240ae538a072 13-Jul-2004 Marcel Holtmann <marcel@holtmann.org> Add Jean to the copyright statement
/external/bluetooth/bluez/tools/sdptool.c
2650bf7cbc4b7e0121a9995cd056b8debf3bc424 10-Jun-2004 Marcel Holtmann <marcel@holtmann.org> Add support for audio source and audio sink
/external/bluetooth/bluez/tools/sdptool.c
b66d3f9b2cb8934a0eb7ac07f347001984488ac6 28-Apr-2004 Marcel Holtmann <marcel@holtmann.org> Unify copyright and license information
/external/bluetooth/bluez/tools/sdptool.c
1d3715db11f573060cb02a2b7b7c44f06607d337 03-Apr-2004 Marcel Holtmann <marcel@holtmann.org> Update BlueZ library configuration
/external/bluetooth/bluez/tools/sdptool.c
a16293f34e175408334275267776142408032d45 01-Apr-2004 Marcel Holtmann <marcel@holtmann.org> Display string as hex bytes if it is longer than strlen()
/external/bluetooth/bluez/tools/sdptool.c
280cca9f112cbc2f86a9b7653a2ad003769e4fcb 31-Mar-2004 Marcel Holtmann <marcel@holtmann.org> Add sdptool utility
/external/bluetooth/bluez/tools/sdptool.c