Searched refs:LeCreateCis (Results 1 – 12 of 12) sorted by relevance
91 void IsoManager::LeCreateCis(std::vector<std::pair<uint16_t, uint16_t>> cis_and_acl_handles) { in LeCreateCis() function in bluetooth::iso::IsoManager92 …iso_handler_->CallOn(iso_manager_impl_, &internal::IsoManagerImpl::LeCreateCis, cis_and_acl_handle… in LeCreateCis()
140 ::grpc::Status LeCreateCis( in LeCreateCis() function in bluetooth::iso::IsoModuleFacadeService149 iso_module_->GetIsoManager()->LeCreateCis(create_cis_params); in LeCreateCis()
71 void LeCreateCis(std::vector<std::pair<uint16_t, uint16_t>> cis_and_acl_handles);
11 rpc LeCreateCis(LeCreateCisRequest) returns (google.protobuf.Empty) {}
92 void LeCreateCis(std::vector<std::pair<uint16_t, uint16_t>> cis_and_acl_handles);
222 void IsoManagerImpl::LeCreateCis(std::vector<std::pair<uint16_t, uint16_t>> cis_and_acl_handles) { in LeCreateCis() function in bluetooth::iso::internal::IsoManagerImpl
170 self._device.iso.LeCreateCis(iso_facade_pb2.LeCreateCisRequest(handle_pair=handles_pairs))
532 void LeCreateCis(CommandView packet_view);
193 bluetooth::hci::ErrorCode LeCreateCis(
273 SET_SUPPORTED(LE_CREATE_CIS, LeCreateCis); in DualModeController()2097 void DualModeController::LeCreateCis(CommandView command) { in LeCreateCis() function in test_vendor_lib::DualModeController2104 link_layer_controller_.LeCreateCis(command_view.GetCisConfig()); in LeCreateCis()
2661 ErrorCode LinkLayerController::LeCreateCis( in LeCreateCis() function in test_vendor_lib::LinkLayerController
4146 packet LeCreateCis : LeIsoCommand (op_code = LE_CREATE_CIS) {