summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* mgmtops: Add support for setting Device IDSzymon Janc2012-03-281-3/+24
* Add support for setting VID source in DeviceID from config fileSzymon Janc2012-03-282-5/+8
* GATT: Profile support for EnableGattChen Ganir2012-03-261-1/+1
* GATT: Rename AttributeServer switchChen Ganir2012-03-261-2/+2
* wiimote: Detect Wii Remotes by device nameDavid Herrmann2012-03-151-5/+8
* mgmtops: Use DBG not error for printing name in read_info_completeSzymon Janc2012-03-051-1/+1
* mgmtops: Add debug print to update_settingsSzymon Janc2012-03-051-0/+2
* mgmtops: When settings discoverable also set connectable if not set yetSzymon Janc2012-03-051-3/+6
* core: remove set_limited_discoverable from adapter_ops driverLuiz Augusto von Dentz2012-03-022-8/+0
* core: Make adapter_ops->set_discoverable to take discoverable timeoutLuiz Augusto von Dentz2012-03-022-20/+85
* mgmtops: Use proper boolean value for mgmt_set_powered callJohan Hedberg2012-03-021-1/+1
* core: Remove name and class setting from btd_adapter_start()Johan Hedberg2012-03-032-151/+171
* mgmtops: Use error() instead of DBG() for command failuresJohan Hedberg2012-03-021-1/+3
* mgmtops: Fix clearing of pending_uuids after g_slist_free_full()Johan Hedberg2012-03-021-0/+2
* mgmtops: Add CANCEL_PAIR_DEVICE command complete handlingAnderson Lizardo2012-02-291-0/+3
* mgmtops: Add missing compatibility header includeAnderson Lizardo2012-02-241-0/+1
* mgmtops: Fix uninitialized discovery type valueJohan Hedberg2012-02-241-6/+5
* mgmtops: Set discovery type based on real capabilitiesJohan Hedberg2012-02-241-4/+11
* mgmtops: Move power on after UUID additionsJohan Hedberg2012-02-241-1/+21
* mgmtops: Fix clearing of pending UUIDs/Class dataJohan Hedberg2012-02-241-2/+9
* mgmtops: Fix calling adapter_mode_changed when not poweredJohan Hedberg2012-02-241-1/+1
* mgmtops: Fix updating settings values after read_info responseJohan Hedberg2012-02-241-9/+16
* mgmtops: Cache dev_class update until UUID changes finishJohan Hedberg2012-02-241-23/+41
* mgmtops: Fix read_info response handlingJohan Hedberg2012-02-241-7/+8
* mgmtops: Move clear_uuids after read_info responseJohan Hedberg2012-02-241-1/+2
* mgmtops: Add UUID queuing to avoid EBUSY errorsJohan Hedberg2012-02-241-1/+51
* mgmtops: Add SET_LE/SET_SSP command complete handlingAnderson Lizardo2012-02-231-0/+6
* mgmtops: Handle "Class Of Device Changed" eventAnderson Lizardo2012-02-231-0/+3
* mgmtops: Fix connection list fetching when powered offJohan Hedberg2012-02-231-5/+4
* mgmtops: Pass legacy pairing information to coreJohan Hedberg2012-02-231-0/+7
* mgmt: Use uint32 for flags in device found eventsMarcel Holtmann2012-02-221-5/+6
* mgmt: Fix device_found parametersJohan Hedberg2012-02-231-3/+8
* core: Fix initial adapter stateJohan Hedberg2012-02-222-2/+3
* mgmtops: Enable LE support if supportedJohan Hedberg2012-02-221-0/+4
* mgmtops: Only try to enable SSP if it's supportedJohan Hedberg2012-02-221-1/+4
* mgmtops: Fix enabling SSP when neededJohan Hedberg2012-02-221-0/+3
* mgmt: Update stop_discovery and ev_discovering to match API specJohan Hedberg2012-02-211-13/+28
* mgmtops: Fix pairable setting when powering down adapterJohan Hedberg2012-02-201-2/+11
* mgmtops: Fail if read_version failsJohan Hedberg2012-02-201-2/+9
* mgmt: Move status return paramters into the cmd_complete headerJohan Hedberg2012-02-181-9/+10
* mgmt: Update implementation to match latest APIJohan Hedberg2012-02-172-11/+17
* mgmtops: Improve event size mismatch messagesAnderson Lizardo2012-02-141-4/+5
* mgmtops: Fix doing a useless memset()Vinicius Costa Gomes2012-02-141-4/+0
* mgmtops: Add support for mgmt_ev_device_unpairedJohan Hedberg2012-02-091-0/+27
* adapter_opts: Add address type to block() and unblock()Johan Hedberg2012-02-092-4/+6
* adapter_ops: Add address type to confirm_reply and passkey_replyJohan Hedberg2012-02-092-8/+20
* adapter_ops: Add address type to disconnect()Johan Hedberg2012-02-092-2/+3
* adapter_ops: Add address type to remove_bonding()Johan Hedberg2012-02-092-6/+22
* mgmt: Update implementation to match latest APIJohan Hedberg2012-02-091-31/+31
* mgmtops: Fix memory leak when parsing EIRAnderson Lizardo2012-02-091-0/+2