Home
last modified time | relevance | path

Searched refs:LeCreateCis (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/bt/gd/iso/
H A Diso_manager.cc91 void IsoManager::LeCreateCis(std::vector<std::pair<uint16_t, uint16_t>> cis_and_acl_handles) { in LeCreateCis() function in bluetooth::iso::IsoManager
92 …iso_handler_->CallOn(iso_manager_impl_, &internal::IsoManagerImpl::LeCreateCis, cis_and_acl_handle… in LeCreateCis()
H A Dfacade.cc140 ::grpc::Status LeCreateCis( in LeCreateCis() function in bluetooth::iso::IsoModuleFacadeService
149 iso_module_->GetIsoManager()->LeCreateCis(create_cis_params); in LeCreateCis()
H A Diso_manager.h71 void LeCreateCis(std::vector<std::pair<uint16_t, uint16_t>> cis_and_acl_handles);
H A Dfacade.proto11 rpc LeCreateCis(LeCreateCisRequest) returns (google.protobuf.Empty) {}
/aosp12/system/bt/gd/iso/internal/
H A Diso_manager_impl.h92 void LeCreateCis(std::vector<std::pair<uint16_t, uint16_t>> cis_and_acl_handles);
H A Diso_manager_impl.cc222 void IsoManagerImpl::LeCreateCis(std::vector<std::pair<uint16_t, uint16_t>> cis_and_acl_handles) { in LeCreateCis() function in bluetooth::iso::internal::IsoManagerImpl
/aosp12/system/bt/gd/cert/
H A Dpy_le_iso.py170 self._device.iso.LeCreateCis(iso_facade_pb2.LeCreateCisRequest(handle_pair=handles_pairs))
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Ddual_mode_controller.h532 void LeCreateCis(CommandView packet_view);
H A Dlink_layer_controller.h193 bluetooth::hci::ErrorCode LeCreateCis(
H A Ddual_mode_controller.cc273 SET_SUPPORTED(LE_CREATE_CIS, LeCreateCis); in DualModeController()
2097 void DualModeController::LeCreateCis(CommandView command) { in LeCreateCis() function in test_vendor_lib::DualModeController
2104 link_layer_controller_.LeCreateCis(command_view.GetCisConfig()); in LeCreateCis()
H A Dlink_layer_controller.cc2661 ErrorCode LinkLayerController::LeCreateCis( in LeCreateCis() function in test_vendor_lib::LinkLayerController
/aosp12/system/bt/gd/hci/
H A Dhci_packets.pdl4146 packet LeCreateCis : LeIsoCommand (op_code = LE_CREATE_CIS) {