Home
last modified time | relevance | path

Searched refs:GetGroupParameters (Results 1 – 4 of 4) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/model/controller/
Disochronous_connection_handler.h46 GroupParameters GetGroupParameters(uint8_t id) const;
Disochronous_connection_handler.cc92 GroupParameters IsochronousConnectionHandler::GetGroupParameters( in GetGroupParameters() function in test_vendor_lib::IsochronousConnectionHandler
Dacl_connection_handler.h103 GroupParameters GetGroupParameters(uint8_t id) const;
Dacl_connection_handler.cc393 GroupParameters AclConnectionHandler::GetGroupParameters(uint8_t id) const { in GetGroupParameters() function in test_vendor_lib::AclConnectionHandler
394 return isochronous_connection_handler_.GetGroupParameters(id); in GetGroupParameters()