Searched defs:ReadRemoteSupportedFeatures (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/bt/main/test/ | ||
H A D | main_shim_test.cc | 226 bool ReadRemoteSupportedFeatures() override { return true; } in ReadRemoteSupportedFeatures() function in MockClassicAclConnection |
/aosp12/system/bt/gd/l2cap/classic/internal/ | ||
H A D | link.cc | 109 void Link::ReadRemoteSupportedFeatures() { in ReadRemoteSupportedFeatures() function in bluetooth::l2cap::classic::internal::Link |
/aosp12/system/bt/gd/hci/acl_manager/ | ||
H A D | classic_acl_connection.cc | 565 bool ClassicAclConnection::ReadRemoteSupportedFeatures() { in ReadRemoteSupportedFeatures() function in bluetooth::hci::acl_manager::ClassicAclConnection |
/aosp12/system/bt/stack/include/ | ||
H A D | hcimsgs.h | 92 void (*ReadRemoteSupportedFeatures)(uint16_t handle); member |
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/ | ||
H A D | dual_mode_controller.cc | 620 void DualModeController::ReadRemoteSupportedFeatures(CommandView command) { in ReadRemoteSupportedFeatures() function in test_vendor_lib::DualModeController |