Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:BluetoothDevice

20 using device::BluetoothDevice;
66 BluetoothDevice* device) OVERRIDE {
77 BluetoothDevice* device) OVERRIDE {
88 BluetoothDevice* device) OVERRIDE {
107 BluetoothDevice* last_device_;
122 class TestPairingDelegate : public BluetoothDevice::PairingDelegate {
137 virtual void RequestPinCode(BluetoothDevice* device) OVERRIDE {
143 virtual void RequestPasskey(BluetoothDevice* device) OVERRIDE {
149 virtual void DisplayPinCode(BluetoothDevice* device,
157 virtual void DisplayPasskey(BluetoothDevice* device,
165 virtual void KeysEntered(BluetoothDevice* device, uint32 entered) OVERRIDE {
172 virtual void ConfirmPasskey(BluetoothDevice* device,
222 last_connect_error_ = BluetoothDevice::ERROR_UNKNOWN;
239 void ConnectErrorCallback(enum BluetoothDevice::ConnectErrorCode error) {
321 enum BluetoothDevice::ConnectErrorCode last_connect_error_;
748 EXPECT_EQ(BluetoothDevice::DEVICE_COMPUTER, devices[0]->GetDeviceType());
756 BluetoothDevice::ServiceList uuids = devices[0]->GetServices();
775 ASSERT_EQ(BluetoothDevice::DEVICE_COMPUTER, devices[0]->GetDeviceType());
791 EXPECT_EQ(BluetoothDevice::DEVICE_MOUSE, devices[0]->GetDeviceType());
832 BluetoothDevice::ServiceList uuids = devices[0]->GetServices();
897 BluetoothDevice* device = adapter_->GetDevice(
946 BluetoothDevice* device = adapter_->GetDevice(
979 BluetoothDevice* device = adapter_->GetDevice(
1014 BluetoothDevice::ServiceList uuids = device->GetServices();
1023 BluetoothDevice* device = adapter_->GetDevice(
1068 BluetoothDevice* device = adapter_->GetDevice(
1087 EXPECT_EQ(BluetoothDevice::ERROR_FAILED, last_connect_error_);
1098 BluetoothDevice* device = adapter_->GetDevice(
1140 BluetoothDevice* device = adapter_->GetDevice(
1174 BluetoothDevice* device = adapter_->GetDevice(
1210 BluetoothDevice::ServiceList uuids = device->GetServices();
1235 BluetoothDevice* device = adapter_->GetDevice(
1273 BluetoothDevice::ServiceList uuids = device->GetServices();
1297 BluetoothDevice* device = adapter_->GetDevice(
1354 BluetoothDevice::ServiceList uuids = device->GetServices();
1379 BluetoothDevice* device = adapter_->GetDevice(
1417 BluetoothDevice::ServiceList uuids = device->GetServices();
1442 BluetoothDevice* device = adapter_->GetDevice(
1504 BluetoothDevice* device = adapter_->GetDevice(
1562 BluetoothDevice* device = adapter_->GetDevice(
1587 EXPECT_EQ(BluetoothDevice::ERROR_FAILED, last_connect_error_);
1606 BluetoothDevice* device = adapter_->GetDevice(
1631 EXPECT_EQ(BluetoothDevice::ERROR_AUTH_TIMEOUT, last_connect_error_);
1651 BluetoothDevice* device = adapter_->GetDevice(
1674 EXPECT_EQ(BluetoothDevice::ERROR_FAILED, last_connect_error_);
1707 BluetoothDevice* device = adapter_->GetDevice(
1733 EXPECT_EQ(BluetoothDevice::ERROR_AUTH_REJECTED, last_connect_error_);
1754 BluetoothDevice* device = adapter_->GetDevice(
1780 EXPECT_EQ(BluetoothDevice::ERROR_AUTH_CANCELED, last_connect_error_);
1801 BluetoothDevice* device = adapter_->GetDevice(
1827 EXPECT_EQ(BluetoothDevice::ERROR_AUTH_REJECTED, last_connect_error_);
1848 BluetoothDevice* device = adapter_->GetDevice(
1874 EXPECT_EQ(BluetoothDevice::ERROR_AUTH_CANCELED, last_connect_error_);
1895 BluetoothDevice* device = adapter_->GetDevice(
1921 EXPECT_EQ(BluetoothDevice::ERROR_AUTH_REJECTED, last_connect_error_);
1942 BluetoothDevice* device = adapter_->GetDevice(
1968 EXPECT_EQ(BluetoothDevice::ERROR_AUTH_CANCELED, last_connect_error_);
1989 BluetoothDevice* device = adapter_->GetDevice(
2014 EXPECT_EQ(BluetoothDevice::ERROR_AUTH_CANCELED, last_connect_error_);