summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-10-05device: Convert device_get_address into simple getterSzymon Janc5-62/+35
2012-10-05adapter: Constify pointer returned by adapter_get_addressSzymon Janc7-10/+14
2012-10-05storage: Constify bdaddr_t pointers parametersSzymon Janc2-87/+105
2012-10-05adapter: Convert adapter_get_address into simple getterSzymon Janc6-125/+84
2012-10-04core: Fix walking the list while removing elementsLucas De Marchi1-2/+3
2012-10-04core: Fix leaking connection list nodesLucas De Marchi1-0/+2
2012-10-04core: Use DBus.Properties on Manager interfaceLucas De Marchi1-56/+25
2012-10-04core: Add GoepL2capPsm lookup for external OBEX profilesJohan Hedberg1-0/+21
2012-10-03oob: Refactor oob callback handling and move it to adapter codeSzymon Janc5-78/+67
2012-10-03adapter: Add btd_adapter_get_class functionSzymon Janc2-0/+7
2012-10-03adapter: Rename btd_adapter_get_class to btd_adapter_read_classSzymon Janc3-3/+3
2012-10-03adapter: Add btd_adapter_get_services functionSzymon Janc2-0/+6
2012-10-03eir: Add support for creating proper OOB EIRSzymon Janc2-14/+27
2012-10-03eir: Remove struct uuid_infoSzymon Janc2-19/+17
2012-10-03eir: Return number of bytes written by eir_create_oobSzymon Janc2-2/+4
2012-10-03eir: Remove support for creating EIR with tx_power fieldsSzymon Janc2-9/+2
2012-10-03eir: Rename eir_create to eir_create_oobSzymon Janc2-2/+2
2012-10-03eir: Add support for creating EIR with CoD fieldSzymon Janc2-2/+18
2012-10-03eir: Add support creating EIR with hash and randomizer fieldsSzymon Janc2-6/+30
2012-10-03eir: Add eir_parse_oob functionSzymon Janc2-0/+27
2012-10-03eir: Store class in struct eir_data as uint32_tSzymon Janc6-19/+12
2012-10-03eir: Add support for parsing SSP hash and randomizerSzymon Janc2-0/+20
2012-10-03mgmt: Handle missing randomizer in mgmt_add_remote_oob_dataSzymon Janc1-1/+3
2012-10-03alert: Add org.bluez.AlertAgent to D-Bus policy fileAnderson Lizardo1-0/+1
2012-10-03core: Fix return value for external profile SDP functionJohan Hedberg1-5/+3
2012-10-03core: Fix using correct address values for profile connectingJohan Hedberg1-4/+4
2012-10-03core: Add specific error to profile connect logJohan Hedberg1-1/+2
2012-10-03core: Add SDP resolving callback for external profilesJohan Hedberg1-1/+74
2012-10-03core: Add skeleton for initiating remote profile connectionsJohan Hedberg1-28/+119
2012-10-03core: Fix freeing external profile recordJohan Hedberg1-6/+2
2012-10-03core: Suspend scanning before connect on pairingJoão Paulo Rechi Vita1-65/+74
2012-10-03mgmt: Add address type to bonding debug messageJoão Paulo Rechi Vita1-1/+2
2012-10-03core: Re-connect for ECONNRESET or ECONNABORTEDClaudio Takahasi1-2/+10
2012-10-03core: Disable unnecessary auto connectionsPaulo Alcantara1-0/+3
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-03mgmt: Add LE scanning callbackClaudio Takahasi2-0/+35
2012-10-03core: Mutually exclude concurrent connectionsJoão Paulo Rechi Vita3-12/+62
2012-10-02core: Add support for ServiceRecord option for exteral profilesJohan Hedberg1-0/+51
2012-10-02core: Move sdp_xml_parse_record from service plugin to sdp-xml.cJohan Hedberg2-0/+211
2012-10-02device: Remove not used variables from search_cbSzymon Janc1-7/+1
2012-10-02core: Add variables to track client/server enabling for external profilesJohan Hedberg1-13/+26
2012-10-02core: Support friendly names in profile registrationJohan Hedberg1-1/+5
2012-10-02core: Use proper defines for SPP profile detectionJohan Hedberg1-2/+4
2012-10-02core: Add missing profile "friendly names" to glib-helper.cJohan Hedberg1-0/+9
2012-10-02agent: Remote not used variables from pincode_replySzymon Janc1-4/+0
2012-10-01adapter: Queue parallel authorization requestsMikel Astiz1-78/+103
2012-10-01adapter: Use authorization id for cancellingMikel Astiz3-46/+50
2012-10-01adapter: Replace device authorizing flagMikel Astiz3-32/+37
2012-10-01core: Add skeleton for connecting external profilesJohan Hedberg1-9/+133