HomeSort by relevance Sort by last modified time
    Searched full:setpasskey (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_device_mac.h 51 virtual void SetPasskey(uint32 passkey) OVERRIDE;
bluetooth_device_win.h 51 virtual void SetPasskey(uint32 passkey) OVERRIDE;
bluetooth_device_chromeos.h 52 virtual void SetPasskey(uint32 passkey) OVERRIDE;
209 // SetPinCode() and SetPasskey().
bluetooth_device_mac.mm 172 void BluetoothDeviceMac::SetPasskey(uint32 passkey) {
bluetooth_device_win.cc 152 void BluetoothDeviceWin::SetPasskey(uint32 passkey) {
bluetooth_device.h 95 // call SetPasskey() on the device to provide it, or RejectPairing() or
303 virtual void SetPasskey(uint32 passkey) = 0;
bluetooth_device_chromeos.cc 313 void BluetoothDeviceChromeOS::SetPasskey(uint32 passkey) {
bluetooth_chromeos_unittest.cc     [all...]
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.h 58 MOCK_METHOD1(SetPasskey, void(uint32));
  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 71 boolean setPasskey(in BluetoothDevice device, boolean accept, int len, in byte[]
BluetoothDevice.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 824 public boolean setPasskey(BluetoothDevice device, boolean accept, int len, byte[] passkey) {
826 Log.w(TAG,"setPasskey(): not allowed for non-active user");
832 return service.setPasskey(device, accept, len, passkey);
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 320 mDevice.setPasskey(passkey);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 290 device->SetPasskey(passkey);
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 175 mDevice.setPasskey(mPasskey);
    [all...]

Completed in 320 milliseconds