Home
last modified time | relevance | path

Searched defs:GetSocketCapabilities (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dsocket_hal_host.cc30 hal::SocketCapabilities GetSocketCapabilities() const override { return {}; } in GetSocketCapabilities() function in bluetooth::hal::SocketHalHost
Dsocket_hal_android.cc137 hal::SocketCapabilities GetSocketCapabilities() const override { in GetSocketCapabilities() function in bluetooth::hal::SocketHalAndroid
/aosp_15_r20/packages/modules/Bluetooth/system/gd/lpp/
Dlpp_offload_manager.cc88 hal::SocketCapabilities LppOffloadManager::GetSocketCapabilities() const { in GetSocketCapabilities() function in bluetooth::lpp::LppOffloadManager
/aosp_15_r20/hardware/interfaces/bluetooth/socket/aidl/vts/
H A DVtsHalBluetoothSocketTargetTest.cpp102 TEST_P(BluetoothSocketTest, GetSocketCapabilities) { in TEST_P() argument