Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Use separate callback for errors | Johan Hedberg | 2008-06-11 | 1 | -3/+7 | |
| | | ||||||
| * | Use strerror to show HCIGETAUTHINFO ioctl error | Johan Hedberg | 2008-06-11 | 1 | -1/+2 | |
| | | ||||||
| * | FindDevice and RemoveDevice should fail for devices that haven't still been ↵ | Johan Hedberg | 2008-06-11 | 1 | -0/+10 | |
| | | | | | | | | fully created | |||||
| * | If we have no agent then capability is no input and no output | Marcel Holtmann | 2008-06-11 | 1 | -1/+1 | |
| | | ||||||
| * | Use auth requirement proposed by kernel if available | Marcel Holtmann | 2008-06-11 | 1 | -6/+3 | |
| | | ||||||
| * | Fix debug output for link key type | Marcel Holtmann | 2008-06-11 | 1 | -1/+1 | |
| | | ||||||
| * | Reject unauthenticated and debug keys when MITM is required | Marcel Holtmann | 2008-06-11 | 1 | -2/+19 | |
| | | ||||||
| * | Retrieve link key type together with the key itself | Marcel Holtmann | 2008-06-11 | 3 | -6/+13 | |
| | | ||||||
| * | Allow auto-accept with no agent present | Marcel Holtmann | 2008-06-11 | 1 | -0/+4 | |
| | | ||||||
| * | Parse the IO capa response event | Marcel Holtmann | 2008-06-11 | 3 | -4/+28 | |
| | | ||||||
| * | Use the pattern parameter in DiscoverServices() | Marcel Holtmann | 2008-06-10 | 4 | -8/+27 | |
| | | ||||||
| * | Store hci status in authentication complete case | Johan Hedberg | 2008-06-10 | 1 | -1/+4 | |
| | | ||||||
| * | Don't do pending authentication replies if we already got an authentication ↵ | Johan Hedberg | 2008-06-10 | 1 | -0/+12 | |
| | | | | | | | | failure | |||||
| * | Call agent_cancel only after doing the error callback | Johan Hedberg | 2008-06-10 | 1 | -2/+2 | |
| | | ||||||
| * | Changed device Disconnect possible errors | Claudio Takahasi | 2008-06-10 | 1 | -6/+1 | |
| | | ||||||
| * | Fix storing socket fd in bt_sco_connect | Johan Hedberg | 2008-06-10 | 1 | -0/+2 | |
| | | ||||||
| * | Use GLib helpers for host/network order | Marcel Holtmann | 2008-06-10 | 1 | -10/+9 | |
| | | ||||||
| * | Add g_timeout_add_seconds to eglib | Marcel Holtmann | 2008-06-10 | 2 | -0/+6 | |
| | | ||||||
| * | Add host/network order helper functions | Marcel Holtmann | 2008-06-10 | 1 | -0/+6 | |
| | | ||||||
| * | Use common UUID string helpers | Marcel Holtmann | 2008-06-10 | 2 | -55/+3 | |
| | | ||||||
| * | Fix some minor details | Marcel Holtmann | 2008-06-10 | 1 | -3/+4 | |
| | | ||||||
| * | Removed find_conn function | Claudio Takahasi | 2008-06-09 | 2 | -35/+0 | |
| | | ||||||
| * | Added device Disconnect | Claudio Takahasi | 2008-06-09 | 2 | -2/+60 | |
| | | ||||||
| * | Remove use of g_dbus_unregister_all_interfaces. | Luiz Augusto von Dentz | 2008-06-09 | 5 | -3/+24 | |
| | | ||||||
| * | Make unregister_adapter_path to use g_dbus_unregister_all_interfaces. | Luiz Augusto von Dentz | 2008-06-09 | 1 | -13/+8 | |
| | | ||||||
| * | Fix signedness issue | Marcel Holtmann | 2008-06-09 | 1 | -1/+1 | |
| | | ||||||
| * | Move adapter list from dbus-hci.c to manager.c | Luiz Augusto von Dentz | 2008-06-09 | 5 | -195/+215 | |
| | | ||||||
| * | A little bit pretty-print for the record | Marcel Holtmann | 2008-06-09 | 1 | -1/+6 | |
| | | ||||||
| * | Append full record to discover service results | Marcel Holtmann | 2008-06-09 | 3 | -4/+16 | |
| | | ||||||
| * | Implement auto-accept cases with no MITM | Marcel Holtmann | 2008-06-09 | 1 | -35/+62 | |
| | | ||||||
| * | Use kernel auth requirement if available | Marcel Holtmann | 2008-06-09 | 1 | -3/+6 | |
| | | ||||||
| * | Detect Simple Pairing support and enable it | Marcel Holtmann | 2008-06-09 | 3 | -9/+15 | |
| | | ||||||
| * | Verbose debugging of auth info errors | Marcel Holtmann | 2008-06-09 | 1 | -0/+2 | |
| | | ||||||
| * | Ask kernel for authentication requirement | Marcel Holtmann | 2008-06-09 | 1 | -0/+40 | |
| | | ||||||
| * | There is no kernel security manager | Marcel Holtmann | 2008-06-09 | 1 | -19/+0 | |
| | | ||||||
| * | Get used to python :) | Marcel Holtmann | 2008-06-09 | 1 | -1/+1 | |
| | | ||||||
| * | Add support for rejecting confirmation | Marcel Holtmann | 2008-06-09 | 1 | -0/+7 | |
| | | ||||||
| * | Fill the discovery record with record handles | Marcel Holtmann | 2008-06-09 | 1 | -3/+30 | |
| | | ||||||
| * | Clarify the dictionary key and value types | Marcel Holtmann | 2008-06-09 | 1 | -1/+2 | |
| | | ||||||
| * | At minimum return an empty dictionary | Marcel Holtmann | 2008-06-09 | 1 | -4/+20 | |
| | | ||||||
| * | Update command description | Marcel Holtmann | 2008-06-09 | 1 | -0/+3 | |
| | | ||||||
| * | Update the discover method handling | Marcel Holtmann | 2008-06-09 | 1 | -5/+9 | |
| | | ||||||
| * | Don't register agent when pairing device | Marcel Holtmann | 2008-06-09 | 1 | -3/+3 | |
| | | ||||||
| * | Fix duplicate driver probing | Marcel Holtmann | 2008-06-09 | 1 | -5/+7 | |
| | | ||||||
| * | Remove unnecessary return statements | Johan Hedberg | 2008-06-09 | 1 | -5/+0 | |
| | | ||||||
| * | Add support for Simple Pairing User Notification event | Johan Hedberg | 2008-06-09 | 7 | -0/+80 | |
| | | ||||||
| * | Allow interactive input of passkey | Johan Hedberg | 2008-06-09 | 1 | -1/+2 | |
| | | ||||||
| * | First attempt at Device.DiscoverServices() implementation | Marcel Holtmann | 2008-06-09 | 5 | -8/+26 | |
| | | ||||||
| * | Remove empty line | Marcel Holtmann | 2008-06-08 | 1 | -1/+0 | |
| | | ||||||
| * | Update probe/remove callback and implement serial API | Marcel Holtmann | 2008-06-08 | 8 | -48/+85 | |
| | |