| 5b04fdb8 |
core: Rename adapter_init() to adapter_setup() |
Johan Hedberg |
13 years ago |
3 files, +3, -3 |
| 1f6d1c12 |
core: Remove unneeded manager_init() |
Johan Hedberg |
13 years ago |
3 files, +6, -18 |
| 6186d0a8 |
tools: Use connectable and powered setup stages for discoverable tests |
Marcel Holtmann |
13 years ago |
1 file, +62, -1 |
| b6b65b9b |
tools: Fix tests for discoverable management commands |
Marcel Holtmann |
13 years ago |
1 file, +65, -20 |
| 321e8db5 |
tools: Add first set of discoverable management commands |
Marcel Holtmann |
13 years ago |
1 file, +54, -0 |
| 5e1d9e0a |
tools: Use second management channel to monitor events |
Marcel Holtmann |
13 years ago |
1 file, +36, -4 |
| ef70bbd1 |
tools: Add support for checking return value of commands |
Marcel Holtmann |
13 years ago |
1 file, +22, -0 |
| 6fd13242 |
tools: Add a few more extra invalid parameters tests |
Marcel Holtmann |
13 years ago |
1 file, +33, -0 |
| f4cad793 |
tools: Add testing for powered, connectable and pairable commands |
Marcel Holtmann |
13 years ago |
1 file, +178, -9 |
| 55dcb118 |
unit: Use separate context for each D-Bus test case |
Marcel Holtmann |
13 years ago |
1 file, +79, -34 |
| 482fcc35 |
gdbus: Hold client reference during get name owner reply |
Marcel Holtmann |
13 years ago |
1 file, +4, -0 |
| 6a8cb20e |
obexd: Fix crash while removing session
Crash occurs when removing a session with RemoveSession while another
session has been created but not yet registered.
Backtrace:
0 __strcmp_ssse3 () at ../sysdeps/i386/i686/multiarch/strcmp-ssse3.S:233
1 0xb758e7c3 in g_str_equal () from /lib/i386-linux-gnu/libglib-2.0.so.0
2 0x08073e56 in find_session (path=0x85c8504 "/org/bluez/obex/session0") at obexd/client/manager.c:146
3 remove_session (connection=0x85bc5e0, message=0x85bca98, user_data=0x0) at obexd/client/manager.c:216
4 0x08055f6f in process_message (connection=0x85bc5e0, message=<optimized out>, iface_user_data=0x0,
method=<optimized out>, method=<optimized out>) at gdbus/object.c:285
5 0xb7672666 in ?? () from /lib/i386-linux-gnu/libdbus-1.so.3
6 0xb76624d7 in dbus_connection_dispatch () from /lib/i386-linux-gnu/libdbus-1.so.3
7 0x080532f8 in message_dispatch (data=0x85bc5e0) at gdbus/mainloop.c:76
8 0xb759f6bf in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
9 0xb759e9e3 in g_main_context_dispatch () from /lib/i386-linux-gnu/libglib-2.0.so.0
10 0xb759ed80 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
11 0xb759f1db in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
12 0x08052d74 in main (argc=1, argv=0xbfb344e4) at obexd/src/main.c:323 |
Marcin Zawiejski |
13 years ago |
1 file, +16, -3 |
| 53dc8fa9 |
core: Add a few more debug statements to adapter handling |
Marcel Holtmann |
13 years ago |
2 files, +16, -0 |
| 8ca31905 |
shared: Add missing include for standard integers |
Marcel Holtmann |
13 years ago |
1 file, +1, -0 |
| 8309404e |
tools: Add first GAP test for adapter setup |
Marcel Holtmann |
13 years ago |
2 files, +81, -94 |
| b8296ad2 |
tools: Move HCI emulation to shared source area |
Marcel Holtmann |
13 years ago |
7 files, +385, -387 |
| 7b48adc0 |
tools: Add initial set of basic management interface tests |
Marcel Holtmann |
13 years ago |
2 files, +365, -1 |
| 390cf7f8 |
tools: Add post command hook support to HCI emulation |
Marcel Holtmann |
13 years ago |
2 files, +57, -5 |
| 41a61de7 |
shared: Add user data support to tester framework |
Marcel Holtmann |
13 years ago |
2 files, +37, -11 |
| 4794384f |
shared: Measure execution time for tester framework |
Marcel Holtmann |
13 years ago |
1 file, +30, -9 |
| c18b3db8 |
tools: Add skeleton for management interface tester |
Marcel Holtmann |
13 years ago |
3 files, +50, -1 |
| b0c402bc |
shared: Add support for tester framework |
Marcel Holtmann |
13 years ago |
2 files, +752, -0 |
| 3fe68046 |
emulator: Add stubs for command complete and command status events |
Marcel Holtmann |
13 years ago |
1 file, +11, -1 |
| 4862dcf1 |
shared: Handle reentrant mangement interface cleanup from notifications |
Marcel Holtmann |
13 years ago |
2 files, +70, -17 |
| b8139f4c |
shared: Fix file descriptor handling for management interface |
Marcel Holtmann |
13 years ago |
1 file, +9, -9 |
| d3c692dc |
iap: Replace whitespaces with a single tab |
Marcel Holtmann |
13 years ago |
1 file, +1, -1 |
| aed99d1e |
shared: Add support for management interface handling |
Marcel Holtmann |
13 years ago |
2 files, +667, -0 |
| dc9cf432 |
shared: Add generic debug string helper |
Marcel Holtmann |
13 years ago |
2 files, +21, -0 |
| e206ea0c |
shared: Add generic hexdump helper |
Marcel Holtmann |
13 years ago |
2 files, +100, -0 |
| 224473bc |
lib: Avoid using HCI_MAX_NAME_LENGTH in management header |
Marcel Holtmann |
13 years ago |
1 file, +1, -1 |
| e4194a37 |
core: If system name is not set, use system config name |
Marcel Holtmann |
13 years ago |
1 file, +4, -1 |
| a316f282 |
core: Don't trigger an alias property change when no name is set |
Marcel Holtmann |
13 years ago |
1 file, +0, -3 |
| 4da95d6a |
core: Prefer adapter alias over system name on power up |
Marcel Holtmann |
13 years ago |
1 file, +3, -0 |
| cad8f50c |
monitor: Add decoding for minor class for computer major class |
Marcel Holtmann |
13 years ago |
1 file, +40, -2 |
| ecc2b55c |
monitor: Remove extra semicolon |
Marcel Holtmann |
13 years ago |
1 file, +1, -1 |
| ed64d7d6 |
monitor: Add detailed decode for class of device value |
Marcel Holtmann |
13 years ago |
1 file, +83, -0 |
| 3522f7b5 |
monitor: Print well known inquiry access codes as strings |
Marcel Holtmann |
13 years ago |
1 file, +15, -1 |
| 756743f2 |
sap: Don't print error if experimental interface fails to register |
Marcel Holtmann |
13 years ago |
1 file, +0, -3 |
| b0c4636e |
sap: Enable SIM Access test interface as experimental |
Marcel Holtmann |
13 years ago |
1 file, +4, -4 |
| 835af972 |
AVRCP: Fix not checking for media_player_controller_create
Now that the MediaPlayer1 interface is experimental the interface
registration may fail which return NULL, in that case there is no
point on register to any notifications. |
Luiz Augusto von Dentz |
13 years ago |
1 file, +5, -2 |
| 9961e0fb |
player: Enable MediaPlayer1 interface as experimental
This enable MediaPlayer1 when GDBUS_EXPERIMENTAL=1 |
Luiz Augusto von Dentz |
13 years ago |
1 file, +16, -12 |
| fa69241e |
media: Enable RegisterPlayer and UnregisterPlayer methods as experimental |
Luiz Augusto von Dentz |
13 years ago |
1 file, +2, -8 |
| 46dba038 |
core: Add command line switch for enabling experimental interfaces
This enable passing --experimental/-E to enable experimental interfaces |
Luiz Augusto von Dentz |
13 years ago |
1 file, +9, -0 |
| 68ff1335 |
gdbus: Call check_signals when sending signals with g_dbus_send_message
If message passed to g_dbus_send_message is a signal verify if it is a
valid and there really exists an interface with respective signal name. |
Luiz Augusto von Dentz |
13 years ago |
1 file, +9, -0 |
| 5ad2dcf2 |
gdbus: Check if the interface being registered is valid
This prevent registering interfaces that are empty or have all members
marked as experiemental. |
Luiz Augusto von Dentz |
13 years ago |
1 file, +36, -6 |
| b5627796 |
gdbus: Introduce G_DBUS_PROPERTY_FLAG_EXPERIMENTAL
This flag can be used to mark properties as experimental, marked
properties are disabled by default and can be enabled by setting
G_DBUS_FLAG_ENABLE_EXPERIMENTAL using g_dbus_set_flags. |
Luiz Augusto von Dentz |
13 years ago |
2 files, +33, -18 |
| f0b37f1b |
gdbus: Introduce G_DBUS_SIGNAL_FLAG_EXPERIMENTAL
This flag can be used to mark signals as experimental, marked
signals are disabled by default and can be enabled by setting
G_DBUS_FLAG_ENABLE_EXPERIMENTAL using g_dbus_set_flags. |
Luiz Augusto von Dentz |
13 years ago |
2 files, +23, -4 |
| 33e12e28 |
gdbus: Introduce G_DBUS_METHOD_FLAG_EXPERIMENTAL
This flag can be used to mark methods as experimental, marked
methods are disable by default and can be enabled by setting
G_DBUS_FLAG_ENABLE_EXPERIMENTAL using g_dbus_set_flags. |
Luiz Augusto von Dentz |
13 years ago |
2 files, +45, -3 |
| e2f450c0 |
core: Add more debugs for name and class of device updates |
Marcel Holtmann |
13 years ago |
1 file, +6, -0 |
| 71a51992 |
core: Fix class of device value from static configuration |
Marcel Holtmann |
13 years ago |
1 file, +5, -1 |