Home
last modified time | relevance | path

Searched refs:QosSetup (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/hci/acl_manager/
Dclassic_acl_connection.h49 …virtual bool QosSetup(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth, uint…
Dclassic_acl_connection.cc385 bool ClassicAclConnection::QosSetup(ServiceType service_type, uint32_t token_rate, uint32_t peak_ba… in QosSetup() function in bluetooth::hci::acl_manager::ClassicAclConnection
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.h203 void QosSetup(CommandPacketView args);
Dlink_layer_controller.h258 ErrorCode QosSetup(uint16_t handle, uint8_t service_type, uint32_t token_rate,
Ddual_mode_controller.cc152 SET_HANDLER(OpCode::QOS_SETUP, QosSetup); in DualModeController()
1006 void DualModeController::QosSetup(CommandPacketView command) { in QosSetup() function in test_vendor_lib::DualModeController
1018 link_layer_controller_.QosSetup(handle, service_type, token_rate, in QosSetup()
Dlink_layer_controller.cc1678 ErrorCode LinkLayerController::QosSetup(uint16_t handle, uint8_t service_type, in QosSetup() function in test_vendor_lib::LinkLayerController
/system/bt/gd/hci/
Dacl_manager_test.cc959 connection_->QosSetup(ServiceType::BEST_EFFORT, 0x1234, 0x1233, 0x1232, 0x1231); in TEST_F()
Dhci_packets.pdl1245 packet QosSetup : ConnectionManagementCommand (op_code = QOS_SETUP) {