Commits

Commit Message Author Age Changes
365a5975 core: Fix being able to register the same custom property multiple times btd_profile_add_custom_prop should check if the a property with the same name already exists, in addition to that btd_profile_add_custom_prop now returns a boolean indicating the success or failure of the operation. Luiz Augusto von Dentz 13 years ago 2 files, +32, -15
f493c77f core: Fix btd_profile_remove_custom_prop crash In addition add a boolean return to indicate sucess/failure of the operation. Luiz Augusto von Dentz 13 years ago 2 files, +5, -2
13dd8c94 media: Remove custom property when last endpoint is removed When the last endpoint for a given UUID is removed the code should also remove the custom property. Luiz Augusto von Dentz 13 years ago 1 file, +31, -26
0d048414 core: Add btd_profile_remove_custom_prop function btd_profile_remove_custom_prop should be used when the user_data passed to btd_profile_add_custom_prop is invalidated/destroyed. Luiz Augusto von Dentz 13 years ago 2 files, +19, -0
405afea4 obexd: Add Session property to Transfer interface This property indicates the session object path. Luiz Augusto von Dentz 13 years ago 3 files, +23, -3
432dffc3 obexd: Remove unused code obc_transfer_append_dbus_properties as the code now uses g_dbus_get_properties to append transfer properties. Luiz Augusto von Dentz 13 years ago 1 file, +0, -15
276fb907 TODO: Remove BlueZ 5 section as all items are already completed Johan Hedberg 13 years ago 1 file, +0, -80
15ae13d5 adapter: Fix setting discoverable mode from settings Discoverable mode was not set to correct value read from settings. Szymon Janc 13 years ago 1 file, +1, -1
3becb605 obexd-api: Fix use gboolean intead of boolean Luiz Augusto von Dentz 13 years ago 1 file, +1, -1
529c8047 obexd-api: Add possible errors Add missing errors to method calls Luiz Augusto von Dentz 13 years ago 1 file, +88, -0
da068075 obexd: Rename Progress property to Transferred Luiz Augusto von Dentz 13 years ago 5 files, +17, -16
793f7309 obexd: Use term active instead of in-progress for transfer status Luiz Augusto von Dentz 13 years ago 3 files, +11, -11
507a1d43 test: Update ftp-client to use the new interfaces Luiz Augusto von Dentz 13 years ago 1 file, +25, -35
3f8a7724 test: Update map-client to use the new interfaces Luiz Augusto von Dentz 13 years ago 1 file, +38, -26
941595fa test: Update pbap-client to use the new interfaces Luiz Augusto von Dentz 13 years ago 1 file, +30, -19
6022cbc4 test: Update opp-client to use the new interfaces Luiz Augusto von Dentz 13 years ago 1 file, +25, -35
96063756 obex-client: Rename org.bluez.obex.Transfer to Transfer1 Rename the interface and move it to obexd-api.txt since it now belongs to the same daemon, in addition remove obex-client-api.txt and align with Transfer1 API in use by the server. Luiz Augusto von Dentz 13 years ago 2 files, +64, -90
57a12b25 obex-client: Rename org.bluez.obex.MessageAccess to MessageAccess1 Rename the interface and move it to obexd-api.txt since it now belongs to the same daemon, in addition do the same to org.bluez.obex.Message. Luiz Augusto von Dentz 13 years ago 3 files, +251, -252
939cebb9 obex-client: Rename org.bluez.obex.Synchronization to Synchronization1 Rename the interface and move it to obexd-api.txt since it now belongs to the same daemon. Luiz Augusto von Dentz 13 years ago 3 files, +47, -47
fc09df3a obex-client: Rename org.bluez.obex.PhonebookAccess to PhonebookAccess1 Rename the interface and move it to obexd-api.txt since it now belongs to the same daemon. Luiz Augusto von Dentz 13 years ago 3 files, +130, -131
2dcb0e56 obex-client: Rename org.bluez.obex.FileTransfer to org.bluez.obex.FileTransfer1 Rename the interface and move it to obexd-api.txt since it now belongs to the same daemon. Luiz Augusto von Dentz 13 years ago 3 files, +74, -74
1945cffc obex-client: Rename org.bluez.obex.ObjectPush to org.bluez.obex.ObjectPush1 Rename the interface and move it to obexd-api.txt since it now belongs to the same daemon. Luiz Augusto von Dentz 13 years ago 3 files, +51, -51
dc30b0de obex-client: Rename org.bluez.obex.Session to org.bluez.obex.Session1 Rename the interface and move it to obexd-api.txt since it now belongs to the same daemon. Luiz Augusto von Dentz 13 years ago 4 files, +53, -34
35990b8b obexd: Rename org.bluez.obex.Client to org.bluez.obex.Client1 Rename the interface and move it to obexd-api.txt since it now belongs to the same daemon. Luiz Augusto von Dentz 13 years ago 3 files, +32, -33
0cac99fe obexd: Define base path so in future it is easier to change it Luiz Augusto von Dentz 13 years ago 1 file, +7, -9
a5c2b6e8 obexd: Align client and server spec of org.bluez.obex.Transfer1 Luiz Augusto von Dentz 13 years ago 2 files, +107, -14
781d49a8 obexd: Rename org.bluez.obex.Session to org.bluez.obex.Session1 Luiz Augusto von Dentz 13 years ago 2 files, +2, -2
6765affa obexd: Remove TransferStarted and TransferCompleted signals This now handled by ObjectManager together with a new property called Status. Luiz Augusto von Dentz 13 years ago 2 files, +75, -41
84d01d66 obexd: Fix transfer path to include session path Transfer path should use the session path as prefix Luiz Augusto von Dentz 13 years ago 4 files, +62, -57
3d49a883 test: Update simple-obex-agent to use the new interface names Luiz Augusto von Dentz 13 years ago 1 file, +13, -8
e62719c4 obexd: Fix session path to include manager path Manager path is /org/bluez/obex so use it as prefix in the session path. Luiz Augusto von Dentz 13 years ago 2 files, +3, -3
f170537b obexd: Rename org.bluez.obex.Transfer to org.bluez.obex.Transfer1 Luiz Augusto von Dentz 13 years ago 2 files, +4, -6
22c81fda obexd: Rename org.bluez.obex.Agent to org.bluez.obex.Agent1 Luiz Augusto von Dentz 13 years ago 2 files, +3, -4
e3bb4f22 obexd: Rename Manager to AgentManager1 Luiz Augusto von Dentz 13 years ago 2 files, +4, -5
7497ef07 core: Fix sending set_discoverable if adapter is not connectable Johan Hedberg 13 years ago 5 files, +43, -14
4a638935 build: Mark Health plugin as experimental for now The API of the Health plugin and the code itself needs another review phase in the light for BlueZ 5.x. For now mark this plugin as experimental. Marcel Holtmann 13 years ago 1 file, +2, -0
2f2a5066 build: Split documentation files into multiple separate lists Marcel Holtmann 13 years ago 1 file, +9, -5
f41f2555 doc: Remove outdated audio-telephony-design.txt for now Since the document has large portions that are outdated, remove it for now. It should be brought back with updated information later on. Marcel Holtmann 13 years ago 2 files, +1, -319
c78791b8 test: Make it possible to call test-network with a "connect" parameter Johan Hedberg 13 years ago 1 file, +4, -0
c85791d3 test: Fix test-network logging after a successful connection Johan Hedberg 13 years ago 1 file, +1, -1
31e5e927 network: Add debug logs to better follow the connection procedure Johan Hedberg 13 years ago 1 file, +10, -0
534a5d3d network: Remove unnecessary function cast Johan Hedberg 13 years ago 1 file, +1, -1
c8808e3a network: Fix bnep_send_conn_req error checking Johan Hedberg 13 years ago 1 file, +4, -2
b2152259 network: Fix passing correct btd_profile to device_profile_connected Johan Hedberg 13 years ago 1 file, +1, -1
dab3eafc Revert "build: Remove test-network" This reverts commit 9efcb970ce023f9bedbe8160be0226fd14367878. Conflicts: Makefile.tools Johan Hedberg 13 years ago 2 files, +51, -1
a5fe71ea network: Remove pointless pointer assignment at end of function Johan Hedberg 13 years ago 1 file, +0, -1
0624791e Revert "network: Remove Network.Connect and Network.Disconnect" This reverts commit 9c62de94e5044038bcaae6cd6c0ec783fbee607a. For convenience (mainly for ConnMan) bring back Network1.Connect/Disconnect since they also give the interface name directly. Johan Hedberg 13 years ago 4 files, +145, -1
98b47977 health: Use lower-case strings for enum values (for consistency) Johan Hedberg 13 years ago 4 files, +21, -21
db5d83d6 core: Fix display_pincode_cb behavior The data pointer should be the authentication request and not the device. Also, the pincode_cb function already checks for auth->agent == NULL and will also do the agent_unref call if necessary. Johan Hedberg 13 years ago 1 file, +1, -8
793fb9ed doc: Remove incorrect fallback behavior claim for DisplayPinCode Johan Hedberg 13 years ago 1 file, +0, -3
Previous Next