Searched refs:after_pairing (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_chromeos.h125 void ConnectInternal(bool after_pairing,
128 void OnConnect(bool after_pairing,
131 void OnConnectError(bool after_pairing,
H A Dbluetooth_device_chromeos.cc542 bool after_pairing,
551 after_pairing,
555 after_pairing,
559 void BluetoothDeviceChromeOS::OnConnect(bool after_pairing, argument
570 if (after_pairing)
587 bool after_pairing,
610 if (after_pairing)
541 ConnectInternal( bool after_pairing, const base::Closure& callback, const ConnectErrorCallback& error_callback) argument
586 OnConnectError( bool after_pairing, const ConnectErrorCallback& error_callback, const std::string& error_name, const std::string& error_message) argument

Completed in 81 milliseconds