summaryrefslogtreecommitdiffstats
path: root/components/pairing/bluetooth_controller_pairing_controller.cc
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
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-2/+2
* Add AddNetwork message to pairing API.zork2015-04-221-0/+5
* Set the proper stage on pairing connection errorzork2014-10-221-0/+3
* Support for host configuration.achuith2014-10-221-0/+4
* Replace STAGE_PAIRING_DONE with STAGE_HOST_ENROLLMENT_SUCCESS.achuith2014-10-201-2/+2
* * Transition host to STAGE_UPDATING after pairing.achuith2014-10-141-21/+30
* Convert a couple loops to range based iterators.zork2014-10-021-5/+2
* Update comments and logging.achuith2014-10-011-1/+2
* Clean up protocol for Bluetooth Pairing.zork2014-09-191-19/+29
* Remove implicit conversions from scoped_refptr to T* in components/pairingdcheng2014-09-151-3/+3
* Update the pairing API to include configuration and enrollment.zork2014-08-281-39/+32
* Add bluetooth host and controller delegates for pairing.zork2014-08-261-0/+463