| bb7f9703 |
core: Remove unneeded use of adapter_get_agent |
Johan Hedberg |
13 years ago |
1 file, +5, -70 |
| 45ffca3e |
core: Look up correct IO capability with Device.Pair |
Johan Hedberg |
13 years ago |
1 file, +13, -26 |
| cab6bfb7 |
core: Add agent_get function |
Johan Hedberg |
13 years ago |
2 files, +16, -0 |
| ddceeef0 |
core: Use existing agent struct for new AgentManager1 interface |
Johan Hedberg |
13 years ago |
2 files, +68, -90 |
| f989bfd8 |
core: Add reference counting for agent objects |
Johan Hedberg |
13 years ago |
4 files, +25, -10 |
| 747c7453 |
emulator: Add support for custom HCI command handling |
Marcel Holtmann |
13 years ago |
2 files, +132, -35 |
| 81ae935d |
unit: Add test case for D-Bus client connect/disconnect handling |
Marcel Holtmann |
13 years ago |
3 files, +111, -0 |
| 8a492cee |
attrib-server: Read/write CCC info from new storage
Remove no more used storage functions. |
Frédéric Danis |
13 years ago |
3 files, +64, -108 |
| 93b86f47 |
device: Add btd_device_get_storage_path() |
Frédéric Danis |
13 years ago |
2 files, +17, -0 |
| 6776ddb2 |
adapter: Convert ccc file
Update settings-storage.txt documentation to add ccc file. |
Frédéric Danis |
13 years ago |
2 files, +80, -0 |
| b53833b4 |
device: Store services in device's attributes file
Remove no more used write_device_primaries() from storage.[ch]. |
Frédéric Danis |
13 years ago |
3 files, +53, -37 |
| 6c6424fc |
device : Add EndGroupHandle key in attributes storage
End group handle should also be converted/saved for each
group in device's attributes file. |
Frédéric Danis |
13 years ago |
3 files, +20, -6 |
| 9f4d7d9a |
test: Update map-client to use D-Bus properties interface |
Luiz Augusto von Dentz |
13 years ago |
1 file, +2, -2 |
| e4f45a24 |
obex-client: Port transfer code to use D-Bus properties interface |
Luiz Augusto von Dentz |
13 years ago |
2 files, +74, -18 |
| 6f5797da |
obex-client: Port session code to use D-Bus properties interface |
Luiz Augusto von Dentz |
13 years ago |
2 files, +51, -41 |
| 82a76393 |
obex-client: Port MAP module to use D-Bus properties interface |
Luiz Augusto von Dentz |
13 years ago |
1 file, +178, -137 |
| 07c8df98 |
core: Remove unused emit_array_property_changed function |
Lucas De Marchi |
13 years ago |
2 files, +0, -30 |
| 0ec92aa4 |
core: Fix leftover signal for UUIDs property |
Lucas De Marchi |
13 years ago |
1 file, +8, -20 |
| c4f68e77 |
gdbus: Fix race condition with creating duplicate client proxies |
Marcel Holtmann |
13 years ago |
1 file, +23, -0 |
| 60be3174 |
gdbus: Fix issue with unref of client while parsing interfaces |
Marcel Holtmann |
13 years ago |
1 file, +8, -0 |
| fefe4edf |
emulator: Add support for setting Bluetooth device address |
Marcel Holtmann |
13 years ago |
2 files, +10, -0 |
| ec7a4ee8 |
gdbus: Fix issue with unref of client in connect handler |
Marcel Holtmann |
13 years ago |
1 file, +8, -0 |
| ed7989e0 |
build: Only compile actually selected binaries |
Marcel Holtmann |
13 years ago |
1 file, +66, -63 |
| 024d38c1 |
client: Add support for removing a device/pairing |
Marcel Holtmann |
13 years ago |
1 file, +60, -0 |
| 3403e577 |
client: Add support for triggering pairing |
Marcel Holtmann |
13 years ago |
1 file, +66, -11 |
| 4da2b776 |
core: Remove support for device pair method parameters |
Marcel Holtmann |
13 years ago |
1 file, +5, -13 |
| ab872c6f |
doc: Remove parameters for device pairing method |
Marcel Holtmann |
13 years ago |
1 file, +11, -8 |
| 721f2c3b |
client: Fix memory leak from readline input callback |
Marcel Holtmann |
13 years ago |
1 file, +7, -4 |
| b4847cb5 |
client: Print warning if leaking a proxy object |
Marcel Holtmann |
13 years ago |
1 file, +8, -0 |
| 96789cce |
client: Reset default controller and device list on disconnect |
Marcel Holtmann |
13 years ago |
1 file, +5, -2 |
| b0e63efb |
core: Use timeout with high priority for watchdog keep-alive |
Marcel Holtmann |
13 years ago |
1 file, +4, -2 |
| af506e3a |
build: Limit GATT example plugin to maintainer mode |
Marcel Holtmann |
13 years ago |
1 file, +5, -3 |
| b896a77b |
core: Fix adapter name setting when powered off |
Johan Hedberg |
13 years ago |
1 file, +3, -12 |
| f0adf027 |
client: Handle device list when switching controllers |
Marcel Holtmann |
13 years ago |
1 file, +6, -0 |
| d88e90d4 |
client: Add support for tracking remote devices |
Marcel Holtmann |
13 years ago |
1 file, +83, -7 |
| 2fdc266d |
client: Handle printing of properties with int16 type |
Marcel Holtmann |
13 years ago |
1 file, +29, -3 |
| b66db827 |
client: Handle printing of empty property iterators |
Marcel Holtmann |
13 years ago |
1 file, +8, -0 |
| 5bca65d0 |
client: Add support for running discovery |
Marcel Holtmann |
13 years ago |
1 file, +53, -4 |
| 4964ecda |
core: Add agent registration handling of agent manager |
Marcel Holtmann |
13 years ago |
1 file, +111, -1 |
| fddb94f0 |
client: Print message when agent gets released by manager |
Marcel Holtmann |
13 years ago |
1 file, +4, -0 |
| f3fcb85b |
client: Add support for registering agent handling |
Marcel Holtmann |
13 years ago |
1 file, +76, -6 |
| 8db6f6f9 |
client: Remove extra empty line |
Marcel Holtmann |
13 years ago |
1 file, +0, -1 |
| 67470492 |
gdbus: Add support for D-Bus client method calls |
Marcel Holtmann |
13 years ago |
2 files, +82, -0 |
| 0ab621bb |
client: Use constants for agent path and interface strings |
Marcel Holtmann |
13 years ago |
1 file, +8, -6 |
| d8d4b4f0 |
client: Add support for handling agent object registration |
Marcel Holtmann |
13 years ago |
4 files, +157, -3 |
| 8590e5b6 |
client: Add helper function for checking default controller |
Marcel Holtmann |
13 years ago |
1 file, +20, -8 |
| 420d1e99 |
client: Use common header for display functions |
Marcel Holtmann |
13 years ago |
3 files, +38, -14 |
| 85e83446 |
core: Add empty stubs for agent manager |
Marcel Holtmann |
13 years ago |
3 files, +40, -0 |
| 83f25e00 |
core: Remove extra empty line |
Marcel Holtmann |
13 years ago |
1 file, +0, -1 |
| 566a5290 |
doc: Describe the new agent manager support |
Marcel Holtmann |
13 years ago |
1 file, +60, -0 |