Searched refs:FlowSpecification (Results 1 – 8 of 8) sorted by relevance
/system/bt/gd/hci/acl_manager/ |
D | classic_acl_connection.h | 54 …virtual bool FlowSpecification(FlowDirection flow_direction, ServiceType service_type, uint32_t to…
|
D | classic_acl_connection.cc | 415 bool ClassicAclConnection::FlowSpecification(FlowDirection flow_direction, ServiceType service_type, in FlowSpecification() function in bluetooth::hci::acl_manager::ClassicAclConnection
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | dual_mode_controller.h | 215 void FlowSpecification(CommandPacketView args);
|
D | link_layer_controller.h | 263 ErrorCode FlowSpecification(uint16_t handle, uint8_t flow_direction,
|
D | dual_mode_controller.cc | 157 SET_HANDLER(OpCode::FLOW_SPECIFICATION, FlowSpecification); in DualModeController() 1051 void DualModeController::FlowSpecification(CommandPacketView command) { in FlowSpecification() function in test_vendor_lib::DualModeController 1064 auto status = link_layer_controller_.FlowSpecification( in FlowSpecification()
|
D | link_layer_controller.cc | 1722 ErrorCode LinkLayerController::FlowSpecification( in FlowSpecification() function in test_vendor_lib::LinkLayerController
|
/system/bt/gd/hci/ |
D | acl_manager_test.cc | 977 …connection_->FlowSpecification(FlowDirection::OUTGOING_FLOW, ServiceType::BEST_EFFORT, 0x1234, 0x1… in TEST_F()
|
D | hci_packets.pdl | 1337 packet FlowSpecification : ConnectionManagementCommand (op_code = FLOW_SPECIFICATION) {
|