HomeSort by relevance Sort by last modified time
    Searched defs:BluetoothApiPairingDelegate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_api_pairing_delegate.h 21 class BluetoothApiPairingDelegate
24 BluetoothApiPairingDelegate(const std::string& extension_id,
26 virtual ~BluetoothApiPairingDelegate();
bluetooth_api_pairing_delegate.cc 31 BluetoothApiPairingDelegate::BluetoothApiPairingDelegate(
36 BluetoothApiPairingDelegate::~BluetoothApiPairingDelegate() {}
38 void BluetoothApiPairingDelegate::RequestPinCode(
46 void BluetoothApiPairingDelegate::RequestPasskey(
54 void BluetoothApiPairingDelegate::DisplayPinCode(
64 void BluetoothApiPairingDelegate::DisplayPasskey(
74 void BluetoothApiPairingDelegate::KeysEntered(device::BluetoothDevice* device,
83 void BluetoothApiPairingDelegate::ConfirmPasskey
    [all...]

Completed in 111 milliseconds