Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-05 | hfp_hf_bluez5: Use 1.6 card driver | Vinicius Costa Gomes | 1 | -2/+10 | |
2013-04-05 | hfp_hf_bluez5: Add extracting version | Claudio Takahasi | 1 | -1/+48 | |
This patch parses and reads the profile "Version" that comes in the fd dictionary of the NewConnection method. "Version" is input for Audio Card registration. | |||||
2013-04-01 | huawei: Use AlwaysOnline for CDMA modems | Forest Bond | 1 | -0/+7 | |
2013-04-01 | modem: Support modem property "AlwaysOnline" | Forest Bond | 1 | -6/+14 | |
This can be set by the modem driver to indicate that the device is always in the online state when it is enabled. This is useful for modem drivers that handle both CDMA and GSM devices. | |||||
2013-04-01 | AUTHORS: Mention Anthony's contributions | Denis Kenzior | 1 | -0/+1 | |
2013-04-01 | sim: Add SIMCOM SIM card ready quirk | Anthony Viallard | 1 | -0/+7 | |
SIM is busy right after pin is entered. Use the quirk which add a CPIN? pooling check until having "CPIN: READY" answer. | |||||
2013-03-28 | modem: Allow setting boolean properties | Forest Bond | 1 | -1/+2 | |
2013-03-28 | handsfree-audio: Add .Connect using the card driver | Vinicius Costa Gomes | 1 | -0/+25 | |
Now each handsfree implementation may be notified that a card wants its audio to be connected. | |||||
2013-03-28 | handsfree-audio: Add ofono_handsfree_card_connect_sco | Vinicius Costa Gomes | 1 | -43/+44 | |
2013-03-28 | include: Add ofono_handsfree_card_connect_sco() | Vinicius Costa Gomes | 1 | -0/+2 | |
This will be used by HFP plugins to tell the core that a SCO connection needs to be established. | |||||
2013-03-28 | hfp_hf_bluez5: Make sure to call the callback | Denis Kenzior | 1 | -1/+2 | |
2013-03-28 | hfp_hf_bluez5: Add a card driver for HFP 1.6 | Vinicius Costa Gomes | 1 | -0/+37 | |
This is just the skeleton of a Handsfree Audio Card for the HF side of HFP 1.6. | |||||
2013-03-26 | include: Fix hf audio connect method declaration | Denis Kenzior | 1 | -1/+1 | |
2013-03-26 | handsfree-audio: Reject .Connect() from other senders | Vinicius Costa Gomes | 1 | -0/+6 | |
Only the agent should be able to call .Connect() on the card. | |||||
2013-03-26 | handsfree-audio: Add support for sending the SCO socket | Vinicius Costa Gomes | 1 | -0/+2 | |
Send the SCO socket to the agent associated with the card that just got connected. | |||||
2013-03-26 | handsfree-audio: Add support for initiating SCO connections | Vinicius Costa Gomes | 1 | -1/+92 | |
When calling the card's .Connect() method, we should be able to establish a SCO connection. Right now, we only have support for establishing the SCO connection directly, this is what is expected from HFP 1.5 HF/AG devices. | |||||
2013-03-26 | sim900: Fix disable cleanup procedure | Denis Kenzior | 1 | -7/+1 | |
2013-03-26 | sim900: Fix compile error | Denis Kenzior | 1 | -1/+1 | |
make --no-print-directory all-am CC plugins/sim900.o cc1: warnings being treated as errors plugins/sim900.c: In function ‘shutdown_device’: plugins/sim900.c:180:9: error: unused variable ‘fd’ make[1]: *** [plugins/sim900.o] Error 1 make: *** [all] Error 2 | |||||
2013-03-26 | sim900: Remove unneeded goto / label | Denis Kenzior | 1 | -2/+0 | |
2013-03-26 | sim900: Properly clean up device IOChannel on error | Denis Kenzior | 1 | -1/+5 | |
2013-03-26 | sim900: Add multiplexer support | Renat Zaripov | 1 | -30/+171 | |
Also add gprs and call-volume support. | |||||
2013-03-26 | sim900: Fix leak of options hash table | Denis Kenzior | 1 | -0/+2 | |
2013-03-24 | TODO: Mark BlueZ 5 support in dundee as done | Daniel Wagner | 1 | -9/+0 | |
2013-03-24 | dundee: Handle Profile connect and disconnect | Paulo Borges | 1 | -10/+105 | |
2013-03-24 | dundee: Add dundee disconnect function | Paulo Borges | 2 | -3/+14 | |
2013-03-24 | dundee: Add support for driver connect | Paulo Borges | 1 | -1/+6 | |
This patch glues together the dundee driver interface with the D-Bus Profile1 interface. When the dundee driver requests a connection, it will call the Device1's ConnectProfile. | |||||
2013-03-24 | dundee: Add BlueZ Profile handler | Paulo Borges | 1 | -0/+68 | |
This patch declares the external dundee Profile handler. It contains the initial implementation of the D-Bus Profile1 interface and methods responsible for handling Bluetooth connections. | |||||
2013-03-24 | dundee: Register/unregister dundee device | Paulo Borges | 1 | -0/+23 | |
This patch adds the dundee device struct to the our Bluetooth device representation. | |||||
2013-03-24 | dundee: Add dundee device driver skeleton | Paulo Borges | 1 | -0/+18 | |
This patch adds the functions to be called when the dundee will connect or disconnect with a Bluetooth device. | |||||
2013-03-24 | dundee: Listen to devices property changes | Paulo Borges | 1 | -0/+15 | |
When a bluetooth device property change and this property is Alias, we need to refresh our representation of this device. | |||||
2013-03-24 | dundee: Add tracking of bluetooth devices | Paulo Borges | 1 | -0/+102 | |
This patch tracks the GDBusProxy for Bluetooth devices in order to be able to get their properties. | |||||
2013-03-24 | dundee: Add mechanism to store bluetooth devices | Paulo Borges | 1 | -0/+23 | |
This patch adds a hash that will store every known bluetooth device that implements DUN service. | |||||
2013-03-24 | dundee: Initial GDBusClient for BlueZ 5 | Paulo Borges | 2 | -0/+38 | |
This patch adds callbacks to track additions of BlueZ related interfaces. | |||||
2013-03-24 | dundee: Start BlueZ 5 support | Paulo Borges | 2 | -5/+47 | |
This patch adds the BlueZ 5 support file for dundee. | |||||
2013-03-24 | dundee: Rename dundee BlueZ 4 support | Paulo Borges | 2 | -1/+1 | |
The BlueZ 4 support file for dundee has now been renamed to bluez4.c to make it easier to add a BlueZ 5 support file. | |||||
2013-03-21 | hfp_ag_bluez5: Fix sanity check | Denis Kenzior | 1 | -2/+2 | |
We should be checking that modems != NULL, not modems->data. This is because the list can be empty and we would crash. | |||||
2013-03-21 | dun_gw_bluez5: Fix sanity check | Denis Kenzior | 1 | -2/+2 | |
We should be checking that modems != NULL, not modems->data. This is because the list can be empty and we would crash. | |||||
2013-03-21 | dun_gw_bluez5: Fix copy-paste error | Denis Kenzior | 1 | -1/+1 | |
2013-03-21 | dun_gw: Add BlueZ 5 version | Frédéric Danis | 3 | -0/+239 | |
This patch adds initial implementation of the D-Bus Profile1 interface and methods responsible for handling Bluetooth connections. The DUN GW profile interface is registered as soon as a GPRS capable modem is registered in oFono. | |||||
2013-03-21 | bluetooth: Rename DUN GW plugin | Frédéric Danis | 2 | -4/+5 | |
As BlueZ 5 introduced backwards incompatible API changes, and we want to keep support for BlueZ 4 based DUN GW plugin for some time, we need to separate DUN GW plugin which is based on BlueZ 4 from the one based on BlueZ 5. The dun_gw.c plugin is renamed to dun_gw_bluez4. This will make it easy to add a DUN GW plugin for BlueZ 5. | |||||
2013-03-21 | doc: Add Handsfree Audio Card "Connect" errors | Claudio Takahasi | 1 | -0/+6 | |
2013-03-19 | ofono.conf: Punch hole for HandsfreeAudioAgent | Vinicius Costa Gomes | 1 | -0/+1 | |
2013-03-18 | handsfree_audio: Call driver remove() on removal | Denis Kenzior | 1 | -0/+3 | |
2013-03-18 | core: Add bt_str2ba() to bluetooth.h | Claudio Takahasi | 2 | -0/+9 | |
This patch adds a utility Bluetooth function to convert Bluetooth address from string to bdaddr_t. | |||||
2013-03-18 | hfp_hf_bluez5: Set remote and local information | Denis Kenzior | 1 | -0/+2 | |
2013-03-18 | hfp_hf_bluez5: Update to the new API | Denis Kenzior | 1 | -1/+1 | |
2013-03-18 | handsfree-audio: Match new card API | Denis Kenzior | 1 | -5/+46 | |
2013-03-18 | include: Refactor ofono_handsfree_card_create | Denis Kenzior | 1 | -2/+11 | |
2013-03-18 | handsfree-audio: Implement get/set data | Denis Kenzior | 1 | -0/+12 | |
2013-03-18 | include: Add get/set data handsfree audio card | Denis Kenzior | 1 | -0/+4 | |