Searched refs:QosSetup (Results 1 – 8 of 8) sorted by relevance
/system/bt/gd/hci/acl_manager/ |
D | classic_acl_connection.h | 49 …virtual bool QosSetup(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth, uint…
|
D | classic_acl_connection.cc | 385 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/ |
D | dual_mode_controller.h | 203 void QosSetup(CommandPacketView args);
|
D | link_layer_controller.h | 258 ErrorCode QosSetup(uint16_t handle, uint8_t service_type, uint32_t token_rate,
|
D | dual_mode_controller.cc | 152 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()
|
D | link_layer_controller.cc | 1678 ErrorCode LinkLayerController::QosSetup(uint16_t handle, uint8_t service_type, in QosSetup() function in test_vendor_lib::LinkLayerController
|
/system/bt/gd/hci/ |
D | acl_manager_test.cc | 959 connection_->QosSetup(ServiceType::BEST_EFFORT, 0x1234, 0x1233, 0x1232, 0x1231); in TEST_F()
|
D | hci_packets.pdl | 1245 packet QosSetup : ConnectionManagementCommand (op_code = QOS_SETUP) {
|