summaryrefslogtreecommitdiff
path: root/src/storage.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-09storage: Remove not used read_remote_featuresSzymon Janc1-45/+0
2012-10-09storage: Remove not used write_features_infoSzymon Janc1-32/+0
2012-10-09storage: Remove not used write_version_infoSzymon Janc1-17/+0
2012-10-09storage: Remove not used read_remote_eirSzymon Janc1-41/+0
2012-10-09event: Don't store EIR in btd_event_device_foundSzymon Janc1-21/+0
2012-10-05storage: Constify bdaddr_t pointers parametersSzymon Janc1-44/+53
2012-08-14storage: Mark write_device_name name parameter as constJohan Hedberg1-1/+1
2012-07-29storage: Remove support for trusted servicesVinicius Costa Gomes1-105/+14
2012-07-29storage: Store address type in "sdp" filePaulo Alcantara1-13/+36
2012-07-29storage: Store address type in "eir" filePaulo Alcantara1-9/+21
2012-07-29storage: Store address type in "trusts" filePaulo Alcantara1-11/+30
2012-07-29storage: Store address type in "linkkeys" filePaulo Alcantara1-4/+17
2012-07-29storage: Store address type in "did" filePaulo Alcantara1-10/+23
2012-07-29storage: Store address type in "profiles" filePaulo Alcantara1-4/+7
2012-07-29storage: Store address type in "lastused" filePaulo Alcantara1-4/+7
2012-07-29storage: Store address type in "lastseen" filePaulo Alcantara1-4/+7
2012-07-29storage: Store address type in "blocked" fileClaudio Takahasi1-10/+21
2012-07-29storage: Store address type in "aliases" filePaulo Alcantara1-5/+21
2012-07-29storage: Make it clear that delete_entry only works for addressesVinicius Costa Gomes1-3/+19
2012-07-05storage: Store address type in "names" filePaulo Alcantara1-8/+22
2012-06-02core: Move UUID string definition to libDaniel Wagner1-0/+1
2012-05-27storage: Rename appearance file to appearancesPaulo Alcantara1-2/+2
2012-05-27storage: Rename primary file to primariesClaudio Takahasi1-3/+3
2012-05-27storage: Rename characteristic to characteristicsClaudio Takahasi1-3/+3
2012-05-27storage: Store address type in "attributes" filePaulo Alcantara1-8/+4
2012-05-27storage: Store address type in "longtermkeys" filePaulo Alcantara1-6/+10
2012-05-27storage: Store address type in "ccc" filePaulo Alcantara1-10/+10
2012-05-27storage: Store address type in "appearance" filePaulo Alcantara1-8/+11
2012-05-27storage: Store address type in "characteristics"Paulo Alcantara1-8/+11
2012-05-24storage: Use g_free() instead of free()Syam Sidhardhan1-3/+3
2012-05-23core: Fix removing device services from "primary" filePaulo Alcantara1-11/+15
2012-05-23storage: Store BLE address type in "primary" filePaulo Alcantara1-8/+11
2012-04-16build: Remove glib-compat.h supportMarcel Holtmann1-1/+0
2012-03-30storage: Add storage to GAP characteristicBruna Moreira1-0/+38
2012-01-19Add storage functions to handle SMP keysVinicius Costa Gomes1-0/+32
2012-01-18storage: Add variable-length EIR support to write_remote_eirJohan Hedberg1-2/+3
2011-11-14Fix removing storage for device over BR/EDRClaudio Takahasi1-8/+2
2011-11-14Add storage function to remove CCC of a deviceClaudio Takahasi1-0/+11
2011-11-14Add generic function to delete by patternClaudio Takahasi1-42/+24
2011-11-14Remove CCC entries when device is removedClaudio Takahasi1-0/+16
2011-11-14Add storage functions to deal with CCCVinicius Costa Gomes1-0/+44
2011-10-18Add glib-compat.h to deal with issues in old GLib versionsJohan Hedberg1-0/+1
2011-09-16Fix magic numbers for local/remote name lengthClaudio Takahasi1-6/+6
2011-09-16Remove unneeded headers included in storage.cClaudio Takahasi1-4/+0
2011-09-16Remove not referenced function in storage.cClaudio Takahasi1-29/+0
2011-09-16Remove create_file calls for read operationsClaudio Takahasi1-8/+0
2011-09-16Remove storing device typeClaudio Takahasi1-38/+0
2011-07-14Fix read_pin_code to return ssize_tDavid Herrmann1-2/+2
2011-06-30Make use of g_slist_free_full when elements are dynamically-allocatedLuiz Augusto von Dentz1-4/+2
2011-04-27Use HCI_MAX_EIR_LENGTH instead of hard-coded valueBruna Moreira1-2/+2