Commits

Commit Message Author Age Changes
c135b89e btmgmt: Fix help formatting The command minimum field width needs to be bigger to accommodate for longer commands. Johan Hedberg 14 years ago 1 file, +1, -1
93509684 btmgmt: Add parsing of remote_name events Johan Hedberg 14 years ago 1 file, +20, -0
f053185f btmgmt: Add parsing of discovering events Johan Hedberg 14 years ago 1 file, +1, -0
7e0e91ae btmgmt: Add parsing of device_found events Johan Hedberg 14 years ago 1 file, +22, -0
67c3de34 btmgmt: Add parsing of local name changed events Johan Hedberg 14 years ago 1 file, +17, -0
b2144145 btmgmt: Add auth_failed event parsing Johan Hedberg 14 years ago 1 file, +21, -0
e637d4e3 btmgmt: Add connect_failed event parsing Johan Hedberg 14 years ago 1 file, +22, -0
179652b2 btmgmt: Add connected/disconnected event parsing Johan Hedberg 14 years ago 1 file, +22, -0
5a1e2372 btmgmt: Add parsing of new_key events Johan Hedberg 14 years ago 1 file, +20, -0
e0461b88 btmgmt: Simplify common settings event handling Johan Hedberg 14 years ago 1 file, +6, -51
92503a09 btmgmt: Add con command Johan Hedberg 14 years ago 1 file, +42, -0
5f7e3214 btmgmt: Add disconnect command Johan Hedberg 14 years ago 1 file, +47, -0
13feb9e8 btmgmt: Add class command Johan Hedberg 14 years ago 1 file, +37, -1
bb366527 btmgmt: Give a proper error message for unknown commands Johan Hedberg 14 years ago 1 file, +6, -0
3fa0ee6c btmgmt: Add pairable command Johan Hedberg 14 years ago 1 file, +6, -0
fe718b6c btmgmt: Add connectable command Johan Hedberg 14 years ago 1 file, +6, -0
52715cfe btmgmt: Add common settings change function Johan Hedberg 14 years ago 1 file, +16, -30
84bf71d6 btmgmt: Add common settings change response callback Johan Hedberg 14 years ago 1 file, +8, -32
ad08cc4c btmgmt: Add markers to mgmt look-up tables for easier verification Johan Hedberg 14 years ago 1 file, +5, -5
b3cf3d6d Remove unnecessary casting in thermometer plugin Santiago Carot-Nemesio 14 years ago 1 file, +2, -4
4f89d263 Add support for MediaPlayer.Release to simple-player Luiz Augusto von Dentz 14 years ago 1 file, +6, -0
af0659ba Add support for MediaPlayer.Release to mpris-player Luiz Augusto von Dentz 14 years ago 1 file, +20, -0
4ed6c1c2 Add MediaPlayer.Release method This is similar to MediaEndpoint.Release which is useful to notify the player that it is no longer registered/active. Luiz Augusto von Dentz 14 years ago 2 files, +33, -1
e5e3c9ba Add rule to allow sending messages to MediaPlayer interface Luiz Augusto von Dentz 14 years ago 1 file, +1, -0
d8e49383 Fix incorrect use of atoi in maemo6 Use of atoi is incorrect and unsafe in maemo6 telephony and replaced by g_ascii_digit_value. Dmitriy Paliy 14 years ago 1 file, +4, -1
f8d1636f main: Use glib signal handler Writing anything to syslog in the signal hander is in danger to deadlock with any ongoing syslog write (syslock is taking a mutex). Fortunatly, BlueZ's signal handler doesn't do this, therefore the change isn't strickly necessary, but the same changes were done to oFono and ConnMan. So this patch streamlines BlueZ with the other projects. Daniel Wagner 14 years ago 1 file, +79, -18
26204a61 Fix check for PDU size Company ID became part of the avrcp header so its size is already accounted in the AVRCP_HEADER_LENGTH define. Lucas De Marchi 14 years ago 1 file, +1, -1
24deedd4 Add "discov" command to btmgmt Johan Hedberg 14 years ago 1 file, +49, -0
767a52df Add btmgmt command line parameter to specify the adapter Johan Hedberg 14 years ago 1 file, +23, -9
32e9f102 Fix exiting btmgmt when there are no adapters present Johan Hedberg 14 years ago 1 file, +3, -0
38a59587 Add more verbose logs to index list response in btmgmt Johan Hedberg 14 years ago 1 file, +13, -0
7523618f Fix multiple read_info command sending in btmgmt Johan Hedberg 14 years ago 1 file, +19, -17
e7c759d8 Add verbose mode switch to btmgmt Johan Hedberg 14 years ago 1 file, +6, -1
8f325916 Fix error log message issues in btmgmt Johan Hedberg 14 years ago 1 file, +7, -7
b4c1daad Add missing response length checks to btmgmt Johan Hedberg 14 years ago 1 file, +11, -0
cf0807db Add support for multiple mgmt commands to btmgmt Johan Hedberg 14 years ago 1 file, +77, -16
07b7627c Use "hciN" convention when referring to adapters in btmgmt Johan Hedberg 14 years ago 1 file, +8, -8
b269e3b9 Add "power" command to btmgmt Johan Hedberg 14 years ago 1 file, +41, -0
2ae16730 Only print command status when for monitor mode in btmgmt Johan Hedberg 14 years ago 1 file, +3, -1
a0befeaf Fix sending correct command code in btmgmt Johan Hedberg 14 years ago 1 file, +1, -1
4d9b694b Add basic event and opcode string lookup to btmgmt Johan Hedberg 14 years ago 1 file, +84, -2
a237c3a7 Clean up logging for btmgmt monitor mode Johan Hedberg 14 years ago 1 file, +10, -5
68b5421b Add basic read_controller_info support to btmgmt Johan Hedberg 14 years ago 2 files, +108, -3
79410784 Add basic generic command handling to btmgmt Johan Hedberg 14 years ago 1 file, +68, -1
ec7b10ac Add basic event parsing to btmgmt Johan Hedberg 14 years ago 1 file, +144, -1
34f06020 Use PKG_CHECK_MODULES instead of (deprecated) AM_PATH_CHECK Johan Hedberg 14 years ago 1 file, +1, -1
34264e19 Add basic event handling to btmgmt Johan Hedberg 14 years ago 1 file, +105, -0
064ede08 Add btmgmt to .gitignore Johan Hedberg 14 years ago 1 file, +1, -0
748f5402 Add skeleton for btmgmt tool Johan Hedberg 14 years ago 2 files, +32, -0
6d130cd5 Fix calling g_io_channel_shutdown twice for a gateway connection This happens in the following circumstance: bluetoothd[30869]: audio/manager.c:hf_io_cb() Authorization denied! (bluetoothd:30869): GLib-WARNING **: Invalid file descriptor. Reported by Daniel Wagner <wagi@monom.org> Luiz Augusto von Dentz 14 years ago 1 file, +0, -1
Previous Next