summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2012-03-15wiimote: Detect Wii Remotes by device nameDavid Herrmann1-5/+8
2012-03-05mgmtops: Use DBG not error for printing name in read_info_completeSzymon Janc1-1/+1
2012-03-05mgmtops: Add debug print to update_settingsSzymon Janc1-0/+2
2012-03-05mgmtops: When settings discoverable also set connectable if not set yetSzymon Janc1-3/+6
2012-03-02core: remove set_limited_discoverable from adapter_ops driverLuiz Augusto von Dentz2-8/+0
2012-03-02core: Make adapter_ops->set_discoverable to take discoverable timeoutLuiz Augusto von Dentz2-20/+85
2012-03-02mgmtops: Use proper boolean value for mgmt_set_powered callJohan Hedberg1-1/+1
2012-03-03core: Remove name and class setting from btd_adapter_start()Johan Hedberg2-151/+171
2012-03-02mgmtops: Use error() instead of DBG() for command failuresJohan Hedberg1-1/+3
2012-03-02mgmtops: Fix clearing of pending_uuids after g_slist_free_full()Johan Hedberg1-0/+2
2012-02-29mgmtops: Add CANCEL_PAIR_DEVICE command complete handlingAnderson Lizardo1-0/+3
2012-02-24mgmtops: Add missing compatibility header includeAnderson Lizardo1-0/+1
2012-02-24mgmtops: Fix uninitialized discovery type valueJohan Hedberg1-6/+5
2012-02-24mgmtops: Set discovery type based on real capabilitiesJohan Hedberg1-4/+11
2012-02-24mgmtops: Move power on after UUID additionsJohan Hedberg1-1/+21
2012-02-24mgmtops: Fix clearing of pending UUIDs/Class dataJohan Hedberg1-2/+9
2012-02-24mgmtops: Fix calling adapter_mode_changed when not poweredJohan Hedberg1-1/+1
2012-02-24mgmtops: Fix updating settings values after read_info responseJohan Hedberg1-9/+16
2012-02-24mgmtops: Cache dev_class update until UUID changes finishJohan Hedberg1-23/+41
2012-02-24mgmtops: Fix read_info response handlingJohan Hedberg1-7/+8
2012-02-24mgmtops: Move clear_uuids after read_info responseJohan Hedberg1-1/+2
2012-02-24mgmtops: Add UUID queuing to avoid EBUSY errorsJohan Hedberg1-1/+51
2012-02-23mgmtops: Add SET_LE/SET_SSP command complete handlingAnderson Lizardo1-0/+6
2012-02-23mgmtops: Handle "Class Of Device Changed" eventAnderson Lizardo1-0/+3
2012-02-23mgmtops: Fix connection list fetching when powered offJohan Hedberg1-5/+4
2012-02-23mgmtops: Pass legacy pairing information to coreJohan Hedberg1-0/+7
2012-02-22mgmt: Use uint32 for flags in device found eventsMarcel Holtmann1-5/+6
2012-02-23mgmt: Fix device_found parametersJohan Hedberg1-3/+8
2012-02-22core: Fix initial adapter stateJohan Hedberg2-2/+3
2012-02-22mgmtops: Enable LE support if supportedJohan Hedberg1-0/+4
2012-02-22mgmtops: Only try to enable SSP if it's supportedJohan Hedberg1-1/+4
2012-02-22mgmtops: Fix enabling SSP when neededJohan Hedberg1-0/+3
2012-02-21mgmt: Update stop_discovery and ev_discovering to match API specJohan Hedberg1-13/+28
2012-02-20mgmtops: Fix pairable setting when powering down adapterJohan Hedberg1-2/+11
2012-02-20mgmtops: Fail if read_version failsJohan Hedberg1-2/+9
2012-02-18mgmt: Move status return paramters into the cmd_complete headerJohan Hedberg1-9/+10
2012-02-17mgmt: Update implementation to match latest APIJohan Hedberg2-11/+17
2012-02-14mgmtops: Improve event size mismatch messagesAnderson Lizardo1-4/+5
2012-02-14mgmtops: Fix doing a useless memset()Vinicius Costa Gomes1-4/+0
2012-02-09mgmtops: Add support for mgmt_ev_device_unpairedJohan Hedberg1-0/+27
2012-02-09adapter_opts: Add address type to block() and unblock()Johan Hedberg2-4/+6
2012-02-09adapter_ops: Add address type to confirm_reply and passkey_replyJohan Hedberg2-8/+20
2012-02-09adapter_ops: Add address type to disconnect()Johan Hedberg2-2/+3
2012-02-09adapter_ops: Add address type to remove_bonding()Johan Hedberg2-6/+22
2012-02-09mgmt: Update implementation to match latest APIJohan Hedberg1-31/+31
2012-02-09mgmtops: Fix memory leak when parsing EIRAnderson Lizardo1-0/+2
2012-02-03gatt-example: Fix g_assert checks when an uint16_t value overflowsSantiago Carot-Nemesio1-11/+10
2012-02-03gatt-service: Provide service uuid in attrib_db_find_avail functionSantiago Carot-Nemesio1-7/+12
2012-02-03gatt-service: Add support for 128-bit Bluetooth UUIDsSantiago Carot-Nemesio1-2/+5
2012-02-02mgmtops: Implement mgmt_cancel_bondingJohan Hedberg1-1/+14