Home
last modified time | relevance | path

Searched refs:SupportsRfcomm (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/
H A Dbluetooth_service_record_win_unittest.cc45 EXPECT_FALSE(service_record.SupportsRfcomm()); in TEST_F()
55 EXPECT_TRUE(service_record.SupportsRfcomm()); in TEST_F()
H A Dbluetooth_service_record_win.h43 bool SupportsRfcomm() const { return supports_rfcomm_; } in SupportsRfcomm() function
H A Dbluetooth_socket_win.cc122 if (service_record_win->SupportsRfcomm()) { in Connect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/
H A Dbluetooth_service_record_win_unittest.cc45 EXPECT_FALSE(service_record.SupportsRfcomm()); in TEST_F()
55 EXPECT_TRUE(service_record.SupportsRfcomm()); in TEST_F()
H A Dbluetooth_service_record_win.h43 bool SupportsRfcomm() const { return supports_rfcomm_; } in SupportsRfcomm() function
H A Dbluetooth_socket_win.cc122 if (service_record_win->SupportsRfcomm()) { in Connect()