Home
last modified time | relevance | path

Searched refs:QosSetup (Results 1 – 10 of 10) 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.cc426 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.h215 void QosSetup(CommandView args);
Dlink_layer_controller.h322 ErrorCode QosSetup(uint16_t handle, uint8_t service_type, uint32_t token_rate,
Ddual_mode_controller.cc176 SET_SUPPORTED(QOS_SETUP, QosSetup); in DualModeController()
1163 void DualModeController::QosSetup(CommandView command) { in QosSetup() function in test_vendor_lib::DualModeController
1176 link_layer_controller_.QosSetup(handle, service_type, token_rate, in QosSetup()
Dlink_layer_controller.cc2309 ErrorCode LinkLayerController::QosSetup(uint16_t handle, uint8_t service_type, in QosSetup() function in test_vendor_lib::LinkLayerController
/system/bt/stack/include/
Dhcimsgs.h135 void (*QosSetup)(uint16_t handle, uint8_t flags, uint8_t service_type, member
/system/bt/stack/hcic/
Dhcicmds.cc1948 .QosSetup = btsnd_hcic_qos_setup, // OCF 0x0807,
/system/bt/gd/hci/
Dacl_manager_test.cc1066 connection_->QosSetup(ServiceType::BEST_EFFORT, 0x1234, 0x1233, 0x1232, 0x1231); in TEST_F()
Dhci_packets.pdl1508 packet QosSetup : ConnectionManagementCommand (op_code = QOS_SETUP) {