summaryrefslogtreecommitdiffstats
path: root/components/pairing/bluetooth_host_pairing_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix bluetooth crash after hotrod enrollment.achuith2015-06-241-0/+1
* Add permanent_id to pairing protocol.zork2015-05-011-0/+7
* Add AddNetwork message to pairing API.zork2015-04-221-6/+15
* components: Cleanup - remove unused private fields.tfarina2015-02-201-1/+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
* Support for host configuration.achuith2014-10-221-2/+0
* Replace STAGE_PAIRING_DONE with STAGE_HOST_ENROLLMENT_SUCCESS.achuith2014-10-201-1/+0
* Rename STAGE_PAIRING_DONE to STAGE_ENROLLMENT_SUCCESSachuith2014-10-151-4/+4
* * Transition host to STAGE_UPDATING after pairing.achuith2014-10-141-20/+61
* Update comments and logging.achuith2014-10-011-0/+1
* Clean up protocol for Bluetooth Pairing.zork2014-09-191-10/+16
* Wait for the Bluetooth adapter to be present before starting pairing.zork2014-09-171-1/+24
* Remove implicit conversions from scoped_refptr to T* in components/pairingdcheng2014-09-151-4/+4
* Redirect to the enterprise enrollment screen during remora and shark pairing.zork2014-09-101-3/+0
* Add method for telling the Pairing API that enrollment is completezork2014-09-091-3/+13
* Update the pairing API to include configuration and enrollment.zork2014-08-281-0/+5
* Add bluetooth host and controller delegates for pairing.zork2014-08-261-0/+379