Commit Graph

9024 Commits

Author SHA1 Message Date
Johan Hedberg
64cb3989f7 btmgmt: Add connectable value to info output 2011-11-02 10:24:34 +02:00
Johan Hedberg
316a0cb5b0 btmgmt: Don't report on all events unless monitoring 2011-11-01 15:10:32 +02:00
Johan Hedberg
1271ea4138 btmgmt: Add find command 2011-11-01 15:05:03 +02:00
Johan Hedberg
c135b89eb2 btmgmt: Fix help formatting
The command minimum field width needs to be bigger to accommodate for
longer commands.
2011-11-01 14:49:38 +02:00
Johan Hedberg
935096843f btmgmt: Add parsing of remote_name events 2011-11-01 14:00:25 +02:00
Johan Hedberg
f053185f4e btmgmt: Add parsing of discovering events 2011-11-01 13:53:37 +02:00
Johan Hedberg
7e0e91aee3 btmgmt: Add parsing of device_found events 2011-11-01 13:52:14 +02:00
Johan Hedberg
67c3de34a1 btmgmt: Add parsing of local name changed events 2011-11-01 13:42:13 +02:00
Johan Hedberg
b2144145fa btmgmt: Add auth_failed event parsing 2011-11-01 13:34:45 +02:00
Johan Hedberg
e637d4e32b btmgmt: Add connect_failed event parsing 2011-11-01 13:33:02 +02:00
Johan Hedberg
179652b272 btmgmt: Add connected/disconnected event parsing 2011-11-01 13:29:13 +02:00
Johan Hedberg
5a1e237266 btmgmt: Add parsing of new_key events 2011-11-01 13:20:54 +02:00
Johan Hedberg
e0461b8867 btmgmt: Simplify common settings event handling 2011-11-01 13:12:22 +02:00
Johan Hedberg
92503a0983 btmgmt: Add con command 2011-11-01 13:06:12 +02:00
Johan Hedberg
5f7e3214e7 btmgmt: Add disconnect command 2011-11-01 12:53:25 +02:00
Johan Hedberg
13feb9e853 btmgmt: Add class command 2011-11-01 12:29:05 +02:00
Johan Hedberg
bb36652707 btmgmt: Give a proper error message for unknown commands 2011-11-01 12:15:35 +02:00
Johan Hedberg
3fa0ee6c16 btmgmt: Add pairable command 2011-11-01 10:53:16 +02:00
Johan Hedberg
fe718b6c57 btmgmt: Add connectable command 2011-11-01 10:52:12 +02:00
Johan Hedberg
52715cfef3 btmgmt: Add common settings change function 2011-11-01 10:49:20 +02:00
Johan Hedberg
84bf71d6c3 btmgmt: Add common settings change response callback 2011-11-01 10:45:00 +02:00
Johan Hedberg
ad08cc4c24 btmgmt: Add markers to mgmt look-up tables for easier verification 2011-11-01 10:34:11 +02:00
Santiago Carot-Nemesio
b3cf3d6d1b Remove unnecessary casting in thermometer plugin 2011-11-01 10:12:35 +02:00
Luiz Augusto von Dentz
4f89d2634b Add support for MediaPlayer.Release to simple-player 2011-10-28 15:15:53 +03:00
Luiz Augusto von Dentz
af0659ba5f Add support for MediaPlayer.Release to mpris-player 2011-10-28 15:15:50 +03:00
Luiz Augusto von Dentz
4ed6c1c2a4 Add MediaPlayer.Release method
This is similar to MediaEndpoint.Release which is useful to notify the
player that it is no longer registered/active.
2011-10-28 15:15:48 +03:00
Luiz Augusto von Dentz
e5e3c9ba9a Add rule to allow sending messages to MediaPlayer interface 2011-10-28 15:15:45 +03:00
Dmitriy Paliy
d8e4938352 Fix incorrect use of atoi in maemo6
Use of atoi is incorrect and unsafe in maemo6 telephony and replaced
by g_ascii_digit_value.
2011-10-28 14:46:41 +03:00
Daniel Wagner
f8d1636fb0 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.
2011-10-28 14:01:54 +03:00
Lucas De Marchi
26204a61eb 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.
2011-10-28 14:00:42 +03:00
Johan Hedberg
24deedd46b Add "discov" command to btmgmt 2011-10-27 22:06:04 +03:00
Johan Hedberg
767a52dfcf Add btmgmt command line parameter to specify the adapter 2011-10-27 21:59:16 +03:00
Johan Hedberg
32e9f1025b Fix exiting btmgmt when there are no adapters present 2011-10-27 21:55:57 +03:00
Johan Hedberg
38a5958740 Add more verbose logs to index list response in btmgmt 2011-10-27 17:06:26 +02:00
Johan Hedberg
7523618f39 Fix multiple read_info command sending in btmgmt 2011-10-27 17:05:56 +02:00
Johan Hedberg
e7c759d8e8 Add verbose mode switch to btmgmt 2011-10-27 16:30:29 +02:00
Johan Hedberg
8f3259169d Fix error log message issues in btmgmt 2011-10-27 16:30:16 +02:00
Johan Hedberg
b4c1daad20 Add missing response length checks to btmgmt 2011-10-27 16:27:34 +02:00
Johan Hedberg
cf0807db84 Add support for multiple mgmt commands to btmgmt 2011-10-27 16:22:15 +02:00
Johan Hedberg
07b7627cb6 Use "hciN" convention when referring to adapters in btmgmt 2011-10-27 10:47:31 +02:00
Johan Hedberg
b269e3b973 Add "power" command to btmgmt 2011-10-27 10:43:06 +02:00
Johan Hedberg
2ae1673010 Only print command status when for monitor mode in btmgmt 2011-10-27 10:42:37 +02:00
Johan Hedberg
a0befeaf41 Fix sending correct command code in btmgmt 2011-10-27 10:41:47 +02:00
Johan Hedberg
4d9b694b0e Add basic event and opcode string lookup to btmgmt 2011-10-26 23:15:39 +02:00
Johan Hedberg
a237c3a7f6 Clean up logging for btmgmt monitor mode 2011-10-26 22:50:47 +02:00
Johan Hedberg
68b5421b74 Add basic read_controller_info support to btmgmt 2011-10-26 17:51:50 +02:00
Johan Hedberg
7941078420 Add basic generic command handling to btmgmt 2011-10-26 12:01:47 +02:00
Johan Hedberg
34f0602093 Use PKG_CHECK_MODULES instead of (deprecated) AM_PATH_CHECK 2011-10-25 21:54:41 +03:00
Johan Hedberg
ec7b10ac59 Add basic event parsing to btmgmt 2011-10-25 23:33:11 +02:00
Johan Hedberg
34264e193c Add basic event handling to btmgmt 2011-10-25 17:12:01 +02:00