summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* gatt-example: Fix g_assert checks when an uint16_t value overflowsSantiago Carot-Nemesio2012-02-031-11/+10
* gatt-service: Provide service uuid in attrib_db_find_avail functionSantiago Carot-Nemesio2012-02-031-7/+12
* gatt-service: Add support for 128-bit Bluetooth UUIDsSantiago Carot-Nemesio2012-02-031-2/+5
* mgmtops: Implement mgmt_cancel_bondingJohan Hedberg2012-02-021-1/+14
* adapter_ops: Add address type information to the pair_device commandVinicius Costa Gomes2012-01-312-2/+4
* event: Add type information to the mgmt "Device Connected" eventVinicius Costa Gomes2012-01-312-27/+32
* hciops: Fix memory leak when loading keysVinicius Costa Gomes2012-01-241-1/+11
* Add support for sending the Load Long Term Keys commandsVinicius Costa Gomes2012-01-192-0/+60
* Add support for handling the New LTK mgmt eventVinicius Costa Gomes2012-01-191-0/+35
* Fix using "magic" values for the key typesVinicius Costa Gomes2012-01-191-4/+6
* Add KeyboardDisplay IO CapabilityHemant Gupta2012-01-181-1/+4
* mgmt: Update mgmt_ev_device_found to match latest APIJohan Hedberg2012-01-181-6/+13
* hciops: Encode class of device data into EIRJohan Hedberg2012-01-182-39/+38