Searched refs:FlowSpecification (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/bt/gd/hci/acl_manager/ |
H A D | classic_acl_connection.h | 54 …virtual bool FlowSpecification(FlowDirection flow_direction, ServiceType service_type, uint32_t to…
|
H A D | classic_acl_connection.cc | 456 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 D | dual_mode_controller.h | 227 void FlowSpecification(CommandView args);
|
H A D | link_layer_controller.h | 327 ErrorCode FlowSpecification(uint16_t handle, uint8_t flow_direction,
|
H A D | dual_mode_controller.cc | 181 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 D | link_layer_controller.cc | 2396 ErrorCode LinkLayerController::FlowSpecification( in FlowSpecification() function in test_vendor_lib::LinkLayerController
|
/aosp12/system/bt/stack/include/ |
H A D | hcimsgs.h | 145 void (*FlowSpecification)(); member
|
/aosp12/system/bt/stack/hcic/ |
H A D | hcicmds.cc | 1958 .FlowSpecification = nullptr, // OCF 0x0810,
|
/aosp12/system/bt/gd/hci/ |
H A D | acl_manager_test.cc | 1084 …connection_->FlowSpecification(FlowDirection::OUTGOING_FLOW, ServiceType::BEST_EFFORT, 0x1234, 0x1… in TEST_F()
|
H A D | hci_packets.pdl | 1600 packet FlowSpecification : ConnectionManagementCommand (op_code = FLOW_SPECIFICATION) {
|