SetPinCode        261 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.cc     device->SetPinCode(*options.pincode.get());
SetPinCode        307 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc         device->SetPinCode(auth_token);
SetPinCode       2068 device/bluetooth/bluetooth_chromeos_unittest.cc   device->SetPinCode("1234");
SetPinCode       2701 device/bluetooth/bluetooth_chromeos_unittest.cc   device->SetPinCode("1234");
SetPinCode        288 device/bluetooth/bluetooth_device.h   virtual void SetPinCode(const std::string& pincode) = 0;
SetPinCode        277 device/bluetooth/bluetooth_device_chromeos.cc   pairing_->SetPinCode(pincode);
SetPinCode         45 device/bluetooth/bluetooth_device_chromeos.h   virtual void SetPinCode(const std::string& pincode) OVERRIDE;
SetPinCode         45 device/bluetooth/bluetooth_device_mac.h   virtual void SetPinCode(const std::string& pincode) OVERRIDE;
SetPinCode         45 device/bluetooth/bluetooth_device_win.h   virtual void SetPinCode(const std::string& pincode) OVERRIDE;
SetPinCode         49 device/bluetooth/bluetooth_pairing_chromeos.h   void SetPinCode(const std::string& pincode);
SetPinCode         52 device/bluetooth/test/mock_bluetooth_device.h   MOCK_METHOD1(SetPinCode, void(const std::string&));