summaryrefslogtreecommitdiff
path: root/src/adapter.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-27core: Fix not updating storage when mode changesChan-yeol Park1-9/+5
2012-08-26core: Fix memory leakVinicius Costa Gomes1-1/+3
2012-08-16adapter: fix call to get_key_infoHenrique Dante de Almeida1-1/+1
2012-08-14dbusoob: Reply with error if SSP is not supportedSzymon Janc1-0/+5
2012-07-30Fix not setting class of device in adapterSzymon Janc1-10/+15
2012-07-29storage: Store address type in "linkkeys" filePaulo Alcantara1-2/+7
2012-07-29storage: Store address type in "profiles" filePaulo Alcantara1-2/+7
2012-07-29core: Fix reading from "aliases" and "names" filePaulo Alcantara1-6/+17
2012-07-29adapter: Add Appearance property for LE devicesBruna Moreira1-2/+4
2012-07-29adapter: Emit DeviceFound() signal only to discoverable devicesBruna Moreira1-0/+5
2012-07-29adapter: Remove unused Broadcaster propertyBruna Moreira1-7/+0
2012-07-10Move mgmtops to the core daemonJohan Hedberg1-114/+47
2012-07-05storage: Store address type in "names" filePaulo Alcantara1-1/+2
2012-07-04adapter: remove deprecated ListDevices() methodGustavo Padovan1-35/+0
2012-07-04adapter: make restore powered work againGustavo Padovan1-1/+4
2012-07-04adapter: remove btd_adapter_encrypt_link()Gustavo Padovan1-6/+0
2012-07-04adapter_ops: remove disable_cod_cacheGustavo Padovan1-2/+0
2012-06-19adapter: Change not-connected authorization error to a warningJohan Hedberg1-1/+1
2012-05-27storage: Rename primary file to primariesClaudio Takahasi1-3/+3
2012-05-27core: Fix creating device from "longtermkeys" filePaulo Alcantara1-10/+16
2012-05-27storage: Store address type in "appearance" filePaulo Alcantara1-2/+2
2012-05-24core: Remove unnecessary agent variableJohan Hedberg1-3/+1
2012-05-24adapter: Remove unwanted if check and codeSyam Sidhardhan1-3/+0
2012-05-23core: Fix creating device from "primary" fileClaudio Takahasi1-3/+7
2012-05-17adapter: do not check signature twiceLucas De Marchi1-3/+0
2012-05-17Do not set signature and reply in GDBus tablesLucas De Marchi1-19/+19
2012-05-17Convert GDBus methods to use macro helpersLucas De Marchi1-27/+54
2012-05-17Constify GDBus signal tablesLucas De Marchi1-1/+1
2012-05-17Constify GDBus method tablesLucas De Marchi1-1/+1
2012-05-16adapter: Remove dead code from set_property()Anderson Lizardo1-4/+0
2012-04-25Remove addr_type_t definition from adapter.hClaudio Takahasi1-34/+36
2012-04-23core: Remove DiscoverSchedulerInterval option from main.confLuiz Augusto von Dentz1-3/+2
2012-04-23core: Fix adapter mode inconsistencyMikel Astiz1-1/+5
2012-04-16adapter: Add warning if there is no authorization agentChan-yeol Park1-0/+1
2012-04-16build: Remove glib-compat.h supportMarcel Holtmann1-1/+0
2012-04-12Add display parameter to plugin pincode callbackScott James Remnant1-2/+2
2012-04-04Adapter: Fix Discovering state while Powering OffHemant Gupta1-0/+1
2012-04-03adapter: Fix segfault when icon is uninitializedBruna Moreira1-0/+2
2012-03-30eir: Read GAP appearance from advertising dataBruna Moreira1-0/+11
2012-03-28Add support for setting VID source in DeviceID from config fileSzymon Janc1-2/+4
2012-03-26GATT: Replace start/end with att_rangeChen Ganir1-2/+2
2012-03-26GATT: Rename service and char structsChen Ganir1-3/+4
2012-03-26GATT: Rename AttributeServer switchChen Ganir1-4/+4
2012-03-05Remove not needed total variable in get_ltk_infoSzymon Janc1-5/+2
2012-03-02core: Fix calling stop_discovery through btd_adapter_stopJohan Hedberg1-2/+4
2012-03-02core: remove set_limited_discoverable from adapter_ops driverLuiz Augusto von Dentz1-8/+0
2012-03-02core: Make adapter_ops->set_discoverable to take discoverable timeoutLuiz Augusto von Dentz1-87/+11
2012-03-03core: Remove name and class setting from btd_adapter_start()Johan Hedberg1-14/+24
2012-03-02core: Remove bogus adapter->up check from probe_driver()Johan Hedberg1-3/+0
2012-02-22core: Fix initial adapter stateJohan Hedberg1-4/+2