summaryrefslogtreecommitdiff
path: root/src/adapter.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-12adapter: Remove Create(Paired)Device methodsJohan Hedberg1-130/+0
2012-10-10event: Use bool instead gboolean for legacy parameterSzymon Janc1-2/+2
2012-10-10core: Pass confirm name as bool valueSzymon Janc1-1/+1
2012-10-09core: fix stop scanning after GCEPJoão Paulo Rechi Vita1-11/+15
2012-10-09adapter: Remove not used btd_adapter_switch_{online,offline} functionsSzymon Janc1-43/+0
2012-10-09Simplify checking if found device is legacySzymon Janc1-40/+12
2012-10-09adapter: Emit signals through DBus.PropertiesLucas De Marchi1-95/+47
2012-10-09adapter: Port remaining properties to DBus.PropertiesLucas De Marchi1-90/+107
2012-10-09adapter: Fix calling mgmt_set_pairable() with error setLucas De Marchi1-2/+6
2012-10-09adapter: Add session type to session_reqLucas De Marchi1-14/+24
2012-10-09adapter: Refactor set_mode() in 2 functionsLucas De Marchi1-37/+41
2012-10-09adapter: Set *Timeout through DBus.PropertiesLucas De Marchi1-44/+49
2012-10-09adapter: Set Name through DBus.PropertiesLucas De Marchi1-20/+39
2012-10-09adapter: Add DBus.Properties gettersLucas De Marchi1-72/+149
2012-10-05adapter: Don't use adapter_get_path to access adapter pathSzymon Janc1-2/+1
2012-10-05adapter: Don't use adapter_get_address to access adapter addressSzymon Janc1-3/+3
2012-10-05adapter: Constify use of bdaddr_t pointer parametersSzymon Janc1-23/+29
2012-10-05mgmt: Constify use of bdaddr_t pointer parametersSzymon Janc1-3/+3
2012-10-05device: Convert device_get_address into simple getterSzymon Janc1-4/+2
2012-10-05adapter: Constify pointer returned by adapter_get_addressSzymon Janc1-1/+1
2012-10-05adapter: Convert adapter_get_address into simple getterSzymon Janc1-8/+5
2012-10-04core: Fix leaking connection list nodesLucas De Marchi1-0/+2
2012-10-03oob: Refactor oob callback handling and move it to adapter codeSzymon Janc1-0/+44
2012-10-03adapter: Add btd_adapter_get_class functionSzymon Janc1-0/+5
2012-10-03adapter: Rename btd_adapter_get_class to btd_adapter_read_classSzymon Janc1-1/+1
2012-10-03adapter: Add btd_adapter_get_services functionSzymon Janc1-0/+5
2012-10-03eir: Store class in struct eir_data as uint32_tSzymon Janc1-7/+4
2012-10-03core: Start LE scanning when a device requestsClaudio Takahasi1-16/+52
2012-10-03core: Replace interleaved by LE scanningClaudio Takahasi1-7/+15
2012-10-03core: Mutually exclude concurrent connectionsJoão Paulo Rechi Vita1-8/+58
2012-10-01adapter: Queue parallel authorization requestsMikel Astiz1-78/+103
2012-10-01adapter: Use authorization id for cancellingMikel Astiz1-27/+40
2012-10-01adapter: Replace device authorizing flagMikel Astiz1-19/+37
2012-09-28core: Add proper support for run-time removal of profilesJohan Hedberg1-0/+16
2012-09-28adapter: Remove unused struct btd_adapter membersSzymon Janc1-3/+0
2012-09-26core: Fix minor coding style issue (long line)Johan Hedberg1-1/+2
2012-09-25core: Add dynamic adapter and device probe supportJohan Hedberg1-0/+12
2012-09-25core: Add profile parameter to adapter and device probe functionsJohan Hedberg1-2/+2
2012-09-21adapter: Simplify DBusConnection object handlingAndrzej Kaczmarek1-74/+58
2012-09-21device: Simplify DBusConnection object handlingAndrzej Kaczmarek1-13/+13
2012-09-21dbus-common: Remove conn parameter from emit_array_property_changedAndrzej Kaczmarek1-3/+4
2012-09-21dbus-common: Remove conn parameter from emit_property_changedAndrzej Kaczmarek1-17/+17
2012-09-20core: Use adapter connect list for LE connectionsJoão Paulo Rechi Vita1-1/+1
2012-09-20core: Control connections based on adapter stateClaudio Takahasi1-9/+14
2012-09-17adapter: Remove dead code from adapter_emit_device_found()Syam Sidhardhan1-2/+1
2012-09-11core: Move profile code into profile.{c,h}Johan Hedberg1-0/+1
2012-09-07core: Add a list of LE devices to connectJoão Paulo Rechi Vita1-1/+58
2012-09-07mgmt: Print error message when start_discovery failsJoão Paulo Rechi Vita1-5/+1
2012-09-03core: replace NULL by dbus invalid argumentsChan-yeol Park1-2/+2
2012-09-03Add profile abstraction (replaces btd_device drivers)Johan Hedberg1-9/+41