summaryrefslogtreecommitdiffstats
path: root/components/pairing
Commit message (Expand)AuthorAgeFilesLines
* Set the slave Chrome OS device Bluetooth adapter's name according to the devi...xdai2016-01-144-2/+21
* In the slave device:xdai2016-01-096-48/+21
* Convert Pass()→std::move() in //components (CrOS edition)dcheng2015-12-312-2/+6
* Switch to standard integer types in components/, part 3 of 4.avi2015-12-257-13/+27
* 1) Add initialization error pagexdai2015-12-182-0/+8
* Introduce new strings for the bootstrapping project. The old shark/remora pai...xdai2015-12-171-2/+2
* 1) Add basic configuration (network connection, language, keyboard layout, ti...xdai2015-12-165-3/+52
* Use kPageEnrollment for STAGE_ENROLLING for a Slave device during bootstrappi...xdai2015-12-113-0/+3
* 1) Use dedicated host pairing screen instead of enrollment screen during boot...xdai2015-12-111-0/+1
* Remora configuration setup.xdai2015-12-021-6/+3
* Add more components to "gn check".brettw2015-11-271-0/+1
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
* Network Setup from Shark to Remora via Bluetooth.xdai2015-11-107-13/+44
* Fix header guard ifdefs in components.thestig2015-09-153-9/+9
* 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