Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove incorrect call to headset_set_state(connected) before HFP SLC is up | Johan Hedberg | 2008-09-04 | 1 | -1/+0 | |
| | ||||||
* | Don't send Response and Hold status if there is none | Johan Hedberg | 2008-09-04 | 1 | -1/+1 | |
| | ||||||
* | Fix adapter_add_active_conn parameter check | Johan Hedberg | 2008-09-04 | 1 | -1/+1 | |
| | ||||||
* | Rename DiscoverDevices to StartDiscovery, CancelDiscovery to StopDiscovery ↵ | Luiz Augusto von Dentz | 2008-09-04 | 3 | -32/+36 | |
| | | | | and fix logic around Discovering property to reflect when the base band is busy. | |||||
* | Merge branch 'for-upstream' of git://gitorious.org/bluez/aloks-clone | Marcel Holtmann | 2008-09-04 | 17 | -238/+238 | |
|\ | ||||||
| * | Renaming struct adapter to struct btd_adapter. | Alok Barsode | 2008-09-04 | 17 | -238/+238 | |
| | | ||||||
* | | No need to call telephony_response_and_hold_ind in ↵ | Johan Hedberg | 2008-09-04 | 1 | -4/+4 | |
| | | | | | | | | telephony_event_reporting_req because telephony_ready was added | |||||
* | | Remove unused function | Johan Hedberg | 2008-09-04 | 1 | -5/+0 | |
| | | ||||||
* | | Add some documentation for the AG variables | Johan Hedberg | 2008-09-04 | 1 | -7/+7 | |
| | | ||||||
* | | Add a telephony_ready callback to notify initialization completion | Johan Hedberg | 2008-09-04 | 4 | -25/+22 | |
| | | ||||||
* | | Move AG state variables in headset.c into a separate singelton | Johan Hedberg | 2008-09-04 | 1 | -21/+30 | |
| | | ||||||
* | | Implement basic HFP response and hold support | Johan Hedberg | 2008-09-04 | 3 | -6/+76 | |
| | | ||||||
* | | Implement basic event reporting support | Johan Hedberg | 2008-09-04 | 3 | -0/+70 | |
| | | ||||||
* | | Update the telephony-dummy indicators to match the ones in the HFP spec. | Johan Hedberg | 2008-09-04 | 1 | -4/+1 | |
|/ | ||||||
* | Moving struct adapter to adapter.c | Alok Barsode | 2008-09-03 | 2 | -28/+28 | |
| | ||||||
* | Fixing service.c | Alok Barsode | 2008-09-03 | 1 | -2/+2 | |
| | ||||||
* | Fixing serial plugin. | Alok Barsode | 2008-09-03 | 1 | -1/+1 | |
| | ||||||
* | Adding adapter_has_discov_sessions. | Alok Barsode | 2008-09-03 | 3 | -1/+10 | |
| | ||||||
* | fixing dbus-hci.c to use adapter_find_device. | Alok Barsode | 2008-09-03 | 1 | -6/+2 | |
| | ||||||
* | Adding adapter_get_bonding_info. | Alok Barsode | 2008-09-03 | 3 | -12/+30 | |
| | ||||||
* | Adding adapter_free_bonding_request. | Alok Barsode | 2008-09-03 | 4 | -49/+48 | |
| | ||||||
* | Adding adapter_search_active_conn_by_bdaddr and | Alok Barsode | 2008-09-03 | 5 | -39/+68 | |
| | | | | adapter_search_active_conn_by_handle. | |||||
* | Adding adapter_remove_active_conn. | Alok Barsode | 2008-09-03 | 3 | -2/+13 | |
| | ||||||
* | Adding adapter_add_active_conn. | Alok Barsode | 2008-09-03 | 3 | -15/+19 | |
| | ||||||
* | Adding adapter_get_agent. | Alok Barsode | 2008-09-03 | 4 | -11/+22 | |
| | ||||||
* | Moving adapter_mode_changed to adapter.c. | Alok Barsode | 2008-09-03 | 3 | -44/+45 | |
| | ||||||
* | Freeing oor_devices list after device discovery. | Alok Barsode | 2008-09-03 | 2 | -5/+6 | |
| | ||||||
* | Input cleanup: removed old API files | Claudio Takahasi | 2008-09-03 | 3 | -149/+1 | |
| | ||||||
* | Input cleanup: unused functions | Claudio Takahasi | 2008-09-03 | 2 | -93/+0 | |
| | ||||||
* | Input cleanup: missing static modifier | Claudio Takahasi | 2008-09-03 | 1 | -5/+5 | |
| | ||||||
* | Input cleanup: Unnecessary headers and function | Claudio Takahasi | 2008-09-03 | 3 | -17/+0 | |
| | ||||||
* | Fix wrong indentation | Marcel Holtmann | 2008-09-03 | 1 | -1/+1 | |
| | ||||||
* | Reorder some functions | Marcel Holtmann | 2008-09-03 | 2 | -14/+12 | |
| | ||||||
* | Remove HFP AG features from audio.conf since they should come from the ↵ | Johan Hedberg | 2008-09-03 | 3 | -104/+10 | |
| | | | | telephony plugin | |||||
* | Preliminary support for indicators | Johan Hedberg | 2008-09-03 | 3 | -3/+85 | |
| | ||||||
* | Remove unnecessary include | Johan Hedberg | 2008-09-03 | 1 | -1/+0 | |
| | ||||||
* | Add telephony initialization calls to correct places | Johan Hedberg | 2008-09-03 | 2 | -2/+9 | |
| | ||||||
* | Add skeleton for basic telephony functions | Johan Hedberg | 2008-09-03 | 3 | -0/+33 | |
| | ||||||
* | Fix wrong method names | Marcel Holtmann | 2008-09-03 | 1 | -4/+4 | |
| | ||||||
* | Add service API documentation | Marcel Holtmann | 2008-09-03 | 2 | -47/+62 | |
| | ||||||
* | Allow loading of service plugin | Marcel Holtmann | 2008-09-03 | 1 | -0/+3 | |
| | ||||||
* | Remove unused records list variable | Marcel Holtmann | 2008-09-03 | 1 | -2/+0 | |
| | ||||||
* | Remove unused find_record() | Marcel Holtmann | 2008-09-03 | 1 | -19/+0 | |
| | ||||||
* | Remove unneeded sdp-glib.c file | Marcel Holtmann | 2008-09-03 | 1 | -239/+0 | |
| | ||||||
* | Release the D-Bus connection | Marcel Holtmann | 2008-09-03 | 1 | -0/+2 | |
| | ||||||
* | Make methods related to external services into service plugin. | Luiz Augusto von Dentz | 2008-09-02 | 6 | -218/+587 | |
| | ||||||
* | Removes the agent when the adapter is freed, if it wasn't already done | Vinicius Costa Gomes | 2008-09-01 | 2 | -0/+6 | |
| | ||||||
* | Merge branch 'for-upstream' of git://gitorious.org/bluez/cktakahasis-clone | Marcel Holtmann | 2008-09-02 | 15 | -604/+170 | |
|\ | ||||||
| * | Network: Removed unused function | Claudio Takahasi | 2008-09-01 | 2 | -21/+0 | |
| | | ||||||
| * | Network: Removed old test script | Claudio Takahasi | 2008-09-01 | 2 | -38/+1 | |
| | |