Home
last modified time | relevance | path

Searched refs:FlowSpecification (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/bt/gd/hci/acl_manager/
H A Dclassic_acl_connection.h54 …virtual bool FlowSpecification(FlowDirection flow_direction, ServiceType service_type, uint32_t to…
H A Dclassic_acl_connection.cc456 bool ClassicAclConnection::FlowSpecification(FlowDirection flow_direction, ServiceType service_type, in FlowSpecification() function in bluetooth::hci::acl_manager::ClassicAclConnection
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Ddual_mode_controller.h227 void FlowSpecification(CommandView args);
H A Dlink_layer_controller.h327 ErrorCode FlowSpecification(uint16_t handle, uint8_t flow_direction,
H A Ddual_mode_controller.cc181 SET_SUPPORTED(FLOW_SPECIFICATION, FlowSpecification); in DualModeController()
1209 void DualModeController::FlowSpecification(CommandView command) { in FlowSpecification() function in test_vendor_lib::DualModeController
1223 auto status = link_layer_controller_.FlowSpecification( in FlowSpecification()
H A Dlink_layer_controller.cc2396 ErrorCode LinkLayerController::FlowSpecification( in FlowSpecification() function in test_vendor_lib::LinkLayerController
/aosp12/system/bt/stack/include/
H A Dhcimsgs.h145 void (*FlowSpecification)(); member
/aosp12/system/bt/stack/hcic/
H A Dhcicmds.cc1958 .FlowSpecification = nullptr, // OCF 0x0810,
/aosp12/system/bt/gd/hci/
H A Dacl_manager_test.cc1084 …connection_->FlowSpecification(FlowDirection::OUTGOING_FLOW, ServiceType::BEST_EFFORT, 0x1234, 0x1… in TEST_F()
H A Dhci_packets.pdl1600 packet FlowSpecification : ConnectionManagementCommand (op_code = FLOW_SPECIFICATION) {