Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.h54 virtual bool QosSetup(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth,
Dclassic_acl_connection.cc456 bool ClassicAclConnection::QosSetup(ServiceType service_type, uint32_t token_rate, in QosSetup() function in bluetooth::hci::acl_manager::ClassicAclConnection
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.h190 void QosSetup(CommandView command);
Dlink_layer_controller.h282 ErrorCode QosSetup(uint16_t handle, uint8_t service_type, uint32_t token_rate,
Ddual_mode_controller.cc1202 void DualModeController::QosSetup(CommandView command) { in QosSetup() function in rootcanal::DualModeController
1215 auto status = link_layer_controller_.QosSetup(handle, service_type, token_rate, peak_bandwidth, in QosSetup()
3809 {OpCode::QOS_SETUP, &DualModeController::QosSetup},
Dlink_layer_controller.cc5291 ErrorCode LinkLayerController::QosSetup(uint16_t handle, uint8_t service_type, in QosSetup() function in rootcanal::LinkLayerController
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc888 connection_->QosSetup(ServiceType::BEST_EFFORT, 0x1234, 0x1233, 0x1232, 0x1231); in TEST_F()
/packages/modules/Bluetooth/tools/rootcanal/packets/
Dhci_packets.pdl1652 packet QosSetup : Command (op_code = QOS_SETUP) {
/packages/modules/Bluetooth/system/pdl/hci/
Dhci_packets.pdl1725 packet QosSetup : ConnectionManagementCommand (op_code = QOS_SETUP) {