summaryrefslogtreecommitdiffstats
path: root/components/pairing
Commit message (Expand)AuthorAgeFilesLines
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+1
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-161-1/+1
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+1
* Replace more Tokenize calls with base::SplitStringbrettw2015-06-291-3/+4
* Fix bluetooth crash after hotrod enrollment.achuith2015-06-241-0/+1
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-2/+2
* Replace more ObserverList with base::ObserverList.brettw2015-06-034-4/+4
* Add permanent_id to pairing protocol.zork2015-05-016-0/+18
* Add AddNetwork message to pairing API.zork2015-04-2212-49/+51
* components: Cleanup - remove unused private fields.tfarina2015-02-202-2/+0
* Update {virtual,override,final} to follow C++11 style in components, round 2.dcheng2015-01-235-121/+105
* Enable -Wunused-local-typedefthakis2014-11-121-2/+0
* Clear the bluetooth discoverable bit when OOBE is finished on Remora.zork2014-10-281-3/+6
* Rewind the current stage when setting the confirmation code, if needed.zork2014-10-231-0/+5
* Set the proper stage on pairing connection errorzork2014-10-221-0/+3
* Support for host configuration.achuith2014-10-225-8/+5
* Replace STAGE_PAIRING_DONE with STAGE_HOST_ENROLLMENT_SUCCESS.achuith2014-10-204-7/+6
* Rename STAGE_PAIRING_DONE to STAGE_ENROLLMENT_SUCCESSachuith2014-10-153-7/+7
* * Transition host to STAGE_UPDATING after pairing.achuith2014-10-148-54/+126
* Fixes components/pairing/BUILD.gnmukai2014-10-101-18/+21
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-065-77/+77
* Convert a couple loops to range based iterators.zork2014-10-022-10/+5
* Update comments and logging.achuith2014-10-012-1/+3
* Add testonly=true to components/pairing:unit_testsmukai2014-10-011-0/+1
* Host pairing OOBE starts at the right time.dzhioev2014-09-192-0/+94
* Clean up protocol for Bluetooth Pairing.zork2014-09-193-29/+46
* Wait for the Bluetooth adapter to be present before starting pairing.zork2014-09-172-1/+31
* Remove implicit conversions from scoped_refptr to T* in components/pairingdcheng2014-09-152-7/+7
* Redirect to the enterprise enrollment screen during remora and shark pairing.zork2014-09-101-3/+0
* GN: Fix some breakage for os==chromeos buildcmasone2014-09-091-2/+0
* Add method for telling the Pairing API that enrollment is completezork2014-09-097-3/+23
* Update the pairing API to include configuration and enrollment.zork2014-08-2810-86/+122
* Add bluetooth host and controller delegates for pairing.zork2014-08-267-2/+1127
* Add ProtoDecoder for sending messages between Host and Controller when pairingzork@chromium.org2014-08-123-0/+294
* Add MessageBuffer class, which will manage the data received from azork@chromium.org2014-08-094-0/+206
* Add pairing API protocol definition.zork@chromium.org2014-08-062-0/+90
* Add net to pairing DEPSzork@chromium.org2014-08-061-0/+1
* Move Chrome OS pairing interface to chrome/browser/chromeoszork@chromium.org2014-07-2211-0/+961