Searched refs:QosSetup (Results 1 – 10 of 10) 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 | 426 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 | 215 void QosSetup(CommandView args);
|
D | link_layer_controller.h | 322 ErrorCode QosSetup(uint16_t handle, uint8_t service_type, uint32_t token_rate,
|
D | dual_mode_controller.cc | 176 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()
|
D | link_layer_controller.cc | 2309 ErrorCode LinkLayerController::QosSetup(uint16_t handle, uint8_t service_type, in QosSetup() function in test_vendor_lib::LinkLayerController
|
/system/bt/stack/include/ |
D | hcimsgs.h | 135 void (*QosSetup)(uint16_t handle, uint8_t flags, uint8_t service_type, member
|
/system/bt/stack/hcic/ |
D | hcicmds.cc | 1948 .QosSetup = btsnd_hcic_qos_setup, // OCF 0x0807,
|
/system/bt/gd/hci/ |
D | acl_manager_test.cc | 1066 connection_->QosSetup(ServiceType::BEST_EFFORT, 0x1234, 0x1233, 0x1232, 0x1231); in TEST_F()
|
D | hci_packets.pdl | 1508 packet QosSetup : ConnectionManagementCommand (op_code = QOS_SETUP) {
|