Lines Matching refs:BluetoothDeviceWin

33 BluetoothDeviceWin::BluetoothDeviceWin(  in BluetoothDeviceWin()  function in device::BluetoothDeviceWin
44 BluetoothDeviceWin::~BluetoothDeviceWin() { in ~BluetoothDeviceWin()
58 uint32_t BluetoothDeviceWin::GetBluetoothClass() const { in GetBluetoothClass()
62 std::string BluetoothDeviceWin::GetAddress() const { in GetAddress()
66 BluetoothDevice::AddressType BluetoothDeviceWin::GetAddressType() const { in GetAddressType()
72 BluetoothDeviceWin::GetVendorIDSource() const { in GetVendorIDSource()
76 uint16_t BluetoothDeviceWin::GetVendorID() const { in GetVendorID()
80 uint16_t BluetoothDeviceWin::GetProductID() const { in GetProductID()
84 uint16_t BluetoothDeviceWin::GetDeviceID() const { in GetDeviceID()
88 uint16_t BluetoothDeviceWin::GetAppearance() const { in GetAppearance()
95 base::Optional<std::string> BluetoothDeviceWin::GetName() const { in GetName()
99 bool BluetoothDeviceWin::IsPaired() const { in IsPaired()
103 bool BluetoothDeviceWin::IsConnected() const { in IsConnected()
107 bool BluetoothDeviceWin::IsGattConnected() const { in IsGattConnected()
113 bool BluetoothDeviceWin::IsConnectable() const { in IsConnectable()
117 bool BluetoothDeviceWin::IsConnecting() const { in IsConnecting()
121 BluetoothDevice::UUIDSet BluetoothDeviceWin::GetUUIDs() const { in GetUUIDs()
125 base::Optional<int8_t> BluetoothDeviceWin::GetInquiryRSSI() const { in GetInquiryRSSI()
131 base::Optional<int8_t> BluetoothDeviceWin::GetInquiryTxPower() const { in GetInquiryTxPower()
137 bool BluetoothDeviceWin::ExpectingPinCode() const { in ExpectingPinCode()
142 bool BluetoothDeviceWin::ExpectingPasskey() const { in ExpectingPasskey()
147 bool BluetoothDeviceWin::ExpectingConfirmation() const { in ExpectingConfirmation()
152 void BluetoothDeviceWin::GetConnectionInfo(ConnectionInfoCallback callback) { in GetConnectionInfo()
157 void BluetoothDeviceWin::SetConnectionLatency( in SetConnectionLatency()
164 void BluetoothDeviceWin::Connect(PairingDelegate* pairing_delegate, in Connect()
170 void BluetoothDeviceWin::SetPinCode(const std::string& pincode) { in SetPinCode()
174 void BluetoothDeviceWin::SetPasskey(uint32_t passkey) { in SetPasskey()
178 void BluetoothDeviceWin::ConfirmPairing() { in ConfirmPairing()
182 void BluetoothDeviceWin::RejectPairing() { in RejectPairing()
186 void BluetoothDeviceWin::CancelPairing() { in CancelPairing()
190 void BluetoothDeviceWin::Disconnect(base::OnceClosure callback, in Disconnect()
195 void BluetoothDeviceWin::Forget(base::OnceClosure callback, in Forget()
200 void BluetoothDeviceWin::ConnectToService( in ConnectToService()
211 void BluetoothDeviceWin::ConnectToServiceInsecurely( in ConnectToServiceInsecurely()
218 const BluetoothServiceRecordWin* BluetoothDeviceWin::GetServiceRecord( in GetServiceRecord()
227 bool BluetoothDeviceWin::IsEqual( in IsEqual()
265 void BluetoothDeviceWin::Update( in Update()
279 void BluetoothDeviceWin::GattServiceDiscoveryComplete( in GattServiceDiscoveryComplete()
282 DCHECK(BluetoothDeviceWin::IsGattServiceDiscovered( in GattServiceDiscoveryComplete()
294 void BluetoothDeviceWin::CreateGattConnectionImpl( in CreateGattConnectionImpl()
300 void BluetoothDeviceWin::DisconnectGatt() { in DisconnectGatt()
304 void BluetoothDeviceWin::SetVisible(bool visible) { in SetVisible()
308 void BluetoothDeviceWin::UpdateServices( in UpdateServices()
325 bool BluetoothDeviceWin::IsGattServiceDiscovered(const BluetoothUUID& uuid, in IsGattServiceDiscovered()
339 bool BluetoothDeviceWin::DoesGattServiceExist( in DoesGattServiceExist()
356 void BluetoothDeviceWin::UpdateGattServices( in UpdateGattServices()