| 604caebe |
core: Remove old handler for new settings notifications |
Marcel Holtmann |
13 years ago |
1 file, +4, -4 |
| 3a6516a7 |
core: Add support for handling new settings notifications |
Marcel Holtmann |
13 years ago |
1 file, +23, -0 |
| 8f8d3166 |
core: Remove old handler for class of device changed notifications |
Marcel Holtmann |
13 years ago |
1 file, +1, -22 |
| 6fcbcd0f |
core: Handle class of device changed notifications |
Marcel Holtmann |
13 years ago |
1 file, +20, -0 |
| 03dd5d2b |
core: Make adapter_name_changed function private |
Marcel Holtmann |
13 years ago |
2 files, +1, -2 |
| 9dc68ffa |
core: Remove old handler for local name changed notifications |
Marcel Holtmann |
13 years ago |
1 file, +1, -26 |
| 5f566681 |
core: Handle local name changed notifications |
Marcel Holtmann |
13 years ago |
1 file, +21, -0 |
| c59ae99e |
obexd: Remove the total silly usage of gchar and replace it with char |
Marcel Holtmann |
13 years ago |
10 files, +37, -37 |
| b7a44ce3 |
tools: Remove the total silly usage of gchar and replace it with char |
Marcel Holtmann |
13 years ago |
1 file, +1, -1 |
| 94f7e306 |
plugins: Remove the total silly usage of gchar and replace it with char |
Marcel Holtmann |
13 years ago |
1 file, +2, -2 |
| 42e79295 |
profiles: Remove the total silly usage of gchar and replace it with char |
Marcel Holtmann |
13 years ago |
10 files, +27, -27 |
| f07a470c |
core: Remove the total silly usage of gchar and replace it with just char |
Marcel Holtmann |
13 years ago |
10 files, +41, -41 |
| 8f021d49 |
core: Remove stupid adapter path string duplication
Duplicating the path string before calling g_dbus_unregister_interface
is silly. If this is really needed, then there is a bug in the way how
the D-Bus interface unregistration is handled.
If this causes a bug to show up, then lets fix it at the root of it and
not keep working around it. |
Marcel Holtmann |
13 years ago |
1 file, +4, -6 |
| 7605995c |
core: Reference counts are signed integers |
Marcel Holtmann |
13 years ago |
1 file, +4, -10 |
| f94eba71 |
core: Remove pointless temporary adapter path variable |
Marcel Holtmann |
13 years ago |
2 files, +4, -8 |
| d6278e41 |
core: Remove global variable for adapter base path |
Marcel Holtmann |
13 years ago |
1 file, +1, -2 |
| 83df6152 |
core: Update a few more error messages around adapter handling |
Marcel Holtmann |
13 years ago |
1 file, +6, -6 |
| 0a092655 |
core: Update error for management init failures |
Marcel Holtmann |
13 years ago |
2 files, +4, -2 |
| a4515fcc |
core: Change error prints for set device class complete callback |
Marcel Holtmann |
13 years ago |
1 file, +5, -3 |
| 3ad83f8f |
core: Remove old command complete handler for set device class |
Marcel Holtmann |
13 years ago |
1 file, +1, -14 |
| 04f15efb |
core: Remove old command complete handler for set local name |
Marcel Holtmann |
13 years ago |
1 file, +1, -30 |
| ca8c7a53 |
core: Handle result callback for setting local name |
Marcel Holtmann |
13 years ago |
1 file, +26, -2 |
| 1b9e770c |
core: Be safe and cancel all pending global commands |
Marcel Holtmann |
13 years ago |
1 file, +10, -0 |
| 474a0c94 |
core: Fix memory leaks and management error handling |
Marcel Holtmann |
13 years ago |
1 file, +45, -45 |
| 18bec3e3 |
core: Cancel all pending commands for the index on adapter removal |
Marcel Holtmann |
13 years ago |
1 file, +6, -0 |
| 029ba9b3 |
shared: Add support for canceling all management request of one index |
Marcel Holtmann |
13 years ago |
2 files, +30, -8 |
| 8a5b8c17 |
core: Unregister all handlers for the index on adapter removal |
Marcel Holtmann |
13 years ago |
1 file, +9, -0 |
| c96ff911 |
core: Separate between master mgmt and adapter mgmt references
To actually get a clean split between the global mgmt reference
and the adpater references, rename the global one to mgmt_master.
Also start using the adapter specific reference and not being lazy
with the global one. |
Marcel Holtmann |
13 years ago |
1 file, +20, -18 |
| c8c5e96c |
core: Make the mgmt struct and version/revision variables private |
Marcel Holtmann |
13 years ago |
1 file, +3, -3 |
| 41f8a6d5 |
core: Be safe and unregister index added/removed handlers |
Marcel Holtmann |
13 years ago |
1 file, +9, -0 |
| d96c9ad2 |
core: Fix calling of adapter_update_settings for powered changes |
Johan Hedberg |
13 years ago |
1 file, +0, -1 |
| 5237734e |
core: Fix up adapter ref count name and type |
Johan Hedberg |
13 years ago |
1 file, +7, -7 |
| 53b82c06 |
core: Create an adapter already in index_added/read_index_list
This patch refactors the adapter_create and adapter_register functions
so that an uninitialized adapter object can be created in
index_added/read_index_list but only registered when the read_info
response comes. |
Johan Hedberg |
13 years ago |
1 file, +80, -54 |
| c9e923fd |
Revert "tools: Update mgmt-tester to use the new mgmt_send API"
This reverts commit 21c54f9abc2d7ba74abf28fab33e4ffd3f465cc8. |
Johan Hedberg |
13 years ago |
1 file, +17, -27 |
| 6f99fb87 |
Revert "core: Add index parameter to mgmt_request_func_t callback"
This reverts commit c2c64bf32218b389c856ec0142c66b4cdfc6a689.
The extra index parameter isn't that useful after all. |
Johan Hedberg |
13 years ago |
2 files, +3, -5 |
| 010982b0 |
unit: Fix compilation issue with ignored return value
Fix this compilation warning:
unit/test-sdp.c: In function ‘send_pdu’:
unit/test-sdp.c:600:7: error: ignoring return value of ‘write’, declared
with attribute warn_unused_result [-Werror=unused-result] |
Anderson Lizardo |
13 years ago |
1 file, +3, -1 |
| a4e1fd4b |
rfkill: Fix count parameter in read
Since g_str_has_prefix() has been used with the output buffer of read
it should be nul terminated |
Jaganath Kanakkassery |
13 years ago |
1 file, +1, -1 |
| 8f498abd |
storage: Fix memory leak
If bt_uuid2string() returns NULL then svcclass has to be freed |
Jaganath Kanakkassery |
13 years ago |
1 file, +3, -1 |
| 753248f1 |
core: Use mgmt settings to track adapter state
This will help merge src/mgmt.c functionality straight into adapter.c. |
Johan Hedberg |
13 years ago |
3 files, +120, -113 |
| f88e4b8b |
core: Remove Pairable setting from adapter storage
This storage setting wasn't used anyway (all adapters would
unconditionally have pairable enabled at startup) and removing it makes
the soon to follow conversion to use mgmt settings easier. The storage
can be brought back later if necessary. |
Johan Hedberg |
13 years ago |
1 file, +0, -12 |
| af8df0a2 |
test: Update test-adapter to deal with the new Alias property |
Johan Hedberg |
13 years ago |
1 file, +10, -4 |
| 911abe2d |
core: Remove unused btd_adapter_get_major_minor function |
Johan Hedberg |
13 years ago |
2 files, +0, -10 |
| 2b7846c8 |
core: Remove unused mgmt_set_name function |
Johan Hedberg |
13 years ago |
2 files, +0, -22 |
| 3b986a89 |
core: Make mgmt_set_dev_class static to mgmt.c |
Johan Hedberg |
13 years ago |
2 files, +1, -2 |
| e2d74dc8 |
core: Remove unused mgmt_read_bdaddr function |
Johan Hedberg |
13 years ago |
2 files, +0, -17 |
| 4cae55cb |
core: Move adapter unregistration from mgmt.c to adapter.c |
Johan Hedberg |
13 years ago |
3 files, +3, -10 |
| 8ae5c861 |
core: Move adapter registration from mgmt.c to adapter.c |
Johan Hedberg |
13 years ago |
3 files, +100, -33 |
| d4358b06 |
core: Fix check for already existing adapter |
Johan Hedberg |
13 years ago |
1 file, +1, -1 |
| 18ca203a |
core: Add proper error status checks for mgmt commands in adapter.c |
Johan Hedberg |
13 years ago |
1 file, +18, -0 |
| b3a2a0a5 |
core: Add basic mgmt_read_info support to adapter.c |
Johan Hedberg |
13 years ago |
1 file, +35, -0 |