HomeSort by relevance Sort by last modified time
    Searched refs:service_record (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_service_record_win_unittest.cc 46 BluetoothServiceRecordWin service_record("NoRfcommSdp",
50 EXPECT_EQ(kTestNoRfcommSdpUuid, service_record.uuid());
51 EXPECT_FALSE(service_record.SupportsRfcomm());
58 BluetoothServiceRecordWin service_record("RfcommSdp",
62 EXPECT_EQ(kTestRfcommSdpUuid, service_record.uuid());
63 EXPECT_TRUE(service_record.SupportsRfcomm());
64 EXPECT_EQ(kTestRfcommChannel, service_record.rfcomm_channel());
70 BluetoothServiceRecordWin service_record("Sdp",
74 EXPECT_EQ(1108152553632, service_record.bth_addr());
bluetooth_device_win.cc 54 BluetoothServiceRecordWin* service_record = new BluetoothServiceRecordWin( local
59 service_record_list_.push_back(service_record);
60 uuids_.push_back(service_record->uuid());
  /external/chromium_org/chromeos/dbus/
bluetooth_profile_manager_client.h 63 scoped_ptr<std::string> service_record; member in struct:chromeos::BluetoothProfileManagerClient::Options
bluetooth_profile_manager_client.cc 134 if (options.service_record.get() != NULL) {
138 dict_writer.AppendVariantOfString(*(options.service_record));

Completed in 237 milliseconds