| d3ff2e33 |
adapter: Convert appearances file |
Frédéric Danis |
13 years ago |
1 file, +8, -0 |
| 68520a3d |
doc: Add device appearance in settings-storage doc |
Frédéric Danis |
13 years ago |
1 file, +3, -0 |
| 0cc8872f |
alert: Use ccc file from device storage |
Frédéric Danis |
13 years ago |
1 file, +34, -35 |
| 5733cedd |
adapter: Add btd_adapter_for_each_device() |
Frédéric Danis |
13 years ago |
2 files, +11, -0 |
| 13b43ccb |
core: Fix emitting changes to properties on power off
Discoverable and pairable are independent to the powered state so they
should not be changed just because the controller power state is set to
off. |
Luiz Augusto von Dentz |
13 years ago |
1 file, +0, -15 |
| 35b3f445 |
core: Remove mode session code
Mode session no longer are needed since RequestSession is gone |
Luiz Augusto von Dentz |
13 years ago |
1 file, +15, -195 |
| 34bc7e48 |
core: Simplify set_powered to not use set_mode |
Luiz Augusto von Dentz |
13 years ago |
1 file, +5, -14 |
| e1820884 |
core: Fix set_discoverable to not attempt to power on the adapter
Discoverable flag is completely independent flag for the kernel so we
can reflect this in the D-Bus API. |
Luiz Augusto von Dentz |
13 years ago |
1 file, +2, -19 |
| be60e304 |
core: Fix set_pairable to not attempt to power on the adapter
Pairable flag is completely independent flag for the kernel so we can
reflect this in the D-Bus API. |
Luiz Augusto von Dentz |
13 years ago |
1 file, +0, -20 |
| 014da6f9 |
TODO: Add completed AgentManager item not to forget it in release notes |
Johan Hedberg |
13 years ago |
1 file, +2, -0 |
| 55e27a1c |
adapter: Remove not used btd_adapter_get_mode
This function is not used anymore and adapter mode is now internal to
btd_adapter. |
Szymon Janc |
13 years ago |
2 files, +5, -13 |
| d4b14283 |
mgmt: Remove not needed power state change in read_info_complete
Initial power state is no longer set up by bluetoothd. |
Szymon Janc |
13 years ago |
1 file, +4, -13 |
| 2281a5b4 |
core: Remove mode option form main_opts
Config option is removed so this is no longer needed. |
Szymon Janc |
13 years ago |
3 files, +2, -10 |
| 7c50054d |
adapter: Remove scan_mode member
This is not needed anymore as boolean flags can be used instead. |
Szymon Janc |
13 years ago |
1 file, +17, -51 |
| 916fa9b6 |
adapter: Use discoverable memeber instead of scan_mode
Where possible use discoverable memeber instead of checking scan_mode
against SCAN_INQUIRY flag. |
Szymon Janc |
13 years ago |
1 file, +5, -4 |
| 20d5839e |
adapter: Add connectable member to btd_adapter
This will be used to track if adapter is in connectable state. |
Szymon Janc |
13 years ago |
1 file, +10, -2 |
| 37092b15 |
adapter: Remove not used parameter from btd_adapter_get_mode
discoverable_timeout is not used outside of adapter code. |
Szymon Janc |
13 years ago |
3 files, +4, -11 |
| 6827f2a0 |
adapter: Add btd_adapter_get_pairable function
Add btd_adapter_get_pairable and remove pairable argument from
btd_adapter_get_mode. Use btd_adapter_get_pairable to get pairable
state where needed. |
Szymon Janc |
13 years ago |
4 files, +13, -13 |
| 57c2163c |
adapter: Make adapter_mode_changed accept mode as bool params
Pass connectable and discoverable as bools. |
Szymon Janc |
13 years ago |
3 files, +24, -17 |
| c208e404 |
manager: Rename btd_manager_register_adapter up parameter to powered
Match parameter name to adapter_init parameter name. |
Szymon Janc |
13 years ago |
2 files, +3, -3 |
| d1f8fc54 |
adapter: Rename btd_adapter *up members to *powered
This better describes those members purpose. |
Szymon Janc |
13 years ago |
2 files, +19, -19 |
| b195946f |
doc: Remove bogus Powered entry from settings-storage.txt |
Johan Hedberg |
13 years ago |
1 file, +0, -1 |
| 3a9d39d8 |
test: Fix pbap-client to handle PullAll reply properly
PullAll reply consist in 2 parameters, the transfer object followed by
its properties not a structure containing both. |
Luiz Augusto von Dentz |
13 years ago |
1 file, +5, -6 |
| 3eadc034 |
obex-client: Make use of g_dbus_get_properties to get transfer properties
In addition fix the reply generated by obc_transfer_create_dbus_reply to
not use a structure container instead use object, dict 'oa{sv}' as
indicated in the documentation. |
Luiz Augusto von Dentz |
13 years ago |
1 file, +4, -42 |
| 88de7b05 |
core: Remove implicit setting of the default agent |
Johan Hedberg |
13 years ago |
1 file, +10, -25 |
| 1c698db1 |
test: Make simple-agent accept BlueZ 4 style invocation |
Johan Hedberg |
13 years ago |
1 file, +5, -0 |
| f9ceb20d |
core: Remove useless adapter_set_mode function |
Johan Hedberg |
13 years ago |
1 file, +5, -15 |
| 46ab65b9 |
test: Update simple-agent to use AgentManager1.RequestDefault |
Johan Hedberg |
13 years ago |
1 file, +2, -0 |
| 099fedaf |
TODO: Mark Convert obexd & obex-client to ObjectManager/Properties as done |
Luiz Augusto von Dentz |
13 years ago |
1 file, +2, -2 |
| 27635e59 |
obex-client: Enable ObjectManager |
Luiz Augusto von Dentz |
13 years ago |
1 file, +3, -0 |
| e4cc2de1 |
obexd: Remove SessionCreated and SessionRemoved signals
With ObjectManager these signals no longer are necessary. |
Luiz Augusto von Dentz |
13 years ago |
2 files, +1, -23 |
| 54f6035e |
obexd: Enable ObjectManager |
Luiz Augusto von Dentz |
13 years ago |
1 file, +4, -0 |
| b8972b65 |
obexd: Port session interface to use D-Bus Properties |
Luiz Augusto von Dentz |
13 years ago |
2 files, +22, -40 |
| a421d43f |
core: Fix ref count for device_create
The device_new function already returns a new ref count so there's no
need to increment it. |
Johan Hedberg |
13 years ago |
1 file, +1, -1 |
| d1711f90 |
test: Remove non-existent agent callback from simple-agent |
Johan Hedberg |
13 years ago |
1 file, +0, -9 |
| ce5cd675 |
core: Fix removing profiles from the connected profiles list |
Johan Hedberg |
13 years ago |
1 file, +2, -0 |
| aba6eafc |
core: Fix loading devices without any SDP records |
Johan Hedberg |
13 years ago |
1 file, +1, -1 |
| 2ca37959 |
core: Remove device->agent (superceeded by bonding->agent) |
Johan Hedberg |
13 years ago |
1 file, +8, -7 |
| b0342b50 |
test: Update simple-agent to match AgentManager1 interface |
Johan Hedberg |
13 years ago |
1 file, +13, -10 |
| 492b2de3 |
core: Clear default agent in agent_disconnect() |
Johan Hedberg |
13 years ago |
1 file, +3, -0 |
| 166931cf |
core: Set implicit default agent when first agent registers |
Johan Hedberg |
13 years ago |
1 file, +3, -0 |
| 39036db6 |
core: Fix looking up "any" agent from the hash table |
Johan Hedberg |
13 years ago |
1 file, +18, -8 |
| 6af5715c |
core: Use agent_get to get an agent for device and adapter |
Johan Hedberg |
13 years ago |
3 files, +38, -69 |
| 55ed9fe7 |
core: Implement AgentManager1.RequestDefault |
Johan Hedberg |
13 years ago |
1 file, +31, -5 |
| 72041181 |
core: Remove unused agent_matches function |
Johan Hedberg |
13 years ago |
2 files, +0, -10 |
| 24aed933 |
core: Remove unused agent_is_busy function |
Johan Hedberg |
13 years ago |
2 files, +0, -13 |
| 4711fff5 |
core: Update adapter IO capability based on default agent |
Johan Hedberg |
13 years ago |
3 files, +42, -4 |
| d4f24ab3 |
core: Make agent_create private to agent.c |
Johan Hedberg |
13 years ago |
2 files, +3, -19 |
| 2d35bbb1 |
core: Remove Adapter.Register/UnregisterAgent methods |
Johan Hedberg |
13 years ago |
1 file, +0, -68 |
| 880d2f58 |
core: Remove adapter->agent |
Johan Hedberg |
13 years ago |
1 file, +3, -37 |